-
Notifications
You must be signed in to change notification settings - Fork 708
fix(deps): update jersey monorepo to v4 (major) #8828
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
base: master
Are you sure you want to change the base?
Conversation
|
@jansupol time to merge 2.x and 3.x here ? |
|
Jersey 2.x is javax dependent (EE 8). 2.x has a unique set of dependencies, then. 3.x and 4.x are Jakarta dependencies, possibly can be represented by the latest. |
|
So maybe it is onlyusefull to test the latest ? The global idea of this project is to say : Hey ! ! ! There is java framework named jersey that promote industry standard in java world If 2.0 / 3.0 / 3.1 / 4.0 only difference is the version of EE in use, maybe we should take only the latest in the above purpose |
Maybe :) |
e676e4a to
824dc24
Compare
|
Just for me to remember, what is grizlly @jansupol ? |
|
Grizzly is an NIO server. It used to be in a separate GitHub repo, but I am under the impression it is a part of Glassfish now. |
|
It looks like the test still relies on the old JAX-RS API (javax), but the new Jakarta REST 4.0 API should be used. |
|
Could you please make a PR using the new Jakarta REST API, please @jansupol ? |
|
Hm...This file needs to replace javax to jakarta in imports. |
|
I think only jersey-grizzly could be straightfoward. I am not sure having jersey2 and jersey4 is useful |
|
If you have jersey as Jersey 4, should |
|
I mean, we can forget this one. If you can open a new PR dropping jerysey2 and jersey3, and having a clean an up-to-date implementation for jesey (4) it will be gladly appreciated @jansupol |
This PR contains the following updates:
[3.1,3.2)->[4.0,5.0)[3.1,3.2)->[4.0,5.0)[2.47,2.48)->[4.0,5.0)[2.47,2.48)->[4.0,5.0)Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
eclipse-ee4j/jersey (org.glassfish.jersey.inject:jersey-hk2)
v4.0.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.