codeconsole opened a new pull request, #15710:
URL: https://github.com/apache/grails-core/pull/15710
## What
Bumps the SiteMesh 3 managed versions on the 8.x (Spring Boot 4) line:
| Key | Before | After |
|-----|--------|-------|
| `starter-sitemesh.version` | `3.2.2` | `3.3.0-SNAPSHOT` |
| `spring-webmvc-sitemesh.version` | `3.2.2` | `3.3.0-SNAPSHOT` |
## Why
SiteMesh `3.2.x` targets **Spring Boot 3**, but the 8.x line runs on
**Spring Boot 4**. `3.3.0` is the Boot 4-compatible line; the `3.3.0-SNAPSHOT`
artifacts are published on the Sonatype snapshot repository.
The two `org.sitemesh.*:*-SNAPSHOT` resolution exemptions already exist in
`GrailsRepoSettingsPlugin` (both `pluginManagement` and
`dependencyResolutionManagement`), so no repository changes are needed for the
snapshot to resolve.
## Notes / follow-ups
- This updates only the version managed by the BOM. The `grails-sitemesh3`
and `grails-gsp-spring-boot` modules are still commented out in
`settings.gradle` and `gradle/publish-root-config.gradle` ("does not support
boot 4 at this time"); re-enabling them is a separate change.
- ⚠️ Merge-up note: #15705 pinned 7.2.x to the `3.2.3` **release** (Boot 3).
When 7.2.x is merged up into 8.0.x, that value will conflict with
`3.3.0-SNAPSHOT` here — the 8.x Boot 4 value should win.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]