Skip to content

Commit 0b85d8f

Browse files
committed
Merge branch '7.0.x' into forge-updates
2 parents d2ea316 + 9dad14e commit 0b85d8f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ gradleCycloneDxPluginVersion=2.4.1
5454
micronautPlatformVersion=4.9.2
5555

5656
# Libraries only specific to test apps, these should not be exposed
57-
grailsSpringSecurityVersion=7.0.0-SNAPSHOT
57+
grailsSpringSecurityVersion=7.0.1-SNAPSHOT
5858
jbossTransactionApiVersion=2.0.0.Final
5959
# Note: we do not import the micronaut bom in our tests to avoid spring version mismatches
6060
micronautHttpClientVersion=4.9.9

grails-doc/src/en/guide/upgrading/upgrading60x.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ This update introduces enhancements and fixes to the Spring Framework, providing
176176
Grails 6 used Spring Boot 2.7.x. Grails {version} updates this to Spring Boot {springBootVersion}. For more information, consult the release notes for previous Spring Boot releases:
177177
1. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.5-Release-Notes[Spring Boot 3.5 Release Notes]
178178
2. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.4-Release-Notes[Spring Boot 3.4 Release Notes]
179-
3. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.4-Release-Notes[Spring Boot 3.3 Release Notes]
180-
4. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.4-Release-Notes[Spring Boot 3.2 Release Notes]
181-
5. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.4-Release-Notes[Spring Boot 3.1 Release Notes]
182-
6. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.4-Release-Notes[Spring Boot 3.0 Release Notes]
179+
3. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.3-Release-Notes[Spring Boot 3.3 Release Notes]
180+
4. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.2-Release-Notes[Spring Boot 3.2 Release Notes]
181+
5. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.1-Release-Notes[Spring Boot 3.1 Release Notes]
182+
6. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Release-Notes[Spring Boot 3.0 Release Notes]
183183

184184
==== 10. Upgrading Your Project:
185185

@@ -678,4 +678,4 @@ If your application or API consumers depend on the previous JSON format for `Cal
678678

679679
4. **ZonedDateTime**: Note that the zone ID (e.g., `[America/Los_Angeles]`) is no longer included in the output, matching Spring Boot's behavior.
680680

681-
This change applies to both the `grails-converters` module (standard JSON rendering) and the `grails-views-gson` module (JSON views).
681+
This change applies to both the `grails-converters` module (standard JSON rendering) and the `grails-views-gson` module (JSON views).

grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/build/gradle/templates/buildGradle.rocker.raw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ compileJava.options.release = @features.getTargetJdk()
105105
}
106106

107107
@if (features.contains("jrebel")) {
108-
run {
108+
bootRun {
109109
dependsOn(generateRebel)
110110
if (project.hasProperty("rebelAgent")) {
111111
jvmArgs(rebelAgent)

0 commit comments

Comments
 (0)