What's Changed
- Ignore MavenRepositorySpec tests for SNAPSHOT Grails versions by @jamesfredley in #15155
- Allow greedy parameters (+) prior to a format paramter that consume everything but the last . by @codeconsole in #15213
- 7.0.x Bug - Don't call a resource constructor until GORM has been initialized by Spring by @codeconsole in #15195
- 7.1.x AutoTmestamp Enhancements + grails.importGrailsAnnotations GrailsExtension by @codeconsole in #15118
- Include Java vendor in Grails banner version info by @sbglasius in #15230
- 7.1.x importGrailsCommonAnnotations dependency check fix by @codeconsole in #15232
- Add versions to banner by @matrei in #15229
- Minor banner fix by @matrei in #15243
- Allow namespace scaffold views to default to scaffold namespace templates instead of non namespace views. Fixes #15239 by @codeconsole in #15240
- Fix links to controllers with namespaces in create-app index.gsp by @codeconsole in #15252
- 7.1.x
@ScaffoldServices and Controllers by @codeconsole in #15245 - Merge 7.0.x into 7.1.x by @jamesfredley in #15334
- Add clearConstraintsMapCache() public API to Validateable trait by @jamesfredley in #15346
- 7.1.x cli add-field and add-property for domain field and property additions by @codeconsole in #15289
- 7.1.x Scaffolding Display Constraint Expansion by @codeconsole in #15266
- 7.1.x Fix for UrlMapping greedy not working when no id is present by @codeconsole in #15358
- 7.1.x - Simplify star imports check by @codeconsole in #15361
- feat(grails-gradle): move indy configuration from generated apps to Gradle plugin by @jamesfredley in #15375
- test(ci): add indy matrix to functional test CI jobs by @jamesfredley in #15415
- merge 7.0.x into 7.1.x by @jamesfredley in #15434
- ci: reduce indy=true to one job per test type by @jamesfredley in #15438
- fix(grails-gradle): change indy log level from lifecycle to info by @jamesfredley in #15446
- merge 7.0.x into 7.1.x by @jamesfredley in #15449
- Deprecate Spring JSP theme support for removal in Grails 8.0.0 by @jamesfredley in #15457
- Merge 7.0.x into 7.1.x by @codeconsole in #15468
- feat: auto-inherit datasource from domain class in
@Servicedata services by @jamesfredley in #15433 - fix: add null safety for getDatastoreForConnection in data service factory bean by @jamesfredley in #15474
- fix: normalize Unicode minus sign in GSP number formatting for locale compatibility by @jamesfredley in #15475
- Add for removal to previously deprecated methods and classes by @matrei in #15470
- chore: Merge 7.0.x into 7.1.x by @jamesfredley in #15520
- 7.1.x url mapping greedy extension 3 by @codeconsole in #15522
- New feature - Http Client Testing Support by @matrei in #15529
- Load plugin.yml/plugin.groovy earlier so
@Conditional*annotations can be used by @jdaugherty in #15409 - URL mapping group defaults support by @codeconsole in #15526
- Add default validation for $namespace, $controller, and $action url mapping variables by @codeconsole in #15525
- Register the data binding plugin by @matrei in #15518
- Remove remnants of
doWithWebDescriptorby @matrei in #15500 - Support for Multiple Test Phases by @jdaugherty in #15538
Full Changelog: v7.0.10...v7.1.0-RC1