Skip to content

jax-rs v2 support (for compatibility with jackson 2.13+) #91

@neowcng

Description

@neowcng

Greetings

We were using object-client 3.3.2 in a inhouse custom web application
Recently we upgraded the app framework to spring boot 2.7, which indirectly brings the upgrade of jackson 2.13
The jackson upgrade broke all functionalities of object-client due to the missing class javax/ws/rs/core/NoContentException (only appears jaxrs v2)

I notice that there is a commit to downgrading the jackson dependencies to 2.12
33f7674

The root cause of both issues are due to the fact that the object-client is still using jaxrs (Jersey) v1
Any roadmap or migration plan for upgrading to jaxrs / Jersey v2?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions