github apache/grails-core v1.2.4
Grails 1.2.4

latest releases: v7.0.0-RC2, v7.0.0-RC1, v7.0.0-M5...
10 years ago

Grails 1.2.4 is a minor release of Grails with bug fixes and improvements.

Further information about the release can be obtained using the links below:

See the Grails 1.2 release notes for more information about new features.

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

Create Skinny Wars With Plugin Dependencies Included

See GRAILS-6422 for more detail

Don't miss a new grails-core release

NewReleases is sending notifications on new releases.