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

Missing override for hasAsKey() in AnnotationIntrospectorPair #3060

Closed
cowtowncoder opened this issue Feb 19, 2021 · 0 comments
Closed

Missing override for hasAsKey() in AnnotationIntrospectorPair #3060

cowtowncoder opened this issue Feb 19, 2021 · 0 comments
Milestone

Comments

@cowtowncoder
Copy link
Member

(root cause of FasterXML/jackson-modules-java8#206)

One small but important omission from #2871 implementation is that AnnotationIntrospectorPair was not augmented to deal with chained introspectors. As a result, no call will be made for either primary or secondary, when using pair...

@cowtowncoder cowtowncoder added the to-evaluate Issue that has been received but not yet evaluated label Feb 19, 2021
@cowtowncoder cowtowncoder added this to the 2.12.2 milestone Feb 19, 2021
@cowtowncoder cowtowncoder added 2.12 and removed to-evaluate Issue that has been received but not yet evaluated labels Feb 19, 2021
cowtowncoder added a commit that referenced this issue Feb 19, 2021
@cowtowncoder cowtowncoder changed the title Missing override for hasAsKey in AnnotationIntrospectorPair Missing override for hasAsKey() in AnnotationIntrospectorPair Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant