-
Notifications
You must be signed in to change notification settings - Fork 38.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document all supported SpringProperties keys in the reference manual #26554
Comments
This was referenced Mar 16, 2021
This was referenced Mar 17, 2021
Closed
lxbzmy
pushed a commit
to lxbzmy/spring-framework
that referenced
this issue
Mar 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
andspring.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
The text was updated successfully, but these errors were encountered: