Skip to content

v2023.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 14:30
· 6 commits to 2023.1.x since this release
f3019a1

What's Changed

⭐️ New Features

  • All the Plugins are also Spring Boot Starters, migrating Grails Plugin's doWithSpring() to Spring Boot's AutoConfiguration, 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

  • d5ee534 Plugin gsp dependency on plugin i18n should be optional #737

🐞 Bug Fixes

  • cca3b38 Fixed bean grailsResourceLocator name conflict in CoreConfiguration and GroovyPagesAutoConfiguration #736

🚀 Dependency Upgrades

⚙️ Tasks

Full Changelog: v2023.1.0-RC1...v2023.1.0