Overview
As a follow-up to #26492, we should document all known, supported properties that can be used with SpringProperties -- for example, by adding a dedicated section or appendix to the reference manual.
Initial Analysis
We currently support the following Spring properties within the core Spring Framework.
spring.beaninfo.ignore
spring.expression.compiler.mode
spring.getenv.ignore
spring.index.ignore
spring.jdbc.getParameterType.ignore
spring.jndi.ignore
spring.objenesis.ignore
spring.test.constructor.autowire.mode
spring.test.context.cache.maxSize
spring.test.enclosing.configuration
None of these (other than the ones from spring-test) are documented anywhere in the reference manual.
NOTE: Although spring.xml.ignore and spring.spel.ignore are currently used by the framework, they are not officially supported and are subject to change (name and/or semantics) over time.
Deliverables
Overview
As a follow-up to #26492, we should document all known, supported properties that can be used with
SpringProperties-- for example, by adding a dedicated section or appendix to the reference manual.Initial Analysis
We currently support the following Spring properties within the core Spring Framework.
spring.beaninfo.ignorespring.expression.compiler.modespring.getenv.ignorespring.index.ignorespring.jdbc.getParameterType.ignorespring.jndi.ignorespring.objenesis.ignorespring.test.constructor.autowire.modespring.test.context.cache.maxSizespring.test.enclosing.configurationNone of these (other than the ones from
spring-test) are documented anywhere in the reference manual.NOTE: Although
spring.xml.ignoreandspring.spel.ignoreare currently used by the framework, they are not officially supported and are subject to change (name and/or semantics) over time.Deliverables