-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Make XChange compatible with jakarta.ws.rs-api 3.x #4676
Comments
mmazi/rescu#142 was fixed and com.github.mmazi:rescu 3.0 was released. |
I would be also quite interested in having this. It prevents me now to use Spring Boot 3.x. Unfortunately, how other projects are solving this is a bit not comfortable - having two libraries released, one with |
@ppalaga Peter, use this if needed - https://github.com/martinformi/XChange/tree/feature/jakarta-namespace |
Great, would you mind sending a pull request against https://github.com/knowm/XChange ? |
I do not think the PR would be approved anytime soon, it is a breaking change that would break any usage in Created PR - #4710. |
Thanks for the PR. It is up to the project maintainers to decide how they deal with the incompatibility. I'd personally be fine with bumping the major version as having both xchange and xchange-jakarta dependencies in one project would not work anyway - it would not be possible to have transitives compatible with both of them. |
Thanks for the heads up @bigscoop! |
is already fixed? |
yes, issue can be closed |
As far as I can see, the
jakarta.ws.rs-api
is pulled transitively viacom.github.mmazi:rescu
. Once acom.github.mmazi:rescu
release compatible with jakarta.ws.rs-api 3.x is available, XChange should be adjusted as well. This is currently blocked by mmazi/rescu#142It would be nice to have this to be able to use XChange on Quarkus 3.x.
The text was updated successfully, but these errors were encountered: