This is an automated email from the ASF dual-hosted git repository.
asf-ci-deploy pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/grails-doc.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new f9ae00ca8b Deploying to documentation branch - 03:28:28
f9ae00ca8b is described below
commit f9ae00ca8b96a4c921819609e37584ab6243ece7
Author: jdaugherty <[email protected]>
AuthorDate: Tue Sep 16 03:28:28 2025 +0000
Deploying to documentation branch - 03:28:28
---
snapshot/api/index-all.html | 4 ++++
.../grails/gradle/plugin/core/GrailsExtension.html | 25 ++++++++++++++++++----
.../developer-manual/gettingStarted.html | 2 +-
.../grails-data/developer-manual/introduction.html | 2 +-
.../grails-data/developer-manual/stepByStep.html | 2 +-
snapshot/grails-data/developer-manual/testing.html | 2 +-
.../developer-manual/understandingApi.html | 2 +-
.../understandingApi/datastoreBasics.html | 2 +-
.../understandingApi/gormApis.html | 2 +-
.../understandingApi/gormEnhancer.html | 2 +-
.../understandingApi/implementingCrud.html | 2 +-
.../understandingApi/implementingQueries.html | 2 +-
.../understandingApi/secondaryIndexes.html | 2 +-
snapshot/grails-data/whats-new-manual/index.html | 2 +-
14 files changed, 37 insertions(+), 16 deletions(-)
diff --git a/snapshot/api/index-all.html b/snapshot/api/index-all.html
index 2ecb94967a..2872b99085 100644
--- a/snapshot/api/index-all.html
+++ b/snapshot/api/index-all.html
@@ -30044,6 +30044,10 @@ if (location.href.indexOf('is-external=true') == -1) {
</dt><dd> <div class="block">The metric used to calculate radians. </div></dd>
<dt><span class="strong"><a
href="grails/mongodb/geo/Metric.html#Metric(double)" title="Constructor in
Metric">Metric(double)</a></span> - Constructor in <a
href="grails/mongodb/geo/Metric.html">Metric</a>
</dt><dd> <div class="block">Constructs a metric for the given
multiplier</div></dd>
+<dt><span class="strong"><a
href="org/grails/gradle/plugin/core/GrailsExtension.html#micronautAutoSetup"
title="Property in GrailsExtension">micronautAutoSetup</a></span> - Property in
<a href="org/grails/gradle/plugin/core/GrailsExtension.html">GrailsExtension</a>
+</dt><dd> <div class="block">Whether the Micronaut `annotationProcessor`
dependencies should be auto-added to the project
+ on detection of the `grails-micronaut` plugin, and the version defined by the
`micronautPlatformVersion`
+ Gradle property is enforced.</div></dd>
<dt><span class="strong"><a href="grails/mongodb/geo/Metric.html#MILES"
title="Property in Metric">MILES</a></span> - Property in <a
href="grails/mongodb/geo/Metric.html">Metric</a>
</dt><dd> <div class="block">the radius of the earth in miles *</div></dd>
<dt><span class="strong"><a
href="grails/init/GrailsReleaseType.html#MILESTONE" title="Enum Constant in
GrailsReleaseType">MILESTONE</a></span> - Enum Constant in <a
href="grails/init/GrailsReleaseType.html">GrailsReleaseType</a>
diff --git a/snapshot/api/org/grails/gradle/plugin/core/GrailsExtension.html
b/snapshot/api/org/grails/gradle/plugin/core/GrailsExtension.html
index ae1925cba3..3c1865cb48 100644
--- a/snapshot/api/org/grails/gradle/plugin/core/GrailsExtension.html
+++ b/snapshot/api/org/grails/gradle/plugin/core/GrailsExtension.html
@@ -175,25 +175,32 @@ extends java.lang.Object</pre>
<tr class="rowColor">
<td
class="colFirst"><code><strong>boolean</strong></code> </td>
- <td class="colLast"><code><a
href="#native2ascii">native2ascii</a></code><br>Whether to invoke native2ascii
on resource bundles</td>
+ <td class="colLast"><code><a
href="#micronautAutoSetup">micronautAutoSetup</a></code><br>Whether the
Micronaut `annotationProcessor` dependencies should be auto-added to the project
+ on detection of the `grails-micronaut` plugin, and the version defined by the
`micronautPlatformVersion`
+ Gradle property is enforced.</td>
</tr>
<tr class="altColor">
<td
class="colFirst"><code><strong>boolean</strong></code> </td>
- <td class="colLast"><code><a
href="#native2asciiAnt">native2asciiAnt</a></code><br>Whether to use Ant to do
the conversion</td>
+ <td class="colLast"><code><a
href="#native2ascii">native2ascii</a></code><br>Whether to invoke native2ascii
on resource bundles</td>
</tr>
<tr class="rowColor">
<td
class="colFirst"><code><strong>boolean</strong></code> </td>
- <td class="colLast"><code><a
href="#packageAssets">packageAssets</a></code><br>Whether assets should be
packaged in META-INF/assets for plugins</td>
+ <td class="colLast"><code><a
href="#native2asciiAnt">native2asciiAnt</a></code><br>Whether to use Ant to do
the conversion</td>
</tr>
<tr class="altColor">
+ <td
class="colFirst"><code><strong>boolean</strong></code> </td>
+ <td class="colLast"><code><a
href="#packageAssets">packageAssets</a></code><br>Whether assets should be
packaged in META-INF/assets for plugins</td>
+ </tr>
+
+ <tr class="rowColor">
<td class="colFirst"><code><strong><a
href='../../../../../org.gradle.api.Project.html'>Project</a></strong></code> </td>
<td class="colLast"><code><a
href="#project">project</a></code><br></td>
</tr>
- <tr class="rowColor">
+ <tr class="altColor">
<td
class="colFirst"><code><strong>boolean</strong></code> </td>
<td class="colLast"><code><a
href="#springDependencyManagement">springDependencyManagement</a></code><br>Whether
the spring dependency management plugin should be applied by default</td>
</tr>
@@ -325,6 +332,16 @@ extends java.lang.Object</pre>
</li>
</ul>
+ <a name="micronautAutoSetup"><!-- --></a>
+ <ul class="blockListLast">
+ <li class="blockList">
+ <h4>boolean
<strong>micronautAutoSetup</strong></h4>
+ <p> Whether the Micronaut
`annotationProcessor` dependencies should be auto-added to the project
+ on detection of the `grails-micronaut` plugin, and the version defined by the
`micronautPlatformVersion`
+ Gradle property is enforced.</p>
+ </li>
+ </ul>
+
<a name="native2ascii"><!-- --></a>
<ul class="blockListLast">
<li class="blockList">
diff --git a/snapshot/grails-data/developer-manual/gettingStarted.html
b/snapshot/grails-data/developer-manual/gettingStarted.html
index 4dfc45f5c2..4a2343723f 100644
--- a/snapshot/grails-data/developer-manual/gettingStarted.html
+++ b/snapshot/grails-data/developer-manual/gettingStarted.html
@@ -523,7 +523,7 @@ cd grails-core</pre>
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-09-11 19:20:55 UTC
+Last updated 2025-09-16 02:16:36 UTC
</div>
</div>
</body>
diff --git a/snapshot/grails-data/developer-manual/introduction.html
b/snapshot/grails-data/developer-manual/introduction.html
index f8d8535c0e..c10887eda7 100644
--- a/snapshot/grails-data/developer-manual/introduction.html
+++ b/snapshot/grails-data/developer-manual/introduction.html
@@ -476,7 +476,7 @@ body.book #toc,body.book #preamble,body.book
h1.sect0,body.book .sect1>h2{page-b
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-09-11 19:20:55 UTC
+Last updated 2025-09-16 02:16:36 UTC
</div>
</div>
</body>
diff --git a/snapshot/grails-data/developer-manual/stepByStep.html
b/snapshot/grails-data/developer-manual/stepByStep.html
index 3559a33c37..b4d458157c 100644
--- a/snapshot/grails-data/developer-manual/stepByStep.html
+++ b/snapshot/grails-data/developer-manual/stepByStep.html
@@ -621,7 +621,7 @@ class XyzTestSuite {
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-09-11 19:20:55 UTC
+Last updated 2025-09-16 02:16:36 UTC
</div>
</div>
</body>
diff --git a/snapshot/grails-data/developer-manual/testing.html
b/snapshot/grails-data/developer-manual/testing.html
index 1c031d228c..14c702a80b 100644
--- a/snapshot/grails-data/developer-manual/testing.html
+++ b/snapshot/grails-data/developer-manual/testing.html
@@ -511,7 +511,7 @@ class PagedResultSpec extends GormDatastoreSpec{
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-09-11 19:20:55 UTC
+Last updated 2025-09-16 02:16:36 UTC
</div>
</div>
</body>
diff --git a/snapshot/grails-data/developer-manual/understandingApi.html
b/snapshot/grails-data/developer-manual/understandingApi.html
index bfbed6d70c..42f9b44e4b 100644
--- a/snapshot/grails-data/developer-manual/understandingApi.html
+++ b/snapshot/grails-data/developer-manual/understandingApi.html
@@ -454,7 +454,7 @@ body.book #toc,body.book #preamble,body.book
h1.sect0,body.book .sect1>h2{page-b
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-09-11 19:20:55 UTC
+Last updated 2025-09-16 02:16:36 UTC
</div>
</div>
</body>
diff --git
a/snapshot/grails-data/developer-manual/understandingApi/datastoreBasics.html
b/snapshot/grails-data/developer-manual/understandingApi/datastoreBasics.html
index bbc87c1834..0db4fc294c 100644
---
a/snapshot/grails-data/developer-manual/understandingApi/datastoreBasics.html
+++
b/snapshot/grails-data/developer-manual/understandingApi/datastoreBasics.html
@@ -561,7 +561,7 @@ protected Session createSession(PropertyResolver
connDetails) {
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-09-11 19:20:55 UTC
+Last updated 2025-09-16 02:16:36 UTC
</div>
</div>
</body>
diff --git
a/snapshot/grails-data/developer-manual/understandingApi/gormApis.html
b/snapshot/grails-data/developer-manual/understandingApi/gormApis.html
index e5a97d6031..1ae73c5dad 100644
--- a/snapshot/grails-data/developer-manual/understandingApi/gormApis.html
+++ b/snapshot/grails-data/developer-manual/understandingApi/gormApis.html
@@ -496,7 +496,7 @@ class Neo4jEntityTraitProvider implements
GormEntityTraitProvider {
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-09-11 19:20:55 UTC
+Last updated 2025-09-16 02:16:36 UTC
</div>
</div>
</body>
diff --git
a/snapshot/grails-data/developer-manual/understandingApi/gormEnhancer.html
b/snapshot/grails-data/developer-manual/understandingApi/gormEnhancer.html
index ebe35574ef..4d4382218b 100644
--- a/snapshot/grails-data/developer-manual/understandingApi/gormEnhancer.html
+++ b/snapshot/grails-data/developer-manual/understandingApi/gormEnhancer.html
@@ -488,7 +488,7 @@ enhancer.enhance()</code></pre>
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-09-11 19:20:55 UTC
+Last updated 2025-09-16 02:16:36 UTC
</div>
</div>
</body>
diff --git
a/snapshot/grails-data/developer-manual/understandingApi/implementingCrud.html
b/snapshot/grails-data/developer-manual/understandingApi/implementingCrud.html
index fa0e7add25..0da01741f6 100644
---
a/snapshot/grails-data/developer-manual/understandingApi/implementingCrud.html
+++
b/snapshot/grails-data/developer-manual/understandingApi/implementingCrud.html
@@ -673,7 +673,7 @@ protected void deleteEntry(String family, final Object key,
final Object entry)
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-09-11 19:20:55 UTC
+Last updated 2025-09-16 02:16:36 UTC
</div>
</div>
</body>
diff --git
a/snapshot/grails-data/developer-manual/understandingApi/implementingQueries.html
b/snapshot/grails-data/developer-manual/understandingApi/implementingQueries.html
index 5a52ca9fdd..3b01a72b9e 100644
---
a/snapshot/grails-data/developer-manual/understandingApi/implementingQueries.html
+++
b/snapshot/grails-data/developer-manual/understandingApi/implementingQueries.html
@@ -588,7 +588,7 @@ If, for instance, the underlying datastore does not support
the calculation of a
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-09-11 19:20:55 UTC
+Last updated 2025-09-16 02:16:36 UTC
</div>
</div>
</body>
diff --git
a/snapshot/grails-data/developer-manual/understandingApi/secondaryIndexes.html
b/snapshot/grails-data/developer-manual/understandingApi/secondaryIndexes.html
index 7f4df493c5..db69440443 100644
---
a/snapshot/grails-data/developer-manual/understandingApi/secondaryIndexes.html
+++
b/snapshot/grails-data/developer-manual/understandingApi/secondaryIndexes.html
@@ -526,7 +526,7 @@ If the underlying datastore supports secondary indexes then
it is ok to just ret
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-09-11 19:20:55 UTC
+Last updated 2025-09-16 02:16:36 UTC
</div>
</div>
</body>
diff --git a/snapshot/grails-data/whats-new-manual/index.html
b/snapshot/grails-data/whats-new-manual/index.html
index d4c5fc9ace..c9f4f30506 100644
--- a/snapshot/grails-data/whats-new-manual/index.html
+++ b/snapshot/grails-data/whats-new-manual/index.html
@@ -527,7 +527,7 @@ body.book #toc,body.book #preamble,body.book
h1.sect0,body.book .sect1>h2{page-b
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-09-11 19:20:55 UTC
+Last updated 2025-09-16 02:16:36 UTC
</div>
</div>
</body>