Skip to content

Releases: apache/grails-core

Grails 3.3.10

20 May 09:25

Choose a tag to compare

Release Information

Issues fixed

Dependencies upgraded

  • GORM 6.1.12
  • Spring Boot 1.5.21.RELEASE
  • Spring Framework 4.3.22.RELEASE
  • Grails Testing support 1.1.5
  • Tomcat 8.5.35

Grails plugins upgraded

  • Gorm Hibernate 5 6.1.12

Profiles upgraded

  • Web 3.3.4

Grails 4.0.0 RC1

17 Apr 13:16

Choose a tag to compare

Grails 4.0.0 Milestone 2

26 Mar 14:01

Choose a tag to compare

Grails 4.0.0 Milestone 1

19 Feb 16:59

Choose a tag to compare

v3.3.9

04 Dec 10:17

Choose a tag to compare

Release Information

Issues fixed

Dependencies upgraded

  • GORM 6.1.11
  • Spring Boot 1.5.18.RELEASE
  • Spring Framework 4.3.21.RELEASE
  • Grails Testing support 1.1.5
  • Tomcat 8.5.35

Grails plugins upgraded

  • Gorm Hibernate 5 6.1.11
  • Gorm Mongodb 6.1.7
  • Gorm Neo4j 6.1.8
  • Cache 4.0.1
  • Views 1.2.9

Profiles upgraded

  • Base 3.3.3
  • Angular 6.1.0

v3.3.8

10 Aug 16:48

Choose a tag to compare

Release Information

Issues fixed

Notes

This version was released to resolve an issue with applications created with the CLI that had an invalid Gradle property.

v3.3.7

09 Aug 17:31

Choose a tag to compare

Release Information

Issues fixed

Dependencies upgraded

  • Spring Boot 1.5.15.RELEASE

Known issues

An extra step is now required to allow reloading of plugins in multi project builds. The entire process is described in the documentation. The new step is to supply a Gradle property to the plugin's build. Set exploded=true in the plugin gradle.properties to add the exploded artifacts to the classpath. Unfortunately due to how Gradle plugins work, it's not consistently possible to determine this automatically.

Newly created apps have an invalid GORM version of gormVersion=${datastore.version} set in the gradle.properties. Change it to gormVersion=6.1.10.RELEASE to allow it to work again.

v3.3.6

15 Jun 18:20

Choose a tag to compare

Release Information

Issues fixed

Dependencies upgraded

  • GORM 6.1.10
  • Spring Boot 1.5.14.RELEASE
  • Spring Framework 4.3.18.RELEASE

Grails plugins upgraded

  • Fields 2.2.8
  • Views 1.2.8

Profiles upgraded

  • React-webpack 1.0.6

Known issues

Due to the upgrade to the latest Spring Boot version you may find the following error Caused by: java.util.zip.ZipException: invalid entry size (expected 4 but got 3 bytes) when executing the bootRepackage task. Take a look at this issue #11032 (comment)

v3.3.5

17 Apr 17:19

Choose a tag to compare

Release Information

Issues fixed

Dependencies Upgraded

  • Groovy 2.4.15
  • Spring Boot 1.5.12
  • Spring Framework 4.3.16

v.3.2.13

17 Apr 15:43

Choose a tag to compare

Release Information

Dependencies upgraded

  • Groovy 2.4.15
  • Spring Framework 4.3.16