spring-boot/spring-boot-project/spring-boot-autoconfigure
Andy Wilkinson be97e79ad6 Rationalize Groovy Template configuration properties
Previously, spring.groovy.template.configuration properties were
bound directly to GroovyMarkupConfigurer. This meant that the
properties had no description or default values in the metadata.
It also resulted in some duplicate where a specific
spring.groovy.template property was also provided.

This commit deprecates the spring.groovy.template.configuration.*
properties in favour of specific spring.groovy.template.* properties
that are mapped to the GroovyMarkupConfigurer.

Closes gh-44722
2025-03-17 16:03:34 +00:00
..
src Rationalize Groovy Template configuration properties 2025-03-17 16:03:34 +00:00
build.gradle Merge branch '3.3.x' into 3.4.x 2025-03-12 15:48:36 +00:00