-
Notifications
You must be signed in to change notification settings - Fork 91
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
Add support for Spring Boot 3.0 once Open Liberty supports it #1703
Comments
Looks like Open Liberty |
Its not clear anything specific to SB 3 needs to happen - @cherylking Can you find the original PR from @anjumfatima90 ? Maybe at most you guys need to add a testcase? |
I know changes are needed, as there is logic specific to 1.x vs 2.x. I will find the original PR and link it. |
Here are a couple of examples in ci.gradle that would need modifying. I would expect something similar in ci.maven, but have not tracked it down yet. I cannot link the original PRs because that code was added before we migrated our repos to OpenLiberty in public Github. I don't know if there are any fundamental differences that need to be accounted for between 2.x and 3.x. |
Open issue in ci.gradle related to SB 3.0 support. |
There are 4 classes and 6 different methods that check for version 1.x versus 2.x in the ci.gradle code. I found none in ci.maven code. |
While adding a test case for SpringBoot 3.0, I ran into a NoClassDefFoundError when our plugin code calls the springBootUtility. That problem is being tracked in this OL issue. |
Issue for blog post: OpenLiberty/open-liberty#27087 |
Open Liberty is adding support for Spring Boot 3.0 with this epic. Some plugin code will need to be modified in order to support it, and a new test case should be added. Similar updates will be needed in Liberty Gradle Plugin as well.
The text was updated successfully, but these errors were encountered: