Skip to content

Commit

Permalink
Update references to Grails 5
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jan 27, 2021
1 parent ecdaab4 commit 1ef4852
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
grails.version=4.1.0.M5
grails.version=5.0.0.M1
2 changes: 1 addition & 1 deletion src/en/guide/introduction/whatsNew.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This section covers all the new features introduced in Grails 4.1.0.M5
This section covers all the new features introduced in Grails 5.0.0.M1



Expand Down
2 changes: 1 addition & 1 deletion src/en/guide/introduction/whatsNew/dependencyUpgrades.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Grails 4.1.0.M5 ships with the following dependency upgrades:
Grails 5.0.0.M1 ships with the following dependency upgrades:

* Groovy 3.0.7
* Micronaut 2.2.1
Expand Down
2 changes: 1 addition & 1 deletion src/en/guide/toc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
introduction:
title: Introduction
whatsNew:
title: What's new in Grails 4.1.0.M5?
title: What's new in Grails 5.0.0.M1?
dependencyUpgrades: Updated Dependencies
gettingStarted:
title: Getting Started
Expand Down
12 changes: 6 additions & 6 deletions src/en/guide/upgrading/upgrading40x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ You will need to upgrade your Grails version defined in `gradle.properties` as:
.gradle.properties
----
...
grailsVersion=4.1.0.M5
grailsVersion=5.0.0.M1
...
----

### Apache Groovy 3.0.7

Grails 4.1.0.M4 provide support for Groovy 3. We would recommend you to please check the https://groovy-lang.org/releasenotes/groovy-3.0.html[Release notes for Groovy 3] to update your application in case you are using a specific feature which might not work in Groovy 3.
Grails 5.0.0.M1 provide support for Groovy 3. We would recommend you to please check the https://groovy-lang.org/releasenotes/groovy-3.0.html[Release notes for Groovy 3] to update your application in case you are using a specific feature which might not work in Groovy 3.

Define groovyVersion in `gradle.properties` to force the application to use Groovy 3.

Expand Down Expand Up @@ -77,16 +77,16 @@ grailsApplication.config.getProperty("hola", String.class)
### Spring 5.3

Grails 4.1.0.M5 is built on Spring 5.3.2 See the https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-5.x#upgrading-to-version-53[Upgrading to Spring 5.3] if you are using Spring specific features.
Grails 5.0.0.M1 is built on Spring 5.3.2 See the https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-5.x#upgrading-to-version-53[Upgrading to Spring 5.3] if you are using Spring specific features.

### Spring Boot 2.4

Grails 4.1.0.M5 updates to Spring Boot 2.4. Please check https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.4-Release-Notes[Spring Boot 2.4 Release Notes] for more information.
Grails 5.0.0.M1 updates to Spring Boot 2.4. Please check https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.4-Release-Notes[Spring Boot 2.4 Release Notes] for more information.

### Micronaut 2.0

Grails 4.1.0.M5 is shipped with Micronaut 2.0. Please check the https://docs.micronaut.io/2.2.1/guide/index.html#upgrading[Upgrading to Micronaut 2.x] if you are using a specific feature.
Grails 5.0.0.M1 is shipped with Micronaut 2.0. Please check the https://docs.micronaut.io/2.2.1/guide/index.html#upgrading[Upgrading to Micronaut 2.x] if you are using a specific feature.

### Micronaut for Spring 3.0.0

Grails 4.1.0.M5 is updated to Micronaut for Spring 3.0.0, please check out https://github.com/micronaut-projects/micronaut-spring/releases/tag/v3.0.0[release notes] for more information.
Grails 5.0.0.M1 is updated to Micronaut for Spring 3.0.0, please check out https://github.com/micronaut-projects/micronaut-spring/releases/tag/v3.0.0[release notes] for more information.

0 comments on commit 1ef4852

Please sign in to comment.