Refresh Grails 8 platform upgrade docs#15770
Open
jamesfredley wants to merge 3 commits into
Open
Conversation
Document the Spring Boot 4.1 baseline, Micronaut BOM guidance, and updated Grails 8 dependency references for users moving from Grails 7. Assisted-by: hephaestus:openai/gpt-5.5 oracle
Recognize the Hibernate 7 Micronaut BOM as a known enforced Grails BOM and cover automatic plus manual selection in the Gradle plugin functional tests. Assisted-by: hephaestus:openai/gpt-5.5 oracle
Contributor
There was a problem hiding this comment.
Pull request overview
Refreshes Grails 8 platform-upgrade documentation and extends the Grails Gradle plugin’s BOM handling to support the Hibernate 7 Micronaut BOM variants, with added Gradle TestKit coverage to verify enforced-platform behavior.
Changes:
- Updates Grails 8 upgrade and “What’s New” docs for the Spring Boot 4.1 / Spring Framework 7 stack, plus Micronaut BOM guidance (including JDK 25 requirement for Micronaut-enabled apps).
- Extends
GrailsGradlePluginBOM recognition/enforced-platform lists to includegrails-hibernate7(-micronaut)-bomvariants and updates extension/API documentation accordingly. - Adds new TestKit resource projects and functional spec assertions for Hibernate 7 Micronaut BOM selection (auto and manual declaration).
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| grails-gradle/plugins/src/test/resources/test-projects/bom-platform-hibernate7-micronaut-manual/settings.gradle | New TestKit fixture project identity for manual Hibernate 7 Micronaut BOM case. |
| grails-gradle/plugins/src/test/resources/test-projects/bom-platform-hibernate7-micronaut-manual/gradle.properties | New TestKit fixture property placeholder for plugin version injection. |
| grails-gradle/plugins/src/test/resources/test-projects/bom-platform-hibernate7-micronaut-manual/build.gradle | New TestKit fixture verifying manual enforced-platform BOM declaration behavior across configurations. |
| grails-gradle/plugins/src/test/resources/test-projects/bom-platform-hibernate7-micronaut-auto/settings.gradle | New TestKit fixture project identity for auto-selected Hibernate 7 Micronaut BOM case. |
| grails-gradle/plugins/src/test/resources/test-projects/bom-platform-hibernate7-micronaut-auto/gradle.properties | New TestKit fixture property placeholder for plugin version injection. |
| grails-gradle/plugins/src/test/resources/test-projects/bom-platform-hibernate7-micronaut-auto/build.gradle | New TestKit fixture verifying grails { bom = ... } selection produces an enforced platform dependency. |
| grails-gradle/plugins/src/test/groovy/org/grails/gradle/plugin/core/BomPlatformFunctionalSpec.groovy | Adds functional coverage for Hibernate 7 Micronaut BOM selection (auto/manual). |
| grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/core/GrailsGradlePlugin.groovy | Adds Hibernate 7 BOM names to known/enforced sets and updates related messaging/comments. |
| grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/core/GrailsExtension.groovy | Updates extension docs to reflect Micronaut-compatible BOM validation and new Hibernate 7 Micronaut variant. |
| grails-doc/src/en/guide/upgrading/upgrading80x.adoc | Updates upgrade guide for Spring Boot 4.1 and Micronaut BOM/enforcedPlatform guidance (plus JDK 25 Micronaut note). |
| grails-doc/src/en/guide/introduction/whatsNew/dependencyUpgrades.adoc | Adds Java 21 baseline note and points readers to BOM variant tables. |
| grails-doc/src/en/guide/introduction/whatsNew.adoc | Adds platform baseline + Spring Boot 4.1/Spring Framework 7 highlights. |
| grails-doc/src/en/guide/conf/micronaut.adoc | Updates Micronaut BOM explanation and adds JDK 25 guidance for Micronaut-enabled apps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
|
Some cleanup pre-release |
Clarify Micronaut BOM wording and make the Hibernate 7 Micronaut BOM TestKit fixtures exercise the grails-micronaut validation path. Assisted-by: hephaestus:openai/gpt-5.5 oracle
✅ All tests passed ✅🏷️ Commit: 3a1e90c Learn more about TestLens at testlens.app. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Verification:
Review-gate: