-
Notifications
You must be signed in to change notification settings - Fork 950
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
BUG: Erroneous Release 5.1.6/5.1.7 - Does not use documented Spring Boot version. #12472
Comments
Using https://github.com/grails/grails-core/releases/tag/v5.1.7 still points to Spring Boot 2.6.4 |
This issue was always exist since Grails 5.0.1, because There is a easy way to set spring-boot version in Grails project:
I submit a PR Support set springBootVersion in Gradle for https://grails.org/blog/2021-10-11-grails-5-ga.html
|
@rainboyan I understand why, but the release notes specifically say Spring Boot 2.6.5/2.6.6 which is simply not the case. |
@rainboyan if I try to use your workaround for forcing the latest Spring Boot, I get the following compile error:
|
Micronaut need `jakarta.annotation:jakarta.annotation-api:2.0.0' Add the below,
|
It seems the correct decision would have been to have released an updated |
@puneetbehl thank you for your hard work. grails gradle plugin 5.1.4 was released!
|
I can confirm Using it resolves
|
Expected Behavior
According to
https://github.com/grails/grails-core/releases/tag/v5.1.6
Should use Spring Boot 2.6.5, but it points to 2.6.4
Actual Behaviour
Steps To Reproduce
Environment Information
No response
Example Application
No response
Version
5.1.6
The text was updated successfully, but these errors were encountered: