From 0b7c9df06db2fecb96664554e06018e382cfc966 Mon Sep 17 00:00:00 2001 From: Michael Yan Date: Mon, 29 May 2023 13:29:19 +0800 Subject: [PATCH] Release 2022.2.4 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" (7d4ebdc713) * Grails Boot: Support configure watch files in application.yml in dev mode (07a4d27880) * Grails Boot: Support reloading spring beans from resources.xml when changed (491e81371e) * Grails Boot: Refine GrailsDevelopmentModeWatchApplicationContextInitializer (be8b1aee22) * Grails Boot: Simplify GrailsDevelopmentModeWatchApplicationContextInitializer (823943e5ab) * Grails Boot: Refine GrailsDevelopmentModeWatchApplicationContextInitializer, use BuildSettings.GRAILS_APP_DIR (9bd27ee270) Grails Bootstrap * Grails Bootstrap: Update BuildSettings (7d1c397957) * Grails Bootstrap: Minor improvements for GrailsResourceUtils (2b55944bb1) * Grails Bootstrap: Improve documentation and comments for GrailsResourceUtils (947b1270ae) * Grails Bootstrap: Fixes GrailsResourceUtils.getPathFromBaseDir(), the path relative to the project base directory (e7de7f586f) * Grails Bootstrap: adding new BuildSettings.GRAILS_APP_PATH property, it may be 'app' or 'grails-app' as default. (a6f6d1caa1) * Grails Bootstrap: adding new BuildSettings.APP_DIR system property, also configure it by Gradle plugin (b6ef609d53) * Grails Bootstrap: Adding GRAILS_APP_DIR to BuildSettings (32796bf226) Grails Console * Grails Console: set IO verbosity to VERBOSE (d94925b90a) * Grails Console: remove unnecessary configureApplicationContextClass() in DevelopmentGrails (768a36c3d5) * Grails Console: use GrailsConsoleLogger when running application commands or scripts (e1f963e838) * Grails Console: Running scripts from GRAILS_APP_DIR/scripts directory (352dc7fd16) * Grails Console: Fixes BUG: The run-script command does not work if grails.codegen.defaultPackage is set (eb5bc0b019) * Grails Console: Rename GrailsApplicationContextCommandRunner to GrailsApplicationCommandRunner (f8962c9611) * Grails Console: remove unnecessary configureApplicationContextClass() in GrailsConsole and GrailsShell (59e153cb2e) * Grails Console: Don't hook interceptors when execute commands (4c7c60f34c) * Grails Console: set IO verbosity to VERBOSE (cd09441efc) Grails Gradle Plugin * Grails Gradle Plugin: Don't use deprecated Gradle ConfigureUtil (2d5acd4428) * Grails Gradle Plugin: Import 'grails-bom' after 'spring-boot-dependencies' (f2d14ec2cd) * Grails Gradle Plugin: Always configure system properties of BuildSettings when executing command like bootRun, runCommand, runScript (3a84fb2ded) * Grails Gradle Plugin: set systemProperty 'base.dir' when running command or script (732759c3f8) Grails Shell * Grails Shell: using BuildSettings.GRAILS_APP_DIR to load the project Classes in Completer (8f10eff776) * Grails Shell: using BuildSettings.GRAILS_APP_DIR to load config files (ac71932237) Grails Plugin * Grails Plugin Core: Support reloading spring resources.groovy when changed (67500f9844) * Grails i18n Plugin: Revert 0adeb492 (acc1626ce5) * Grails i18n Plugin: Support watching i18n properties, use Ant to convert files to ASCII (0adeb49218) * Grails i18n Plugin: using BuildSettings.GRAILS_APP_DIR to get i18n properties (4782a29a69) Dependency Upgrades * Upgrade to GORM 2022.2.4 (762f6ec662) * Upgrade to GORM for Hibernate5 2022.2.4 (6510cea17a) * Upgrade to Grails Async and Events 5.2.4 (77501ec716) * Upgrade to Grails Cache Plugin 5.2.4 (cd0d6b4c47) * Upgrade to Grails Fields Plugin 5.2.4 (7b75339b66) * Upgrade to Grails Scaffolding 5.2.4 (2a265e382e) * Upgrade to Grails Views 5.2.4 (e3f1aecb53) * Upgrade Grails Profiles: web-bootstrap and web-clean 2022.2.4 (bf82e0be24) * Upgrade to Jackson Databind 2.13.5 (5421b044bf) * Upgrade to Micronaut 3.9.2 (40093fab22) * Upgrade to Spring Boot 2.7.12 (fe362b6b3b) * Upgrade to Tomcat 9.0.75 (f0901ac5c2) 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 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6e4afbebc5..36074688b3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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