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