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

SerializableTypeWrapper should reobtain type accessors from declaring interface [SPR-14487] #19056

Closed
spring-projects-issues opened this issue Jul 19, 2016 · 0 comments
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Jul 19, 2016

Juergen Hoeller opened SPR-14487 and commented

SerializableTypeWrapper restores type accessor methods on deserialization. It does so against the concrete type implementation at this point which breaks on JDK 9 due to an enforced visibility barrier. Resolving the method against the declaring interface is more appropriate in any case and also solves the JDK 9 issue.


Affects: 4.3.1

Issue Links:

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
Projects
None yet
Development

No branches or pull requests

2 participants