Skip to content

Commit

Permalink
Release 2022.2.4
Browse files Browse the repository at this point in the history
What's Changed

This is a patch release in the 2022.2.x release line

Grails Boot

* Revert "Grails Boot: Support configure watch files in application.yml in dev mode" (7d4ebdc)
* Grails Boot: Support configure watch files in application.yml in dev mode (07a4d27)
* Grails Boot: Support reloading spring beans from resources.xml when changed (491e813)
* Grails Boot: Refine GrailsDevelopmentModeWatchApplicationContextInitializer (be8b1ae)
* Grails Boot: Simplify GrailsDevelopmentModeWatchApplicationContextInitializer (823943e)
* Grails Boot: Refine GrailsDevelopmentModeWatchApplicationContextInitializer, use BuildSettings.GRAILS_APP_DIR (9bd27ee)

Grails Bootstrap

* Grails Bootstrap: Update BuildSettings (7d1c397)
* Grails Bootstrap: Minor improvements for GrailsResourceUtils (2b55944)
* Grails Bootstrap: Improve documentation and comments for GrailsResourceUtils (947b127)
* Grails Bootstrap: Fixes GrailsResourceUtils.getPathFromBaseDir(), the path relative to the project base directory (e7de7f5)
* Grails Bootstrap: adding new BuildSettings.GRAILS_APP_PATH property, it may be 'app' or 'grails-app' as default. (a6f6d1c)
* Grails Bootstrap: adding new BuildSettings.APP_DIR system property, also configure it by Gradle plugin (b6ef609)
* Grails Bootstrap: Adding GRAILS_APP_DIR to BuildSettings (32796bf)

Grails Console

* Grails Console: set IO verbosity to VERBOSE (d94925b)
* Grails Console: remove unnecessary configureApplicationContextClass() in DevelopmentGrails (768a36c)
* Grails Console: use GrailsConsoleLogger when running application commands or scripts (e1f963e)
* Grails Console: Running scripts from GRAILS_APP_DIR/scripts directory (352dc7f)
* Grails Console: Fixes BUG: The run-script command does not work if grails.codegen.defaultPackage is set (eb5bc0b)
* Grails Console: Rename GrailsApplicationContextCommandRunner to GrailsApplicationCommandRunner (f8962c9)
* Grails Console: remove unnecessary configureApplicationContextClass() in GrailsConsole and GrailsShell (59e153c)
* Grails Console: Don't hook interceptors when execute commands (4c7c60f)
* Grails Console: set IO verbosity to VERBOSE (cd09441)

Grails Gradle Plugin

* Grails Gradle Plugin: Don't use deprecated Gradle ConfigureUtil (2d5acd4)
* Grails Gradle Plugin: Import 'grails-bom' after 'spring-boot-dependencies' (f2d14ec)
* Grails Gradle Plugin: Always configure system properties of BuildSettings when executing command like bootRun, runCommand, runScript (3a84fb2)
* Grails Gradle Plugin: set systemProperty 'base.dir' when running command or script (732759c)

Grails Shell

* Grails Shell: using BuildSettings.GRAILS_APP_DIR to load the project Classes in Completer (8f10eff)
* Grails Shell: using BuildSettings.GRAILS_APP_DIR to load config files (ac71932)

Grails Plugin

* Grails Plugin Core: Support reloading spring resources.groovy when changed (67500f9)
* Grails i18n Plugin: Revert 0adeb49 (acc1626)
* Grails i18n Plugin: Support watching i18n properties, use Ant to convert files to ASCII (0adeb49)
* Grails i18n Plugin: using BuildSettings.GRAILS_APP_DIR to get i18n properties (4782a29)

Dependency Upgrades

* Upgrade to GORM 2022.2.4 (762f6ec)
* Upgrade to GORM for Hibernate5 2022.2.4 (6510cea)
* Upgrade to Grails Async and Events 5.2.4 (77501ec)
* Upgrade to Grails Cache Plugin 5.2.4 (cd0d6b4)
* Upgrade to Grails Fields Plugin 5.2.4 (7b75339)
* Upgrade to Grails Scaffolding 5.2.4 (2a265e3)
* Upgrade to Grails Views 5.2.4 (e3f1aec)
* Upgrade Grails Profiles: web-bootstrap and web-clean 2022.2.4 (bf82e0b)
* Upgrade to Jackson Databind 2.13.5 (5421b04)
* Upgrade to Micronaut 3.9.2 (40093fa)
* Upgrade to Spring Boot 2.7.12 (fe362b6)
* Upgrade to Tomcat 9.0.75 (f0901ac)

Related Projects

Grails Data Mappings

* Upgrade to Grails 2022.1.7
* Upgrade to Grails Async 5.2.3
* Upgrade to Spring Framework 5.3.27

GORM Hibernate 5

* Upgrade to Grails 2022.1.7
* Upgrade to GORM 2022.2.4
* Upgrade to Grails Fields Plugin 5.1.4
* Upgrade to Grails Scaffolding 5.1.4
* Upgrade to Grails Views 5.1.4
* Upgrade to Asset Pipeline Plugin 4.0.0
* Upgrade to Spring Framework 5.3.27
* Upgrade to Spring Boot 2.7.12
* Upgrade to Tomcat 9.0.75

Grails Async and Events

* Upgrade to Grails 2022.1.7
* Upgrade to GORM 2022.2.4

Grails Views

* Upgrade to Grails 2022.1.7
* Upgrade to GORM 2022.2.4
* Upgrade to GORM for Hibernate5 2022.2.4
* Upgrade to Asset Pipeline Plugin 4.0.0
* Upgrade to functional test Views Gradle 5.2.3

Grails Scaffolding

* Upgrade to Grails 2022.1.7
* Upgrade to GORM 2022.2.4
* Upgrade to GSP 2022.1.4

Grails Fields Plugin

* Upgrade to Grails 2022.1.7
* Upgrade to Grails Scaffolding 5.2.4
* Upgrade to GSP 2022.1.4
* Upgrade to GORM 2022.2.4

Grails Cache Plugin

* Upgrade to Grails 2022.1.7
* Upgrade to GORM 2022.2.4
* Upgrade to GSP 2022.1.4
  • Loading branch information
rainboyan committed May 29, 2023
1 parent bf82e0b commit 0b7c9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=2022.2.4-SNAPSHOT
projectVersion=2022.2.4
gradleExtraConfigurationsPluginVersion=9.0.0
gradleNexusPublishPluginVersion=1.3.0
gradleTestRetryPlugin=1.5.2
Expand Down

0 comments on commit 0b7c9df

Please sign in to comment.