Skip to content

Releases: apache/grails-core

v3.3.4

04 Apr 16:54

Choose a tag to compare

v3.3.3

07 Mar 19:35

Choose a tag to compare

Release Information

Issues fixed

Dependencies upgraded

  • Groovy 2.4.14
  • GORM 6.1.9
  • Spring Boot 1.5.10.RELEASE
  • Spring Framework 4.3.14
  • Slf4j 1.7.25
  • Tomcat 8.5.28

Grails plugins upgraded

  • Geb 1.1.4
  • Fields 2.2.5
  • Java8 1.2.3
  • Views 1.2.7

Profiles

  • New vue profile

v3.2.12

01 Feb 21:04

Choose a tag to compare

Set version to 3.2.12

v3.3.2

24 Nov 16:20

Choose a tag to compare

Release Grails 3.3.2

Grails 3.3.1

22 Sep 13:20

Choose a tag to compare

Grails 3.3 GA

26 Jul 15:09

Choose a tag to compare

Grails 3.3 Release Candidate 1

26 Jun 14:07

Choose a tag to compare

Grails 3.2.11

26 Jun 15:11

Choose a tag to compare

Grails 3.3 Milestone 2

30 May 13:01

Choose a tag to compare

Grails 3.2.10

30 May 11:06

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.4

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