-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Breaking API change in BasicClassIntrospector
(2.12.0)
#2990
Comments
Ok thank you. The original intent was for |
Co-authored-by: Faron Dutton <faron.dutton@insightglobal.com>
BasicClassIntrospector
(2.12.0)
Jackson 2.12 introduced a breaking change for users that have a custom ClassIntrospector.
Version information
2.12.0
Additional context
The method signature for constructPropertyCollector replaced the mutatorPrefix parameter with an AccessorNamingStrategy. This causes a runtime exception when the JVM cannot find the old method on BasicClassIntrospector. Reviewing the code shows several other breaking API changes.
The text was updated successfully, but these errors were encountered: