Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2025

This PR contains the following updates:

Package Change Age Confidence
org.glassfish.jersey.inject:jersey-hk2 (source) [3.1,3.2) -> [4.0,5.0) age confidence
org.glassfish.jersey.containers:jersey-container-grizzly2-http (source) [3.1,3.2) -> [4.0,5.0) age confidence
org.glassfish.jersey.inject:jersey-hk2 (source) [2.47,2.48) -> [4.0,5.0) age confidence
org.glassfish.jersey.containers:jersey-container-grizzly2-http (source) [2.47,2.48) -> [4.0,5.0) age confidence

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.0

Compare Source

  • [Pull 5508] - Update versions of dependencies in pom.xml
  • [Pull 5513] - Next iteration towards supporting HK2 & Weld injection
  • [Pull 5516] - [4.0] remove redundant multi-release jar configuration
  • [Pull 5533] - Next injection iteration
  • [Pull 5535] - Remove Apache 4, Jetty 11, and SimpleFramework
  • [Pull 5538] - Drop JSR 166 repackaged classes
  • [Pull 5552] - Enclose Bindings to innate package and provide a HK2 version of Abstr…
  • [Pull 5554] - Update some EE11 versions
  • [Pull 5556] - Stop distributing jaxrs-ri bundle
  • [Pull 5564] - Move ServiceFinderBinder into an innate package
  • [Pull 5576] - Drop JDK 11 profiles
  • [Pull 5577] - Removed obsolete jars from bom.pom
  • [Pull 5578] - fixes to bundles discovered by release
  • [Pull 5835] - After merge cleanup of JDK17- profiles
  • [Pull 5838] - release-test for 4.0 Jersey
  • [Pull 5911] - Removed obsolete-for-removal UTF8 constant
  • [Pull 5943] - Eliminate unnecessary flushes
  • [Pull 5957] - Merge jersey-container-servlet-core and jersey-container-servlet modules
  • [Pull 5992] - Adding maven ci friendly versions
  • [Pull 6032] - apidocs validation fixes

  • 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.


    • If you want to rebase/retry this PR, check this box

    This PR was generated by Mend Renovate. View the repository job log.

    @renovate renovate bot requested a review from waghanza as a code owner November 4, 2025 18:07
    @waghanza
    Copy link
    Collaborator

    waghanza commented Nov 4, 2025

    @jansupol time to merge 2.x and 3.x here ?

    @jansupol
    Copy link

    jansupol commented Nov 5, 2025

    Jersey 2.x is javax dependent (EE 8).
    Jersey 3.0.x is (Jakarta) EE 9.
    Jersey 3.1.x is EE 10.
    Jersey 4.0.x is EE 11.


    2.x has a unique set of dependencies, then. 3.x and 4.x are Jakarta dependencies, possibly can be represented by the latest.

    @waghanza
    Copy link
    Collaborator

    waghanza commented Nov 5, 2025

    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

    @jansupol
    Copy link

    jansupol commented Nov 5, 2025

    So maybe it is onlyusefull to test the latest ?

    Maybe :)

    @renovate renovate bot force-pushed the renovate/major-4-jersey-monorepo branch from e676e4a to 824dc24 Compare November 10, 2025 14:41
    @waghanza
    Copy link
    Collaborator

    Just for me to remember, what is grizlly @jansupol ?

    @jansupol
    Copy link

    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.

    @jansupol
    Copy link

    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.

    @waghanza
    Copy link
    Collaborator

    Could you please make a PR using the new Jakarta REST API, please @jansupol ?

    @jansupol
    Copy link

    Hm...This file needs to replace javax to jakarta in imports.
    But then, is there a difference between jersey-grizzly2 and jersey3-grizzly? Do you want to update jersey version 4 in jersey3-grizzly test?

    @waghanza
    Copy link
    Collaborator

    I think only jersey-grizzly could be straightfoward. I am not sure having jersey2 and jersey4 is useful

    @jansupol
    Copy link

    If you have jersey as Jersey 4, should jersey3 have the dependency on Jersey 4, too? (which is what the PR sets)

    @waghanza
    Copy link
    Collaborator

    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

    @renovate renovate bot changed the title fix(deps): update jersey monorepo to v4 (major) Update jersey monorepo to v4 (major) Nov 18, 2025
    @renovate renovate bot changed the title Update jersey monorepo to v4 (major) fix(deps): update jersey monorepo to v4 (major) Nov 18, 2025
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    None yet

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    3 participants