Skip to content

Commit 2caa718

Browse files
committed
Deploying to gh-pages - 13:32:23
1 parent 1c54d01 commit 2caa718

22 files changed

+1893
-103
lines changed

2024.1.0-SNAPSHOT/guide/gettingStarted.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h1 id="gettingStarted"><a class="anchor" href="#gettingStarted"></a>4 Getting S
122122
Name: bookstore
123123
Package: com.example
124124
Profile: web
125-
Features: asset-pipeline, async, bootstrap, cache, database-migration, events, fields, geb, gsp, hibernate, jquery, scaffolding
125+
Features: asset-pipeline, async, bootstrap, cache, database-migration, events, fields, gsp, hibernate, jquery, scaffolding
126126
Database: h2
127127
Project root: /Users/grace/bookstore
128128

@@ -134,13 +134,13 @@ <h1 id="gettingStarted"><a class="anchor" href="#gettingStarted"></a>4 Getting S
134134
<pre class="CodeRay highlight"><code data-lang="console">.
135135
├── app
136136
│ ├── assets
137+
│ ├── boot
137138
│ ├── conf
138139
│ ├── controllers
139140
│ ├── domain
140141
│ ├── i18n
141-
│ ├── init
142142
│ ├── services
143-
│ ├── taglib
143+
│ ├── taglibs
144144
│ └── views
145145
├── buildSrc
146146
│ └── build.gradle

2024.1.0-SNAPSHOT/guide/installation.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,15 @@ <h3 id="_checking_your_installation">Checking Your Installation</h3>
146146
<div class="listingblock">
147147
<div class="content">
148148
<pre class="CodeRay highlight"><code data-lang="console">------------------------------------------------------------
149-
Grace {version}
149+
Grace 2024.1.0-SNAPSHOT
150150
------------------------------------------------------------
151151

152-
Build time: 2025-06-22 13:30:19 UTC
153-
Revision: ba9b75634a9c2e79e0612d93df9c9fc81d05dd74
152+
Build time: 2026-04-01 13:30:19 UTC
153+
Revision: b5a5f6d1d0932a269c9fbcbbffa2ead6f6347318
154154

155-
Spring Boot: 3.3.13
156-
Gradle: 8.14.2
157-
Groovy: 4.0.27
155+
Spring Boot: 3.4.13
156+
Gradle: 8.14.4
157+
Groovy: 4.0.30
158158
JVM: 17.0.15 (BellSoft 17.0.15+10-LTS)
159159
OS: Mac OS X 12.7.6 aarch64</code></pre>
160160
</div>

2024.1.0-SNAPSHOT/guide/introduction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h3 id="_why_grace">Why Grace?</h3>
113113
<p>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 <code>Plugin.doWithSpring()</code> using Spring Boot&#8217;s <a href="https://docs.spring.io/spring-boot/3.3/reference/using/auto-configuration.html">Auto-configuration</a>, which also reduces redundant configurations and provides significant performance improvements. Grace has also provided <a href="https://docs.spring.io/spring-boot/3.3/specification/configuration-metadata/index.html">Configuration Metadata</a> 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.</p>
114114
</div>
115115
<div class="paragraph">
116-
<p>It is worth mentioning that Grace supports all current versions of Spring Boot, including <a href="https://github.com/graceframework/grace-framework/releases/tag/v2022.2.9">2.7</a>, <a href="https://github.com/graceframework/grace-framework/releases/tag/v2023.0.3">3.0</a>, <a href="https://github.com/graceframework/grace-framework/releases/tag/v2023.1.0">3.1</a>, <a href="https://github.com/graceframework/grace-framework/releases/tag/v2023.2.0">3.2</a>, <a href="https://github.com/graceframework/grace-framework/releases/tag/v2023.3.0">3.3</a>, <a href="https://github.com/graceframework/grace-framework/releases/tag/v2024.0.0-RC1">3.4</a>, and <a href="https://github.com/graceframework/grace-framework/releases/tag/v2024.1.0-M2">3.5</a>. This makes the upgrade path easier and more manageable.</p>
116+
<p>It is worth mentioning that Grace supports all current versions of Spring Boot, including <a href="https://github.com/graceframework/grace-framework/releases/tag/v2022.2.9">2.7</a>, <a href="https://github.com/graceframework/grace-framework/releases/tag/v2023.0.3">3.0</a>, <a href="https://github.com/graceframework/grace-framework/releases/tag/v2023.1.0">3.1</a>, <a href="https://github.com/graceframework/grace-framework/releases/tag/v2023.2.0">3.2</a>, <a href="https://github.com/graceframework/grace-framework/releases/tag/v2023.3.0">3.3</a>, <a href="https://github.com/graceframework/grace-framework/releases/tag/v2024.0.0">3.4</a>, and <a href="https://github.com/graceframework/grace-framework/releases/tag/v2024.1.0-M2">3.5</a>. This makes the upgrade path easier and more manageable.</p>
117117
</div>
118118
<div class="paragraph">
119119
<p>Grace has been actively developing, bringing numerous improvements and new features, including Plugins, GSP, Console, Shell, and <a href="https://github.com/grace-profiles">Profiles</a>. Of course, it has also fixed a large number of legacy defects left in Grails 5, this makes developers happy.</p>

2024.1.0-SNAPSHOT/guide/pages/2024.x.html

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,143 @@ <h3 id="_2024_1_0_m1">2024.1.0-M1</h3>
287287
</div>
288288
</div>
289289
<div class="sect2">
290+
<h3 id="_2024_0_0">2024.0.0</h3>
291+
<div class="paragraph">
292+
<p><a href="https://github.com/graceframework/grace-framework/releases/tag/v2024.0.0">release notes</a></p>
293+
</div>
294+
<div class="paragraph">
295+
<p>⭐️ New Features</p>
296+
</div>
297+
<div class="ulist">
298+
<ul>
299+
<li>
300+
<p>Allow the <code>BuildSettings.APP_DIR</code> directory to not exist <a href="https://github.com/graceframework/grace-framework/issues/1417">#1417</a></p>
301+
</li>
302+
</ul>
303+
</div>
304+
<div class="paragraph">
305+
<p>🛠 Improvements</p>
306+
</div>
307+
<div class="ulist">
308+
<ul>
309+
<li>
310+
<p>Add release notes for 2024.0.0</p>
311+
</li>
312+
<li>
313+
<p>Update README</p>
314+
</li>
315+
<li>
316+
<p>Update guides for installation and introduction</p>
317+
</li>
318+
<li>
319+
<p>Add more <code>documentation</code> dependencies to refine javadoc links <a href="https://github.com/graceframework/grace-framework/issues/1419">#1419</a></p>
320+
</li>
321+
<li>
322+
<p>Clean up non-existent <code>grace-datastore-gorm-mongodb-ext</code> in Gradle versions catalog <a href="https://github.com/graceframework/grace-framework/issues/1418">#1418</a></p>
323+
</li>
324+
<li>
325+
<p>Keep the templates consistent between <code>script</code> commands and <code>generators</code> in scaffolding plugin <a href="https://github.com/graceframework/grace-framework/issues/1416">#1416</a></p>
326+
</li>
327+
<li>
328+
<p>Code formatting for scripts in the scaffolding plugin <a href="https://github.com/graceframework/grace-framework/issues/1415">#1415</a></p>
329+
</li>
330+
<li>
331+
<p>Keep the templates consistent with profiles <code>base</code> and <code>web</code> <a href="https://github.com/graceframework/grace-framework/issues/1414">#1414</a> 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]</p>
332+
</li>
333+
<li>
334+
<p>Remove unused <code>grace-sitemesh</code> module <a href="https://github.com/graceframework/grace-framework/issues/1409">#1409</a></p>
335+
</li>
336+
</ul>
337+
</div>
338+
<div class="paragraph">
339+
<p>🐞 Bug Fixes</p>
340+
</div>
341+
<div class="ulist">
342+
<ul>
343+
<li>
344+
<p>The generated ServiceSpec.groovy should be in <code>integration-test</code> #1416</p>
345+
</li>
346+
</ul>
347+
</div>
348+
<div class="paragraph">
349+
<p>🚀 Dependency Upgrades</p>
350+
</div>
351+
<div class="ulist">
352+
<ul>
353+
<li>
354+
<p>Upgrade to Grace Asset Pipeline Plugin 7.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1392">#1392</a></p>
355+
</li>
356+
<li>
357+
<p>Upgrade to Grace Async 7.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1393">#1393</a></p>
358+
</li>
359+
<li>
360+
<p>Upgrade to Grace Events 7.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1394">#1394</a></p>
361+
</li>
362+
<li>
363+
<p>Upgrade to Grace Data 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1395">#1395</a></p>
364+
</li>
365+
<li>
366+
<p>Upgrade to Grace Data Hibernate 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1396">#1396</a></p>
367+
</li>
368+
<li>
369+
<p>Upgrade to Grace Data MongoDB 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1397">#1397</a></p>
370+
</li>
371+
<li>
372+
<p>Upgrade to Grace Profile: Base 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1398">#1398</a></p>
373+
</li>
374+
<li>
375+
<p>Upgrade to Grace Profile: Plugin 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1399">#1399</a></p>
376+
</li>
377+
<li>
378+
<p>Upgrade to Grace Profile: Profile 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1400">#1400</a></p>
379+
</li>
380+
<li>
381+
<p>Upgrade to Grace Profile: Rest API 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1401">#1401</a></p>
382+
</li>
383+
<li>
384+
<p>Upgrade to Grace Profile: Starter 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1402">#1402</a></p>
385+
</li>
386+
<li>
387+
<p>Upgrade to Grace Profile: Web 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1403">#1403</a></p>
388+
</li>
389+
<li>
390+
<p>Upgrade to Grace Profile: Web Plugin 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1404">#1404</a></p>
391+
</li>
392+
<li>
393+
<p>Upgrade to Gradle Plugin Publish Plugin 2.1.1 <a href="https://github.com/graceframework/grace-framework/issues/1410">#1410</a></p>
394+
</li>
395+
<li>
396+
<p>Upgrade to SiteMesh 2.6.2 <a href="https://github.com/graceframework/grace-framework/issues/1407">#1407</a></p>
397+
</li>
398+
<li>
399+
<p>Upgrade to Spring Framework 6.2.17 <a href="https://github.com/graceframework/grace-framework/issues/1391">#1391</a></p>
400+
</li>
401+
<li>
402+
<p>Upgrade to Tomcat 10.1.53 <a href="https://github.com/graceframework/grace-framework/issues/1411">#1411</a></p>
403+
</li>
404+
</ul>
405+
</div>
406+
<div class="paragraph">
407+
<p>⚙️ Tasks</p>
408+
</div>
409+
<div class="ulist">
410+
<ul>
411+
<li>
412+
<p>Release v2024.0.0</p>
413+
</li>
414+
<li>
415+
<p>Upgrade to actions/checkout@v6</p>
416+
</li>
417+
<li>
418+
<p>Upgrade to actions/setup-java@v5</p>
419+
</li>
420+
<li>
421+
<p>Upgrade to gradle/actions/setup-gradle@v5.0.2</p>
422+
</li>
423+
</ul>
424+
</div>
425+
</div>
426+
<div class="sect2">
290427
<h3 id="_2024_0_0_rc1">2024.0.0-RC1</h3>
291428
<div class="paragraph">
292429
<p><a href="https://github.com/graceframework/grace-framework/releases/tag/v2024.0.0-RC1">release notes</a></p>

