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 5627c9eb Deploying to documentation branch - 14:05:01
5627c9eb is described below

commit 5627c9eba5c8e8dd1df064a4e61ffc93fc80ae04
Author: jdaugherty <[email protected]>
AuthorDate: Wed Oct 15 14:05:01 2025 +0000

    Deploying to documentation branch - 14:05:01
---
 snapshot/acl-plugin/guide/index.html    | 2 +-
 snapshot/cas-plugin/guide/index.html    | 2 +-
 snapshot/core-plugin/guide/index.html   | 6 +++++-
 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, 11 insertions(+), 7 deletions(-)

diff --git a/snapshot/acl-plugin/guide/index.html 
b/snapshot/acl-plugin/guide/index.html
index bd736264..cd6e459a 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-10-14 15:19:23 UTC
+Last updated 2025-10-15 14:02:27 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 cf19c342..9a3fb359 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-10-14 15:19:23 UTC
+Last updated 2025-10-15 14:02:27 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 4bbc022f..e7ee8ac5 100644
--- a/snapshot/core-plugin/guide/index.html
+++ b/snapshot/core-plugin/guide/index.html
@@ -757,6 +757,10 @@ body.book #toc,body.book #preamble,body.book 
h1.sect0,body.book .sect1>h2{page-b
 <pre class="prettyprint highlight"><code data-lang="bash">./gradlew runCommand 
-Pargs="s2-quickstart com.yourapp User Role"</code></pre>
 </div>
 </div>
+<div class="paragraph">
+<p>If you are installing into a Grails plugin instead of an application, you 
must make sure you are using  the <code>web-plugin</code> profile. Otherwise 
dependencies will not be met.
+Running the same command will inject the spring beans into your 
<code>GrailsPlugin</code> classes <code>doWithSpring</code> method.</p>
+</div>
 <div class="sect3">
 <h4 id="plugin-configuration-and-setup">1.3.1. Plugin Configuration and 
Setup</h4>
 <div class="paragraph">
@@ -7245,7 +7249,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-10-14 16:55:51 UTC
+Last updated 2025-10-15 14:02:27 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 1218a22c..391c2b4b 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-10-14 15:19:23 UTC
+Last updated 2025-10-15 14:02:27 UTC
 </div>
 </div>
 </body>
diff --git a/snapshot/oauth2-plugin/guide/index.html 
b/snapshot/oauth2-plugin/guide/index.html
index 2588a0f3..10d36b3a 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-10-14 15:19:24 UTC
+Last updated 2025-10-15 14:02:27 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 51fea5d5..6eb629f4 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-10-14 15:19:24 UTC
+Last updated 2025-10-15 14:02:27 UTC
 </div>
 </div>
 </body>
diff --git a/snapshot/ui-plugin/guide/index.html 
b/snapshot/ui-plugin/guide/index.html
index 8605c9df..6f6d1d84 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-10-14 15:19:24 UTC
+Last updated 2025-10-15 14:02:27 UTC
 </div>
 </div>
 <script 
src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js";></script>

Reply via email to