Grace v2024.1.0-RC1 released #1525
rainboyan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
This release is based on Spring Boot 3.5.14 and Spring Framework to 6.2.18.
For a complete list of changes made in this release see v2024.1.0-RC1 on GitHub.
The database-migration plugin dosen't dependent on
liquibase-hibernate5now.Currently, the latest version of liquibase-core is
4.33.0, the latest version of liquibase-hibernate5 is4.27.0, and Spring Boot 3.5.x only upgrades to4.31.1.To more conveniently synchronize with Spring Boot and integrate liquibase, we have decided to no longer use liquibase-hibernate5 and will no longer provide related commands, such as
dbmGenerateGormChangelog,dbmGormDiff, andschemaExport.GrailsApplicationPidFileWriter and GrailsWebServerPortFileWriter are not active by default.
By default, these writers are not activated, but you can enable them:
In the
META-INF/spring.factoriesfile, you can activate the listener (or listeners) that writes a PID file:⭐️ New Features
scriptGenerator Closes AddscriptGenerator #1523viewsGenerator Closes AddviewsGenerator #1522grailsCacheManagerto Spring's CacheManager if provide by user Closes DelegategrailsCacheManagerto Spring's CacheManager if provide by user #1519DatabaseMigrationPlugin Closes Auto-configureDatabaseMigrationPlugin #1502🛠 Improvements
CustomCacheKeyGeneratortoSimpleCacheKeyGeneratorCloses RenameCustomCacheKeyGeneratortoSimpleCacheKeyGenerator#1520grails.compiler.traits.WebDataBindingTraitInjectorCloses Restore DataBinding as GrailsPlugin #1514generate-viewsCloses Add some examples to commandgenerate-views#1513invoketo Generator Closes Add new methodinvoketo Generator #1512initializeProfileandbuildClasspathDependenciesCloses Refactor GrailsCliinitializeProfileandbuildClasspathDependencies#1510TraitInjector.supports()to simplify TraitInjectionUtils Closes UseTraitInjector.supports()to simplify TraitInjectionUtils #1508@groovy.transform.Generatedannotation to TagLibraryInvoker Closes Add@groovy.transform.Generatedannotation to TagLibraryInvoker #1506DatabaseMigrationPlugin Closes Restore tests inDatabaseMigrationPlugin #1503🐞 Bug Fixes
migrationandscaffoldgenerators when executinggeneratecommand Closes Not foundmigrationandscaffoldgenerators when executinggeneratecommand #1524opencsvdependency of liquibase-core Closes Don't excludeopencsvdependency of liquibase-core #1499🚀 Dependency Upgrades
⚙️ Tasks
🔌 Plugins
📜Profiles
Full Changelog: v2024.1.0-M3...v2024.1.0-RC1
This discussion was created from the release v2024.1.0-RC1.
Beta Was this translation helpful? Give feedback.
All reactions