Skip to content

Releases: apache/grails-core

Grails 3.3.0 Milestone 1

09 May 14:42

Choose a tag to compare

Grails 3.2.9

26 Apr 13:32

Choose a tag to compare

Release Information

Quick Links

Release Notes

Groovy 2.4.10

This release includes Groovy 2.4.10, which has been used to build the latest version of Grails and GORM. Groovy 2.4.10 should be compatible with all existing compiled code, however some source code may need to be adjusted as static compilation is more strict in Groovy 2.4.10.

Asset Pipeline Dependency

If you get a resolve error for the org.grails.plugins:asset-pipeline you should replace it with the following dependency in build.gradle:

runtime "com.bertramlabs.plugins:asset-pipeline-grails:2.14.1"

Easily Configure the version of GORM

You can now easily configure the version of GORM to use via the gormVersion setting in gradle.properties. For example to use GORM 6.1.2 simply define:

gormVersion=6.1.2

Angular Profile Changes

See this blog post on how the name of the Angular related profiles have changed.

http://grailsblog.objectcomputing.com/posts/2017/04/12/angular-profiles.html

Grails 3.2.8

23 Mar 10:07

Choose a tag to compare

Release Information

Quick Links

Release Notes

Groovy 2.4.10

This release includes Groovy 2.4.10, which has been used to build the latest version of Grails and GORM. Groovy 2.4.10 should be compatible with all existing compiled code, however some source code may need to be adjusted as static compilation is more strict in Groovy 2.4.10.

Asset Pipeline Dependency

If you get a resolve error for the org.grails.plugins:asset-pipeline you should replace it with the following dependency in build.gradle:

runtime "com.bertramlabs.plugins:asset-pipeline-grails:2.14.1"

Easily Configure the version of GORM

You can now easily configure the version of GORM to use via the gormVersion setting in gradle.properties. For example to use GORM 6.1 RC2 simply define:

gormVersion=6.1.0.RC2

GORM Reactor Events Disabled for New Applications

New applications created with Grails 3.2.8 have autowiring of entities and reactor events disabled by default due to the performance impact these features have. You can re-enable these as needed in application.yml:

---
grails:
    gorm:
        autowire: true # enable autowiring
        reactor:
            events: true #enable reactor events

Grails 3.1.16

23 Mar 09:16

Choose a tag to compare

Grails 2.5.6

23 Mar 08:47

Choose a tag to compare

Release Notes

Includes upgrades to the following dependencies:

  • Groovy 2.4.10
  • Commons Collections 3.2.2
  • Commons IO 2.5
  • Spring Loaded 1.2.7
  • Slf4j 1.7.21

Grails 3.2.7

06 Mar 15:29
b96a2bc

Choose a tag to compare

Grails 3.2.6

09 Feb 17:06
f164ed3

Choose a tag to compare

Grails 3.2.5

01 Feb 14:16
f0d1187

Choose a tag to compare

v1.0.4

02 Jul 16:53

Choose a tag to compare

Release 1.0.4

v1.0.3

02 Jul 16:52

Choose a tag to compare

Release 1.0.3