github grails/grails-core v1.3.4
Grails 1.3.4

latest releases: v6.2.0, v4.1.4, v6.1.2...
9 years ago

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

Don't miss a new grails-core release

NewReleases is sending notifications on new releases.