-
Notifications
You must be signed in to change notification settings - Fork 358
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
Spring 6 module introduction #5023
Conversation
189a9e1
to
34a869b
Compare
Thanks, @jansupol. I've been trying to get Spring Boot working against a local build of your branch. One thing that tripped me up was the javaPre17 variant of
I then tried just building the |
Yes, I have seen this issue. The solution is to rebuild the Spring 6 does require JDK 17, that's why the javaPre17 classes. |
Thanks again, @jansupol. Once I had got the Jersey snapshot built correctly, I was able to get a clean build of Spring Boot with its Jersey support reinstated. The changes proposed here look good to me. |
Created CQs: |
The CQs are resolved. |
Signed-off-by: jansupol <jan.supol@oracle.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@jansupol Spring Framework 6 and Spring Boot 3 will have a Jakarta EE 9 (JAX-RS 3.0) baseline. Would it be possible for the new |
@wilkinsona Yes. Jersey 3.0.5 is planned to contain the module. We plan the release at the end of this month. |
That's great. Thanks very much once again. |
Signed-off-by: jansupol jan.supol@oracle.com