-
Notifications
You must be signed in to change notification settings - Fork 38.1k
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
Remove LocalVariableTableParameterNameDiscoverer #29559
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Comments
jhoeller
added
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
labels
Nov 23, 2022
Reopening to ensure this is covered in the Upgrading to Version 6.1 notes. |
izeye
added a commit
to izeye/spring-framework
that referenced
this issue
Jun 7, 2023
sbrannen
pushed a commit
that referenced
this issue
Jun 7, 2023
marcusdacoregio
added a commit
to spring-projects/spring-session
that referenced
this issue
Jul 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Following up on #29531, we intend to remove
LocalVariableTableParameterNameDiscoverer
completely in 6.1. It is entirely superseded byStandardReflectionParameterNameDiscoverer
and only serves an outdated fallback after the latter inDefaultParameterNameDiscoverer
still. Since it performs blocking class file parsing and does not work in a native image, it has no remaining role anymore.For the transition period up until then, as per #29531, it logs a warning for every successful resolution attempt - that is, where
StandardReflectionParameterNameDiscoverer
did not find names retained through-parameters
compilation before.The text was updated successfully, but these errors were encountered: