Skip to content

Update jaxb and jax-rs libs #19856

@onobc

Description

@onobc

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

Is there any plan to update Jaxb and JaxRS libs (from javax.* to jakarta.*)?

When using the Pulsar admin client 2.11.0 in a modern application that is using the more recent versions of Jaxb and JaxRS, the recent versions are the ones used. This may lead to confusion. The only reason it is working in this case is because the elder jaxb-api is still carried along that has the old annotations.

Solution

BUMP jakarta.ws.rs:jakarta.ws.rs-api from 2.1.6 to 3.1.0
BUMP jakarta.xml.bind:jakarta.xml.bind-api from 2.3.3 4.0.0
Remove javax.xml.bind:jaxb-api:2.3.1

Update all code references from javax.* to jakarta.*

Alternatives

No response

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/enhancementThe enhancements for the existing features or docs. e.g. reduce memory usage of the delayed messages

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions