You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by gi...@apache.org on 2022/11/30 21:37:14 UTC

[directory-site] branch asf-site updated: Updated site from master (6e4e05be2ff6a41dcc8e4ef42c41695142d2973e)

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/directory-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 922bed4d Updated site from master (6e4e05be2ff6a41dcc8e4ef42c41695142d2973e)
922bed4d is described below

commit 922bed4de762cd3ced028b163bd756440f8938ab
Author: jenkins <bu...@apache.org>
AuthorDate: Wed Nov 30 21:37:09 2022 +0000

    Updated site from master (6e4e05be2ff6a41dcc8e4ef42c41695142d2973e)
---
 content/index.xml                          | 7 +++----
 content/scimple/five-minutes-tutorial.html | 7 ++-----
 content/scimple/index.xml                  | 7 +++----
 content/scimple/user-guide.html            | 2 +-
 content/sitemap.xml                        | 6 +++---
 5 files changed, 12 insertions(+), 17 deletions(-)

diff --git a/content/index.xml b/content/index.xml
index a00268c1..61794f38 100644
--- a/content/index.xml
+++ b/content/index.xml
@@ -3865,10 +3865,9 @@ It is declared to be thrown by all APIs within the Fortress Manager interfaces.
       
       <guid>https://directory.apache.org/scimple/five-minutes-tutorial.html</guid>
       <description>Five Minutes Tutorial  NOTE: Apache SCIMple is still in development, you must build Apache SCIMple from source.
-git clone https://github.com/apache/directory-scimple.git -b spring-boot cd directory-scimple ./mvnw install  Create a new Spring Boot 3.0 project Head over to start.spring.io and create a new project with Spring Boot 3.0.0-SNAPSHOT.
- NOTE: A snapshot version is required until 3.0.0 (M5) is released.
- Add the Apache SCIMple dependencies to the project:
-&amp;lt;dependency&amp;gt; &amp;lt;groupId&amp;gt;org.</description>
+git clone https://github.com/apache/directory-scimple.git cd directory-scimple ./mvnw install  Create a new Spring Boot 3.0 project Head over to start.spring.io and create a new project with Spring Boot 3.
+Add the Apache SCIMple dependencies to the project:
+&amp;lt;dependency&amp;gt; &amp;lt;groupId&amp;gt;org.apache.directory.scim&amp;lt;/groupId&amp;gt; &amp;lt;artifactId&amp;gt;scim-spring-boot-starter&amp;lt;/artifactId&amp;gt; &amp;lt;version&amp;gt;${scimple.version}&amp;lt;/version&amp;gt; &amp;lt;/dependency&amp;gt; &amp;lt;dependency&amp;gt; &amp;lt;groupId&amp;gt;org.apache.directory.scim&amp;lt;/groupId&amp;gt; &amp;lt;artifactId&amp;gt;scim-server&amp;lt;/artifactId&amp;gt; &amp;lt;version&amp;gt;${scimple.version}&amp;lt;/versi [...]
     </item>
     
     <item>
diff --git a/content/scimple/five-minutes-tutorial.html b/content/scimple/five-minutes-tutorial.html
index fc17bfca..7c1a891d 100644
--- a/content/scimple/five-minutes-tutorial.html
+++ b/content/scimple/five-minutes-tutorial.html
@@ -120,15 +120,12 @@
 	<h1 id="five-minutes-tutorial">Five Minutes Tutorial</h1>
 <blockquote>
 <p><strong>NOTE:</strong> Apache SCIMple is still in development, you must build Apache SCIMple from source.</p>
-<pre><code>git clone https://github.com/apache/directory-scimple.git -b spring-boot
+<pre><code>git clone https://github.com/apache/directory-scimple.git
 cd directory-scimple
 ./mvnw install
 </code></pre></blockquote>
 <h2 id="create-a-new-spring-boot-30-project">Create a new Spring Boot 3.0 project</h2>
-<p>Head over to <a href="https://start.spring.io/#!type=maven-project&amp;language=java&amp;platformVersion=3.0.0-SNAPSHOT&amp;packaging=jar&amp;jvmVersion=17">start.spring.io</a> and create a new project with Spring Boot 3.0.0-SNAPSHOT.</p>
-<blockquote>
-<p><strong>NOTE:</strong> A snapshot version is required until 3.0.0 (M5) is released.</p>
-</blockquote>
+<p>Head over to <a href="https://start.spring.io/#!type=maven-project&amp;language=java&amp;platformVersion=3.0.0&amp;packaging=jar&amp;jvmVersion=17">start.spring.io</a> and create a new project with Spring Boot 3.</p>
 <p>Add the Apache SCIMple dependencies to the project:</p>
 <div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-xml" data-lang="xml"><span style="color:#008000;font-weight:bold">&lt;dependency</span><span style="color:#008000;font-weight:bold">&gt;</span>
   <span style="color:#008000;font-weight:bold">&lt;groupId</span><span style="color:#008000;font-weight:bold">&gt;</span>org.apache.directory.scim<span style="color:#008000;font-weight:bold">&lt;/groupId&gt;</span>
diff --git a/content/scimple/index.xml b/content/scimple/index.xml
index 15b09608..8c6be8ab 100644
--- a/content/scimple/index.xml
+++ b/content/scimple/index.xml
@@ -17,10 +17,9 @@
       
       <guid>https://directory.apache.org/scimple/five-minutes-tutorial.html</guid>
       <description>Five Minutes Tutorial  NOTE: Apache SCIMple is still in development, you must build Apache SCIMple from source.
-git clone https://github.com/apache/directory-scimple.git -b spring-boot cd directory-scimple ./mvnw install  Create a new Spring Boot 3.0 project Head over to start.spring.io and create a new project with Spring Boot 3.0.0-SNAPSHOT.
- NOTE: A snapshot version is required until 3.0.0 (M5) is released.
- Add the Apache SCIMple dependencies to the project:
-&amp;lt;dependency&amp;gt; &amp;lt;groupId&amp;gt;org.</description>
+git clone https://github.com/apache/directory-scimple.git cd directory-scimple ./mvnw install  Create a new Spring Boot 3.0 project Head over to start.spring.io and create a new project with Spring Boot 3.
+Add the Apache SCIMple dependencies to the project:
+&amp;lt;dependency&amp;gt; &amp;lt;groupId&amp;gt;org.apache.directory.scim&amp;lt;/groupId&amp;gt; &amp;lt;artifactId&amp;gt;scim-spring-boot-starter&amp;lt;/artifactId&amp;gt; &amp;lt;version&amp;gt;${scimple.version}&amp;lt;/version&amp;gt; &amp;lt;/dependency&amp;gt; &amp;lt;dependency&amp;gt; &amp;lt;groupId&amp;gt;org.apache.directory.scim&amp;lt;/groupId&amp;gt; &amp;lt;artifactId&amp;gt;scim-server&amp;lt;/artifactId&amp;gt; &amp;lt;version&amp;gt;${scimple.version}&amp;lt;/versi [...]
     </item>
     
     <item>
diff --git a/content/scimple/user-guide.html b/content/scimple/user-guide.html
index 29d4bc10..ab93ce8d 100644
--- a/content/scimple/user-guide.html
+++ b/content/scimple/user-guide.html
@@ -217,7 +217,7 @@
 <p>Clone the code and build it!</p>
 <p><strong>Prerequisites</strong></p>
 <ul>
-<li>Java 11+</li>
+<li>Java 17+ to build Java 11+ at runtime.</li>
 </ul>
 <div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bash" data-lang="bash">git clone https://github.com/apache/directory-scimple.git
 <span style="color:#a2f">cd</span> directory-scimple
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 0696b4f9..a6616af5 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -1904,7 +1904,7 @@
   
   <url>
     <loc>https://directory.apache.org/scimple/five-minutes-tutorial.html</loc>
-    <lastmod>2022-09-16T16:16:16-04:00</lastmod>
+    <lastmod>2022-11-30T16:34:44-05:00</lastmod>
   </url>
   
   <url>
@@ -2149,7 +2149,7 @@
   
   <url>
     <loc>https://directory.apache.org/scimple.html</loc>
-    <lastmod>2022-10-07T13:19:04+02:00</lastmod>
+    <lastmod>2022-11-30T16:34:44-05:00</lastmod>
   </url>
   
   <url>
@@ -2454,7 +2454,7 @@
   
   <url>
     <loc>https://directory.apache.org/scimple/user-guide.html</loc>
-    <lastmod>2022-10-07T13:19:04+02:00</lastmod>
+    <lastmod>2022-11-30T16:34:44-05:00</lastmod>
   </url>
   
   <url>