2024.1.0-SNAPSHOT/guide/releases.html

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,143 @@ <h3 id="_2024_1_0_m1">2024.1.0-M1</h3>
360360
</div>
361361
</div>
362362
<div class="sect2">
363+
<h3 id="_2024_0_0">2024.0.0</h3>
364+
<div class="paragraph">
365+
<p><a href="https://github.com/graceframework/grace-framework/releases/tag/v2024.0.0">release notes</a></p>
366+
</div>
367+
<div class="paragraph">
368+
<p>⭐️ New Features</p>
369+
</div>
370+
<div class="ulist">
371+
<ul>
372+
<li>
373+
<p>Allow the <code>BuildSettings.APP_DIR</code> directory to not exist <a href="https://github.com/graceframework/grace-framework/issues/1417">#1417</a></p>
374+
</li>
375+
</ul>
376+
</div>
377+
<div class="paragraph">
378+
<p>🛠 Improvements</p>
379+
</div>
380+
<div class="ulist">
381+
<ul>
382+
<li>
383+
<p>Add release notes for 2024.0.0</p>
384+
</li>
385+
<li>
386+
<p>Update README</p>
387+
</li>
388+
<li>
389+
<p>Update guides for installation and introduction</p>
390+
</li>
391+
<li>
392+
<p>Add more <code>documentation</code> dependencies to refine javadoc links <a href="https://github.com/graceframework/grace-framework/issues/1419">#1419</a></p>
393+
</li>
394+
<li>
395+
<p>Clean up non-existent <code>grace-datastore-gorm-mongodb-ext</code> in Gradle versions catalog <a href="https://github.com/graceframework/grace-framework/issues/1418">#1418</a></p>
396+
</li>
397+
<li>
398+
<p>Keep the templates consistent between <code>script</code> commands and <code>generators</code> in scaffolding plugin <a href="https://github.com/graceframework/grace-framework/issues/1416">#1416</a></p>
399+
</li>
400+
<li>
401+
<p>Code formatting for scripts in the scaffolding plugin <a href="https://github.com/graceframework/grace-framework/issues/1415">#1415</a></p>
402+
</li>
403+
<li>
404+
<p>Keep the templates consistent with profiles <code>base</code> and <code>web</code> <a href="https://github.com/graceframework/grace-framework/issues/1414">#1414</a> 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]</p>
405+
</li>
406+
<li>
407+
<p>Remove unused <code>grace-sitemesh</code> module <a href="https://github.com/graceframework/grace-framework/issues/1409">#1409</a></p>
408+
</li>
409+
</ul>
410+
</div>
411+
<div class="paragraph">
412+
<p>🐞 Bug Fixes</p>
413+
</div>
414+
<div class="ulist">
415+
<ul>
416+
<li>
417+
<p>The generated ServiceSpec.groovy should be in <code>integration-test</code> #1416</p>
418+
</li>
419+
</ul>
420+
</div>
421+
<div class="paragraph">
422+
<p>🚀 Dependency Upgrades</p>
423+
</div>
424+
<div class="ulist">
425+
<ul>
426+
<li>
427+
<p>Upgrade to Grace Asset Pipeline Plugin 7.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1392">#1392</a></p>
428+
</li>
429+
<li>
430+
<p>Upgrade to Grace Async 7.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1393">#1393</a></p>
431+
</li>
432+
<li>
433+
<p>Upgrade to Grace Events 7.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1394">#1394</a></p>
434+
</li>
435+
<li>
436+
<p>Upgrade to Grace Data 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1395">#1395</a></p>
437+
</li>
438+
<li>
439+
<p>Upgrade to Grace Data Hibernate 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1396">#1396</a></p>
440+
</li>
441+
<li>
442+
<p>Upgrade to Grace Data MongoDB 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1397">#1397</a></p>
443+
</li>
444+
<li>
445+
<p>Upgrade to Grace Profile: Base 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1398">#1398</a></p>
446+
</li>
447+
<li>
448+
<p>Upgrade to Grace Profile: Plugin 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1399">#1399</a></p>
449+
</li>
450+
<li>
451+
<p>Upgrade to Grace Profile: Profile 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1400">#1400</a></p>
452+
</li>
453+
<li>
454+
<p>Upgrade to Grace Profile: Rest API 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1401">#1401</a></p>
455+
</li>
456+
<li>
457+
<p>Upgrade to Grace Profile: Starter 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1402">#1402</a></p>
458+
</li>
459+
<li>
460+
<p>Upgrade to Grace Profile: Web 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1403">#1403</a></p>
461+
</li>
462+
<li>
463+
<p>Upgrade to Grace Profile: Web Plugin 2024.0.0 <a href="https://github.com/graceframework/grace-framework/issues/1404">#1404</a></p>
464+
</li>
465+
<li>
466+
<p>Upgrade to Gradle Plugin Publish Plugin 2.1.1 <a href="https://github.com/graceframework/grace-framework/issues/1410">#1410</a></p>
467+
</li>
468+
<li>
469+
<p>Upgrade to SiteMesh 2.6.2 <a href="https://github.com/graceframework/grace-framework/issues/1407">#1407</a></p>
470+
</li>
471+
<li>
472+
<p>Upgrade to Spring Framework 6.2.17 <a href="https://github.com/graceframework/grace-framework/issues/1391">#1391</a></p>
473+
</li>
474+
<li>
475+
<p>Upgrade to Tomcat 10.1.53 <a href="https://github.com/graceframework/grace-framework/issues/1411">#1411</a></p>
476+
</li>
477+
</ul>
478+
</div>
479+
<div class="paragraph">
480+
<p>⚙️ Tasks</p>
481+
</div>
482+
<div class="ulist">
483+
<ul>
484+
<li>
485+
<p>Release v2024.0.0</p>
486+
</li>
487+
<li>
488+
<p>Upgrade to actions/checkout@v6</p>
489+
</li>
490+
<li>
491+
<p>Upgrade to actions/setup-java@v5</p>
492+
</li>
493+
<li>
494+
<p>Upgrade to gradle/actions/setup-gradle@v5.0.2</p>
495+
</li>
496+
</ul>
497+
</div>
498+
</div>
499+
<div class="sect2">
363500
<h3 id="_2024_0_0_rc1">2024.0.0-RC1</h3>
364501
<div class="paragraph">
365502
<p><a href="https://github.com/graceframework/grace-framework/releases/tag/v2024.0.0-RC1">release notes</a></p>

0 commit comments

Comments
 (0)