github-actions
released this
20 Nov 14:30
·
6 commits
to 2023.1.x
since this release
What's Changed
⭐️ New Features
- All the Plugins are also Spring Boot Starters, migrating Grails Plugin's
doWithSpring()
to Spring Boot'sAutoConfiguration
, so you can use the plugins just as same as Starters, this will lead to better integration with Spring Boot and other Spring projects - All the Grails Configurations now provide Spring Boot Configuration Metadata files
- Supports Spring Boot 3.1~3.4, upgrading to new Spring Boot versions is so easy now
- Upgrade to Groovy 4.0.24, Initial support Groovy 5.0
- Hibernate plugin supports using @GrailsComponentScan to customize GORM @Entity scanning locations
- Improvements for CLI, adding two new flags
--boot-version
and--minimal
, now you can generate clean and minimal applications
🛠 Improvements
🐞 Bug Fixes
- cca3b38 Fixed bean
grailsResourceLocator
name conflict inCoreConfiguration
andGroovyPagesAutoConfiguration
#736
🚀 Dependency Upgrades
- 350ea1f Upgrade to Grace Asset Pipeline Plugin 6.1.0 #719
- 5aa9795 Upgrade to Grace Async and Events 6.1.0 #720
- 858d1cc Upgrade to Grace Cache Plugin 6.1.0 #721
- caf67c7 Upgrade to Grace Data 2023.1.0 #722
- 4e0c539 Upgrade to Grace Data Hibernate 2023.1.0 #723
- 82e3a8d Upgrade to Grace Database Migration Plugin 6.1.0 #724
- 5648203 Upgrade to Grace Fields Plugin 6.1.0 #725
- d294b08 Upgrade to Grace Geb Plugin 6.1.0 #726
- f870e6b Upgrade to Grace Profile: Base 2023.1.0 #727
- 06ab21c Upgrade to Grace Profile: Plugin 2023.1.0 #728
- e24597e Upgrade to Grace Profile: Profile 2023.1.0 #729
- 051c867 Upgrade to Grace Profile: Rest API 2023.1.0 #730
- a8f7f6c Upgrade to Grace Profile: Starter 2023.1.0 #731
- c72c25b Upgrade to Grace Profile: Web 2023.1.0 #732
- bbf63ce Upgrade to Grace Profile: Web Plugin 2023.1.0 #733
- 2a9b378 Upgrade to Grace Scaffolding 6.1.0 #734
- 3b182c6 Upgrade to Grace Views 6.1.0 #735
⚙️ Tasks
- f3019a1 Release v2023.1.0
Full Changelog: v2023.1.0-RC1...v2023.1.0