Skip to content

Grails 1.3.4

Choose a tag to compare

@graemerocher graemerocher released this 16 Jan 09:11
· 14174 commits to master since this release

For further information about the release see the below links:

Groovy 1.7.4

Grails 1.3.4 includes Groovy 1.7.4. Read the Groovy 1.7.4 Release Notes for details on the latest version of the Groovy language.

Create scripts purge redundant artifact suffixes

Improved the create scripts to handle redundant artifact suffixes.

For example:

  grails create-service com.example.FooService

now creates /com/example/FooService.groovy
instead of /com/example/FooServiceService.groovy

Applies to:

  • create-controller
  • create-filters
  • create-service
  • create-taglib
  • create-integration-test
  • create-unit-test

See GRAILS-6381 for more detail