Skip to content
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

[Feature] upgrade to JAX-RS 3 #14767

Open
4 tasks done
naah69 opened this issue Oct 13, 2024 · 5 comments
Open
4 tasks done

[Feature] upgrade to JAX-RS 3 #14767

naah69 opened this issue Oct 13, 2024 · 5 comments
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage

Comments

@naah69
Copy link

naah69 commented Oct 13, 2024

Pre-check

  • I am sure that all the content I provide is in English.

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Apache Dubbo Component

Java SDK (apache/dubbo)

Descriptions

upgrade JAX-RS 2 to JAX-RS 3

JAX-RS 2

    <dependency>
      <groupId>javax.ws.rs</groupId>
      <artifactId>javax.ws.rs-api</artifactId>
    </dependency>

JAX-RS 3

        <dependency>
            <groupId>jakarta.ws.rs</groupId>
            <artifactId>jakarta.ws.rs-api</artifactId>
        </dependency>

Related issues

No response

Are you willing to submit a pull request to fix on your own?

  • Yes I am willing to submit a pull request on my own!

Code of Conduct

@naah69 naah69 added component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage labels Oct 13, 2024
@naah69
Copy link
Author

naah69 commented Oct 13, 2024

Can we copy a new module named dubbo-rest-jaxrs3 from dubbo-plugin/dubbo-rest-jaxrs to develop this feature?

@heliang666s
Copy link
Contributor

Can we copy a new module named dubbo-rest-jaxrs3 from dubbo-plugin/dubbo-rest-jaxrs to develop this feature?

yes,just go ahead

@oxsean
Copy link
Collaborator

oxsean commented Oct 13, 2024

@naah69 It's recommended to use the way similar to dubbo-plugin/dubbo-triple-servlet to support the jakarta api, otherwise unreasonable to maintain two copies of the same logic.

@naah69
Copy link
Author

naah69 commented Oct 22, 2024

It's recommended to use the way similar to dubbo-plugin/dubbo-triple-servlet to support the jakarta api, otherwise unreasonable to maintain two copies of the same logic.
@oxsean
But probably don't use servlet sometimes ,such as quarkus with resteasy and vertx.

@oxsean
Copy link
Collaborator

oxsean commented Oct 24, 2024

It's recommended to use the way similar to dubbo-plugin/dubbo-triple-servlet to support the jakarta api, otherwise unreasonable to maintain two copies of the same logic.
@oxsean
But probably don't use servlet sometimes ,such as quarkus with resteasy and vertx.

I mean refer to the dubbo-triple-servlet's way of using the ant plugin to copy+modify instead of maintain two copies of the same logic.

@apache apache deleted a comment Oct 29, 2024
@apache apache deleted a comment from wcy666103 Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage
Projects
Status: Todo
Development

No branches or pull requests

3 participants