From 53819c472fd0d47ca2178800982dfbf0907d0eb2 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 17 Aug 2016 22:31:13 +0200 Subject: [PATCH] Updated note on CompilationCustomizer and CompilerConfiguration Issue: SPR-14585 (cherry picked from commit da56758) --- src/asciidoc/integration.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/asciidoc/integration.adoc b/src/asciidoc/integration.adoc index a9408103f10..977f0a5ba70 100644 --- a/src/asciidoc/integration.adoc +++ b/src/asciidoc/integration.adoc @@ -7704,8 +7704,9 @@ If you are not using the Spring namespace support, you can still use the [NOTE] ==== -As of Spring Framework 4.3.3, you may also specify a Groovy `CompilationCustomizer` type -such as an `ImportCustomizer` in the same place as Spring's `GroovyObjectCustomizer`. +As of Spring Framework 4.3.3, you may also specify a Groovy `CompilationCustomizer` +(such as an `ImportCustomizer`) or even a full Groovy `CompilerConfiguration` object +in the same place as Spring's `GroovyObjectCustomizer`. ====