Navigation Menu

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

Consistent bridge method handling in annotation post-processors [SPR-12495] #17101

Closed
spring-projects-issues opened this issue Dec 2, 2014 · 0 comments
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: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Dec 2, 2014

Juergen Hoeller opened SPR-12495 and commented

Historically, AutowiredAnnotationBeanPostProcessor, CommonAnnotationBeanPostProcessor and PersistenceAnnotationBeanPostProcessor accumulated custom bridge method handling which turns out to lead to subtle differences in runtime behavior, in particular on Java 8. This should get fixed through consistent and well-tested bridge method treatment, in particular for 4.1.3 but to a limited degree also for 4.0.9 and 3.2.13.


Affects: 3.2.12, 4.0.8, 4.1.2

Issue Links:

Referenced from: commits 7317457, d97add0, 03d4e1b, dc15070, ec3967a

Backported to: 4.0.9, 3.2.13

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: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants