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

Incorrectly identify bridged method on interface [SPR-16103] #20651

Closed
spring-projects-issues opened this issue Oct 23, 2017 · 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: bug A general bug
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Oct 23, 2017

Joseph Valerio opened SPR-16103 and commented

BridgeMethodResolver incorrectly identifies the bridgedMethod for nested interface hierarchies.
This causes incorrect annotation processing.

TestCase:
https://github.com/joevalerio/SPR-16103.git

Related to:
DATAREST-1134


Affects: 4.3.12

Issue Links:

Referenced from: commits 6446ffd, 182da15

Backported to: 4.3.13

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

Good catch! BridgeMethodResolver properly resolves interface hierarchies now. Fixed in master, and to be backported to 4.3.x tomorrow.

@spring-projects-issues
Copy link
Collaborator Author

Joseph Valerio commented

Thanks for the quick turn around. Could we port this to the 4.2.x branch as well?

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

No branches or pull requests

2 participants