This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/grails-spring-security.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new f471429c Deploying to documentation branch - 14:15:08
f471429c is described below
commit f471429c98c5b60820d6d5da5b55c7666a850d60
Author: jamesfredley <[email protected]>
AuthorDate: Thu Oct 2 14:15:08 2025 +0000
Deploying to documentation branch - 14:15:08
---
snapshot/acl-plugin/guide/index.html | 2 +-
snapshot/cas-plugin/guide/index.html | 2 +-
snapshot/core-plugin/guide/index.html | 28 ++++++++++++++--------------
snapshot/ldap-plugin/guide/index.html | 2 +-
snapshot/oauth2-plugin/guide/index.html | 2 +-
snapshot/rest-plugin/guide/index.html | 2 +-
snapshot/ui-plugin/guide/index.html | 2 +-
7 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/snapshot/acl-plugin/guide/index.html
b/snapshot/acl-plugin/guide/index.html
index 188c5646..20d623f1 100644
--- a/snapshot/acl-plugin/guide/index.html
+++ b/snapshot/acl-plugin/guide/index.html
@@ -2534,7 +2534,7 @@ the body content
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-09-03 21:57:03 UTC
+Last updated 2025-10-02 14:12:20 UTC
</div>
</div>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js"></script>
diff --git a/snapshot/cas-plugin/guide/index.html
b/snapshot/cas-plugin/guide/index.html
index 7b7e9626..e71f0b12 100644
--- a/snapshot/cas-plugin/guide/index.html
+++ b/snapshot/cas-plugin/guide/index.html
@@ -814,7 +814,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-09 14:43:53 UTC
+Last updated 2025-10-02 14:12:20 UTC
</div>
</div>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js"></script>
diff --git a/snapshot/core-plugin/guide/index.html
b/snapshot/core-plugin/guide/index.html
index 59d25055..dd9d1855 100644
--- a/snapshot/core-plugin/guide/index.html
+++ b/snapshot/core-plugin/guide/index.html
@@ -661,7 +661,7 @@ body.book #toc,body.book #preamble,body.book
h1.sect0,body.book .sect1>h2{page-b
<p>Run the <a href="#s2-quickstart">s2-quickstart</a> script to generate
domain classes and add the initial configuration settings in
<code>application.groovy</code>:</p>
<div class="listingblock">
<div class="content">
-<pre class="prettyprint highlight"><code>./gradlew runCommand
"-Pargs=s2-quickstart com.yourapp User Role"</code></pre>
+<pre class="prettyprint highlight"><code>./grailsw s2-quickstart s2-quickstart
com.yourapp User Role</code></pre>
</div>
</div>
</li>
@@ -808,7 +808,7 @@ body.book #toc,body.book #preamble,body.book
h1.sect0,body.book .sect1>h2{page-b
</div>
<div class="listingblock">
<div class="content">
-<pre class="prettyprint highlight"><code data-lang="shell">./gradlew
runCommand "-Pargs=s2-quickstart com.yourapp User Role"</code></pre>
+<pre class="prettyprint highlight"><code data-lang="shell">./grailsw
s2-quickstart s2-quickstart com.yourapp User Role</code></pre>
</div>
</div>
<div class="paragraph">
@@ -5316,7 +5316,7 @@ class SomeController {
</div>
<div class="listingblock">
<div class="content">
-<pre class="prettyprint highlight"><code data-lang="bash">./gradlew runCommand
"-Pargs=s2-create-role-hierarchy-entry
com.yourapp.RoleHierarchyEntry"</code></pre>
+<pre class="prettyprint highlight"><code data-lang="bash">./grailsw
s2-create-role-hierarchy-entry com.yourapp.RoleHierarchyEntry</code></pre>
</div>
</div>
<div class="paragraph">
@@ -6281,7 +6281,7 @@ $ cd bookstore</pre>
<h4 id="3-create-the-user-and-role-domain-classes">22.1.3. 3. Create the User
and Role domain classes.</h4>
<div class="listingblock">
<div class="content">
-<pre class="prettyprint highlight"><code data-lang="bash">./gradlew runCommand
"-Pargs=s2-quickstart com.mycompany.myapp User Role"</code></pre>
+<pre class="prettyprint highlight"><code data-lang="bash">./grailsw
s2-quickstart com.mycompany.myapp User Role</code></pre>
</div>
</div>
<div class="paragraph">
@@ -7147,28 +7147,28 @@ If you specify the uiOnly flag, no domain classes are
created but the plugin set
</div>
<div class="listingblock">
<div class="content">
-<pre class="prettyprint highlight"><code data-lang="bash">./gradlew runCommand
"-Pargs=s2-quickstart DOMAIN_CLASS_PACKAGE USER_CLASS_NAME ROLE_CLASS_NAME
[REQUESTMAP_CLASS_NAME] [--groupClassName=GROUP_CLASS_NAME]"</code></pre>
+<pre class="prettyprint highlight"><code data-lang="bash">./grailsw
s2-quickstart DOMAIN_CLASS_PACKAGE USER_CLASS_NAME ROLE_CLASS_NAME
[REQUESTMAP_CLASS_NAME] [--groupClassName=GROUP_CLASS_NAME]</code></pre>
</div>
</div>
<div class="listingblock">
<div class="title">Examples</div>
<div class="content">
-<pre class="prettyprint highlight"><code data-lang="bash">./gradlew runCommand
"-Pargs=s2-quickstart com.yourapp User Role"</code></pre>
+<pre class="prettyprint highlight"><code data-lang="bash">./grailsw
s2-quickstart s2-quickstart com.yourapp User Role</code></pre>
</div>
</div>
<div class="listingblock">
<div class="content">
-<pre class="prettyprint highlight"><code data-lang="bash">./gradlew runCommand
"-Pargs=s2-quickstart com.yourapp User Role
--groupClassName=RoleGroup"</code></pre>
+<pre class="prettyprint highlight"><code data-lang="bash">./grailsw
s2-quickstart com.yourapp User Role --groupClassName=RoleGroup</code></pre>
</div>
</div>
<div class="listingblock">
<div class="content">
-<pre class="prettyprint highlight"><code data-lang="bash">./gradlew runCommand
"-Pargs=s2-quickstart com.yourapp Person Authority Requestmap"</code></pre>
+<pre class="prettyprint highlight"><code data-lang="bash">./grailsw
s2-quickstart com.yourapp Person Authority Requestmap</code></pre>
</div>
</div>
<div class="listingblock">
<div class="content">
-<pre class="prettyprint highlight"><code data-lang="bash">./gradlew runCommand
"-Pargs=s2-quickstart --uiOnly"</code></pre>
+<pre class="prettyprint highlight"><code data-lang="bash">./grailsw
s2-quickstart --uiOnly</code></pre>
</div>
</div>
<div class="ulist">
@@ -7188,13 +7188,13 @@ If you specify the uiOnly flag, no domain classes are
created but the plugin set
</div>
<div class="listingblock">
<div class="content">
-<pre class="prettyprint highlight"><code data-lang="bash">./gradlew runCommand
"-Pargs=s2-create-persistent-token <classname>"</code></pre>
+<pre class="prettyprint highlight"><code data-lang="bash">./grailsw
s2-create-persistent-token <classname></code></pre>
</div>
</div>
<div class="listingblock">
<div class="title">Example</div>
<div class="content">
-<pre class="prettyprint highlight"><code data-lang="bash">./gradlew runCommand
"-Pargs=s2-create-persistent-token com.yourapp.PersistentLogin"</code></pre>
+<pre class="prettyprint highlight"><code data-lang="bash">./grailsw
s2-create-persistent-token com.yourapp.PersistentLogin</code></pre>
</div>
</div>
<div class="paragraph">
@@ -7210,13 +7210,13 @@ If you specify the uiOnly flag, no domain classes are
created but the plugin set
</div>
<div class="listingblock">
<div class="content">
-<pre class="prettyprint highlight"><code data-lang="bash">./gradlew runCommand
"-Pargs=s2-create-role-hierarchy-entry <classname>"</code></pre>
+<pre class="prettyprint highlight"><code data-lang="bash">./grailsw
s2-create-role-hierarchy-entry <classname></code></pre>
</div>
</div>
<div class="listingblock">
<div class="title">Example</div>
<div class="content">
-<pre class="prettyprint highlight"><code data-lang="bash">./gradlew runCommand
"-Pargs=s2-create-role-hierarchy-entry
com.yourapp.RoleHierarchyEntry"</code></pre>
+<pre class="prettyprint highlight"><code data-lang="bash">./grailsw
s2-create-role-hierarchy-entry com.yourapp.RoleHierarchyEntry</code></pre>
</div>
</div>
<div class="paragraph">
@@ -7245,7 +7245,7 @@ logger 'grails.plugin.springsecurity', DEBUG, ['STDOUT'],
false</code></pre>
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-09-15 23:15:40 UTC
+Last updated 2025-10-02 14:12:20 UTC
</div>
</div>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js"></script>
diff --git a/snapshot/ldap-plugin/guide/index.html
b/snapshot/ldap-plugin/guide/index.html
index bff9168a..67358b64 100644
--- a/snapshot/ldap-plugin/guide/index.html
+++ b/snapshot/ldap-plugin/guide/index.html
@@ -1191,7 +1191,7 @@ beans = {
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-09-03 21:57:03 UTC
+Last updated 2025-10-02 14:12:20 UTC
</div>
</div>
</body>
diff --git a/snapshot/oauth2-plugin/guide/index.html
b/snapshot/oauth2-plugin/guide/index.html
index 5242f270..9d3509db 100644
--- a/snapshot/oauth2-plugin/guide/index.html
+++ b/snapshot/oauth2-plugin/guide/index.html
@@ -915,7 +915,7 @@ protected void authenticateAndRedirect(OAuth2SpringToken
oAuthToken, redirectUrl
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-09-03 21:57:03 UTC
+Last updated 2025-10-02 14:12:20 UTC
</div>
</div>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js"></script>
diff --git a/snapshot/rest-plugin/guide/index.html
b/snapshot/rest-plugin/guide/index.html
index d1389f54..77556b3c 100644
--- a/snapshot/rest-plugin/guide/index.html
+++ b/snapshot/rest-plugin/guide/index.html
@@ -3697,7 +3697,7 @@ way of using HTTP sessions. So not acceptable.</p>
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-09-03 21:57:03 UTC
+Last updated 2025-10-02 14:12:20 UTC
</div>
</div>
</body>
diff --git a/snapshot/ui-plugin/guide/index.html
b/snapshot/ui-plugin/guide/index.html
index d5aeb139..67b9009a 100644
--- a/snapshot/ui-plugin/guide/index.html
+++ b/snapshot/ui-plugin/guide/index.html
@@ -2499,7 +2499,7 @@ The second service is a listener service which ensures
that anytime an answer is
<div id="footer">
<div id="footer-text">
Version 7.0.0-SNAPSHOT<br>
-Last updated 2025-09-03 21:57:03 UTC
+Last updated 2025-10-02 14:12:20 UTC
</div>
</div>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js"></script>