Skip to content

Add AnnotationIntrospector.XmlExtensions interface for decoupling javax dependencies #3101

@cowtowncoder

Description

@cowtowncoder

(note: needed by FasterXML/jackson-dataformat-xml#462)

So. Javax/Jakarta fiasco has made it untenable to have JAXB dependencies from other components, and this specifically affects Jackson XML format module. To sever this dependency we'll have to add a little bit of format-specific stuff in databind: essentially an add-on for AnnotationIntrospector that other components can implement/depend on.
Doing this is not ideal but seems like the simplest way to remove dependency between JAXB annotation handling and XML format module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions