Skip to content

Breaking API change in BasicClassIntrospector (2.12.0) #2990

@fdutton

Description

@fdutton

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions