Skip to content

Commit 14767e0

Browse files
committed
Add release notes for 2024.0.0
1 parent 45747fd commit 14767e0

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

docs/src/docs/guide/releases.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ To make it easier for users to use and upgrade, https://github.com/graceframewor
55
| Grace Version
66
| Spring Boot Version
77

8+
| link:{github}/tree/2024.1.x[2024.1.x]
9+
| https://docs.spring.io/spring-boot/3.5/index.html[3.5.x]
10+
811
| link:{github}/tree/2024.0.x[2024.0.x]
912
| https://docs.spring.io/spring-boot/3.4/index.html[3.4.x]
1013

docs/src/docs/guide/releases/2024.x.adoc

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
=== 2024.0.0
2+
3+
link:{github}/releases/tag/v2024.0.0[release notes]
4+
5+
⭐️ New Features
6+
7+
* Allow the `BuildSettings.APP_DIR` directory to not exist link:{github}/issues/1417[#1417]
8+
9+
🛠 Improvements
10+
11+
* Add release notes for 2024.0.0
12+
* Update README
13+
* Update guides for installation and introduction
14+
* Add more `documentation` dependencies to refine javadoc links link:{github}/issues/1419[#1419]
15+
* Clean up non-existent `grace-datastore-gorm-mongodb-ext` in Gradle versions catalog link:{github}/issues/1418[#1418]
16+
* Keep the templates consistent between `script` commands and `generators` in scaffolding plugin link:{github}/issues/1416[#1416]
17+
* Code formatting for scripts in the scaffolding plugin link:{github}/issues/1415[#1415]
18+
* Keep the templates consistent with profiles `base` and `web` link:{github}/issues/1414[#1414] See links:https://github.com/grace-profiles/base/issues/110[grace-profiles/base#110] and links:https://github.com/grace-profiles/web/issues/66[grace-profiles/web#66]
19+
* Remove unused `grace-sitemesh` module link:{github}/issues/1409[#1409]
20+
21+
🐞 Bug Fixes
22+
23+
* The generated ServiceSpec.groovy should be in `integration-test` #1416
24+
25+
🚀 Dependency Upgrades
26+
27+
* Upgrade to Grace Asset Pipeline Plugin 7.0.0 link:{github}/issues/1392[#1392]
28+
* Upgrade to Grace Async 7.0.0 link:{github}/issues/1393[#1393]
29+
* Upgrade to Grace Events 7.0.0 link:{github}/issues/1394[#1394]
30+
* Upgrade to Grace Data 2024.0.0 link:{github}/issues/1395[#1395]
31+
* Upgrade to Grace Data Hibernate 2024.0.0 link:{github}/issues/1396[#1396]
32+
* Upgrade to Grace Data MongoDB 2024.0.0 link:{github}/issues/1397[#1397]
33+
* Upgrade to Grace Profile: Base 2024.0.0 link:{github}/issues/1398[#1398]
34+
* Upgrade to Grace Profile: Plugin 2024.0.0 link:{github}/issues/1399[#1399]
35+
* Upgrade to Grace Profile: Profile 2024.0.0 link:{github}/issues/1400[#1400]
36+
* Upgrade to Grace Profile: Rest API 2024.0.0 link:{github}/issues/1401[#1401]
37+
* Upgrade to Grace Profile: Starter 2024.0.0 link:{github}/issues/1402[#1402]
38+
* Upgrade to Grace Profile: Web 2024.0.0 link:{github}/issues/1403[#1403]
39+
* Upgrade to Grace Profile: Web Plugin 2024.0.0 link:{github}/issues/1404[#1404]
40+
* Upgrade to Gradle Plugin Publish Plugin 2.1.1 link:{github}/issues/1410[#1410]
41+
* Upgrade to SiteMesh 2.6.2 link:{github}/issues/1407[#1407]
42+
* Upgrade to Spring Framework 6.2.17 link:{github}/issues/1391[#1391]
43+
* Upgrade to Tomcat 10.1.53 link:{github}/issues/1411[#1411]
44+
45+
⚙️ Tasks
46+
47+
* Release v2024.0.0
48+
* Upgrade to actions/checkout@v6
49+
* Upgrade to actions/setup-java@v5
50+
* Upgrade to gradle/actions/setup-gradle@v5.0.2
51+
152
=== 2024.0.0-RC1
253

354
link:{github}/releases/tag/v2024.0.0-RC1[release notes]

0 commit comments

Comments
 (0)