Skip to content
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

@AspectJ argument name resolution algorithm is outdated in reference manual #30026

Closed
sbrannen opened this issue Feb 24, 2023 · 2 comments
Closed
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) status: backported An issue that has been backported to maintenance branches type: documentation A documentation task
Milestone

Comments

@sbrannen
Copy link
Member

sbrannen commented Feb 24, 2023

The Determining Argument Names section of the AOP chapter in the reference manual currently states:

Parameter names are not available through Java reflection, ...

However, since Spring Framework 4.0 we have supported argument name resolution via the java.lang.reflect.Parameter API introduced in Java 8 (see #14277).

We therefore need to update the reference manual to reflect support for compiling with -parameters.

@sbrannen sbrannen added type: documentation A documentation task in: core Issues in core modules (aop, beans, core, context, expression) labels Feb 24, 2023
@sbrannen sbrannen added this to the 6.0.6 milestone Feb 24, 2023
@sbrannen sbrannen self-assigned this Feb 24, 2023
@sbrannen
Copy link
Member Author

sbrannen commented Mar 1, 2023

@sbrannen sbrannen added the for: backport-to-5.3.x Marks an issue as a candidate for backport to 5.3.x label Mar 1, 2023
@github-actions github-actions bot added status: backported An issue that has been backported to maintenance branches and removed for: backport-to-5.3.x Marks an issue as a candidate for backport to 5.3.x labels Mar 1, 2023
@sbrannen
Copy link
Member Author

sbrannen commented Mar 2, 2023

Reopening to revise content

@sbrannen sbrannen reopened this Mar 2, 2023
mdeinum pushed a commit to mdeinum/spring-framework that referenced this issue Jun 29, 2023
mdeinum pushed a commit to mdeinum/spring-framework that referenced this issue Jun 29, 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) status: backported An issue that has been backported to maintenance branches type: documentation A documentation task
Projects
None yet
Development

No branches or pull requests

1 participant