-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Use Jersey BOM in dependency management #12082
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
Conversation
|
Thanks. |
* gh-12082: Use Jersey BOM in dependency management
|
Jersey’s bom is broken so I am removing this from RC2 (#12103). |
|
I've opened jersey/jersey#3773. BTW @wilkinsona you still have this assigned to |
|
Yes please, @vpavic. |
|
OK, it's done. |
|
2.27 looks released: https://github.com/jersey/jersey/releases/tag/2.27 |
|
Thanks @izeye - I've updated the PR branch to first upgrade to |
* pr/12082: Use Jersey BOM in dependency management Upgrade to Jersey 2.27
|
Yes, I've messed up with the upgrade jersey issue. Thanks @vpavic |
As a part of support for Jersey, Spring Boot currently provides dependency management for a subset of Jersey modules. However, there are many other modules that are interesting for Jersey users (such as testing related ones) that aren't covered by dependency management.
Since Jersey provides a BOM, it might be a good idea to import it into Boot's dependency management.