@@ -4,51 +4,59 @@ link:{github}/releases/tag/v2023.3.0[release notes]
44
55⭐️ New Features
66
7- * Add documentation
8- * Config generate docs step to the release workflow #1080
9- * Setup docs workflow #1079
7+ * Support custom Grace banner link:{github}/issues/1083[#1083]
8+ * Add documentation: user guide and api docs link:{github}/issues/1081[#1081]
9+ * Config generate docs step to the release workflow link:{github}/issues/1080[#1080]
10+ * Setup docs workflow link:{github}/issues/1079[#1079]
1011
1112 🛠 Improvements
1213
13- * Enhance IntegrationTestGradlePlugin - Deprecation warning of the `IdeaModule.testSourceDirs` - Migrate to `tasks.register()` #1074
14- * Only show internal commands and features by using flag `only` , removing flag `all` #1073 #1042
15- * Improve GradleUtil - Use `System.in` as the standardInput of Gradle's BuildLauncher - It will make `shell` command work normally #1072
14+ * Change to `graceVersion` of the app info link:{github}/issues/1085[#1085]
15+ * Exclude obsolete `gsp` plugin from the plugin list link:{github}/issues/1084[#1084]
16+ * Enhance IntegrationTestGradlePlugin - Deprecation warning of the `IdeaModule.testSourceDirs` - Migrate to `tasks.register()` link:{github}/issues/1074[#1074]
17+ * Only show internal commands and features by using flag `only` , removing flag `all` link:{github}/issues/1073[#1073] link:{github}/issues/1042[#1042]
18+ * Improve GradleUtil - Use `System.in` as the standardInput of Gradle's BuildLauncher - It will make `shell` command work normally link:{github}/issues/1072[#1072]
19+
20+ 🐞 Bug Fixes
21+
22+ * Fixes groovydoc: error parsing Java source file: `org/grails/plugins/datasource/DataSourcePluginConfiguration.java` link:{github}/issues/1082[#1082]
1623
1724 🚀 Dependency Upgrades
1825
19- * Upgrade to Grace Asset Pipeline Plugin 6.3.0 #1022
20- * Upgrade to Grace Async and Events 6.3.0 #1023
21- * Upgrade to Grace Cache Plugin 6.3.0 #1024
22- * Upgrade to Grace Data 2023.3.0 #1025
23- * Upgrade to Grace Data Hibernate 2023.3.0 #1026
24- * Upgrade to Grace Data MongoDB 2023.3.0 #1027
25- * Upgrade to Grace Database Migration Plugin 6.3.0 #1028
26- * Upgrade to Grace Fields Plugin 6.3.0 #1029
27- * Upgrade to Grace Geb Plugin 6.3.0 #1030
28- * Upgrade to Grace Profile: Base 2023.3.0 #1033
29- * Upgrade to Grace Profile: Plugin 2023.3.0 #1034
30- * Upgrade to Grace Profile: Profile 2023.3.0 #1035
31- * Upgrade to Grace Profile: Rest API 2023.3.0 #1036
32- * Upgrade to Grace Profile: Starter 2023.3.0 #1037
33- * Upgrade to Grace Profile: Web 2023.3.0 #1038
34- * Upgrade to Grace Profile: Web Plugin 2023.3.0 #1039
35- * Upgrade to Grace Scaffolding 6.3.0 #1031
36- * Upgrade to Grace Views 6.3.0 #1032
37- * Upgrade to Gradle 8.14.2 #1068
38- * Upgrade to Gradle Tooling API 8.14.2 #1069
39- * Upgrade to Groovy 4.0.27 #1067
40- * Upgrade to Maven 3.9.10 #1070
41- * Upgrade to Maven Resolver 1.9.23 #1071
42- * Upgrade to Spring Boot 3.3.13 #1076
43- * Upgrade to Spring Boot 3.3.12 #1052
44- * Upgrade to Spring Framework 6.1.21 #1077
45- * Upgrade to Spring Framework 6.1.20 #1053
46- * Upgrade to Tomcat 10.1.42 #1078
47- * Upgrade to Tomcat 10.1.41 #1066
26+ * Upgrade to Grace Asset Pipeline Plugin 6.3.0 link:{github}/issues/1022[#1022]
27+ * Upgrade to Grace Async and Events 6.3.0 link:{github}/issues/1023[#1023]
28+ * Upgrade to Grace Cache Plugin 6.3.0 link:{github}/issues/1024[#1024]
29+ * Upgrade to Grace Data 2023.3.0 link:{github}/issues/1025[#1025]
30+ * Upgrade to Grace Data Hibernate 2023.3.0 link:{github}/issues/1026[#1026]
31+ * Upgrade to Grace Data MongoDB 2023.3.0 link:{github}/issues/1027[#1027]
32+ * Upgrade to Grace Database Migration Plugin 6.3.0 link:{github}/issues/1028[#1028]
33+ * Upgrade to Grace Fields Plugin 6.3.0 link:{github}/issues/1029[#1029]
34+ * Upgrade to Grace Geb Plugin 6.3.0 link:{github}/issues/1030[#1030]
35+ * Upgrade to Grace Profile: Base 2023.3.0 link:{github}/issues/1033[#1033]
36+ * Upgrade to Grace Profile: Base 2023.3.1 link:{github}/issues/1086[#1086]
37+ * Upgrade to Grace Profile: Plugin 2023.3.0 link:{github}/issues/1034[#1034]
38+ * Upgrade to Grace Profile: Profile 2023.3.0 link:{github}/issues/1035[#1035]
39+ * Upgrade to Grace Profile: Rest API 2023.3.0 link:{github}/issues/1036[#1036]
40+ * Upgrade to Grace Profile: Starter 2023.3.0 link:{github}/issues/1037[#1037]
41+ * Upgrade to Grace Profile: Web 2023.3.0 link:{github}/issues/1038[#1038]
42+ * Upgrade to Grace Profile: Web Plugin 2023.3.0 link:{github}/issues/1039[#1039]
43+ * Upgrade to Grace Scaffolding 6.3.0 link:{github}/issues/1031[#1031]
44+ * Upgrade to Grace Views 6.3.0 link:{github}/issues/1032[#1032]
45+ * Upgrade to Gradle 8.14.2 link:{github}/issues/1068[#1068]
46+ * Upgrade to Gradle Tooling API 8.14.2 link:{github}/issues/1069[#1069]
47+ * Upgrade to Groovy 4.0.27 link:{github}/issues/1067[#1067]
48+ * Upgrade to Maven 3.9.10 link:{github}/issues/1070[#1070]
49+ * Upgrade to Maven Resolver 1.9.23 link:{github}/issues/1071[#1071]
50+ * Upgrade to Spring Boot 3.3.13 link:{github}/issues/1076[#1076]
51+ * Upgrade to Spring Boot 3.3.12 link:{github}/issues/1052[#1052]
52+ * Upgrade to Spring Framework 6.1.21 link:{github}/issues/1077[#1077]
53+ * Upgrade to Spring Framework 6.1.20 link:{github}/issues/1053[#1053]
54+ * Upgrade to Tomcat 10.1.42 link:{github}/issues/1078[#1078]
55+ * Upgrade to Tomcat 10.1.41 link:{github}/issues/1066[#1066]
4856
4957 ⚙️ Tasks
5058
51- * Remove deprecated gradle/actions/wrapper-validation in the release workflow #1075
59+ * Remove deprecated gradle/actions/wrapper-validation in the release workflow link:{github}/issues/1075[ #1075]
5260* Update github workflows - Upgrade to setup-gradle@v4 - Upgrade to latest ubuntu
5361* Release v2023.3.0
5462
@@ -70,6 +78,7 @@ link:{github}/releases/tag/v2023.3.0[release notes]
7078 📜Profiles
7179
7280* https://github.com/grace-profiles/base/releases/tag/v2023.3.0[Base v2023.3.0]
81+ * https://github.com/grace-profiles/base/releases/tag/v2023.3.1[Base v2023.3.1]
7382* https://github.com/grace-profiles/plugin/releases/tag/v2023.3.0[Plugin v2023.3.0]
7483* https://github.com/grace-profiles/profile/releases/tag/v2023.3.0[Profile v2023.3.0]
7584* https://github.com/grace-profiles/rest-api/releases/tag/v2023.3.0[REST API v2023.3.0]
0 commit comments