You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/docs/guide/introduction.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Grace inherits the excellent concepts and designs of Grails, and based on this,
7
7
8
8
Spring is the foundation for Grace, which is built on top of Spring Boot. To better support Spring Boot and integrate with other Spring ecosystems, Grace has rewritten `Plugin.doWithSpring()` using Spring Boot's https://docs.spring.io/spring-boot/3.3/reference/using/auto-configuration.html[Auto-configuration], which also reduces redundant configurations and provides significant performance improvements. Grace has also provided https://docs.spring.io/spring-boot/3.3/specification/configuration-metadata/index.html[Configuration Metadata] files include in Grace plugins' jars, the files are designed to let IDE developers offer contextual help and “code completion” as users are working with application.properties or application.yaml files. So, a Grace plugin is an extended Spring Boot Starter.
9
9
10
-
It is worth mentioning that Grace supports all current versions of Spring Boot, including https://github.com/graceframework/grace-framework/releases/tag/v2022.2.9[2.7], https://github.com/graceframework/grace-framework/releases/tag/v2023.0.3[3.0], https://github.com/graceframework/grace-framework/releases/tag/v2023.1.0[3.1], https://github.com/graceframework/grace-framework/releases/tag/v2023.2.0[3.2], https://github.com/graceframework/grace-framework/releases/tag/v2023.3.0[3.3], https://github.com/graceframework/grace-framework/releases/tag/v2024.0.0-RC1[3.4], and https://github.com/graceframework/grace-framework/releases/tag/v2024.1.0-M2[3.5]. This makes the upgrade path easier and more manageable.
10
+
It is worth mentioning that Grace supports all current versions of Spring Boot, including https://github.com/graceframework/grace-framework/releases/tag/v2022.2.9[2.7], https://github.com/graceframework/grace-framework/releases/tag/v2023.0.3[3.0], https://github.com/graceframework/grace-framework/releases/tag/v2023.1.0[3.1], https://github.com/graceframework/grace-framework/releases/tag/v2023.2.0[3.2], https://github.com/graceframework/grace-framework/releases/tag/v2023.3.0[3.3], https://github.com/graceframework/grace-framework/releases/tag/v2024.0.0[3.4], and https://github.com/graceframework/grace-framework/releases/tag/v2024.1.0-M2[3.5]. This makes the upgrade path easier and more manageable.
11
11
12
12
Grace has been actively developing, bringing numerous improvements and new features, including Plugins, GSP, Console, Shell, and https://github.com/grace-profiles[Profiles]. Of course, it has also fixed a large number of legacy defects left in Grails 5, this makes developers happy.
* Allow the `BuildSettings.APP_DIR` directory to not exist link:{github}/issues/1417[#1417]
76
+
77
+
🛠 Improvements
78
+
79
+
* Add release notes for 2024.0.0
80
+
* Update README
81
+
* Update guides for installation and introduction
82
+
* Add more `documentation` dependencies to refine javadoc links link:{github}/issues/1419[#1419]
83
+
* Clean up non-existent `grace-datastore-gorm-mongodb-ext` in Gradle versions catalog link:{github}/issues/1418[#1418]
84
+
* Keep the templates consistent between `script` commands and `generators` in scaffolding plugin link:{github}/issues/1416[#1416]
85
+
* Code formatting for scripts in the scaffolding plugin link:{github}/issues/1415[#1415]
86
+
* 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]
0 commit comments