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

[directory-site] branch scimple-with-spring-boot created (now e9024455)

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

bdemers pushed a change to branch scimple-with-spring-boot
in repository https://gitbox.apache.org/repos/asf/directory-site.git


      at e9024455 Update SCIM doc after Spring Boot 3 bits have been merged

This branch includes the following new commits:

     new e9024455 Update SCIM doc after Spring Boot 3 bits have been merged

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[directory-site] 01/01: Update SCIM doc after Spring Boot 3 bits have been merged

Posted by bd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch scimple-with-spring-boot
in repository https://gitbox.apache.org/repos/asf/directory-site.git

commit e902445597791c29a3bcb9433f444b5cf40e39a2
Author: Brian Demers <bd...@apache.org>
AuthorDate: Wed Nov 30 16:34:44 2022 -0500

    Update SCIM doc after Spring Boot 3 bits have been merged
---
 source/scimple/five-minutes-tutorial.md | 6 ++----
 source/scimple/user-guide.md            | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/source/scimple/five-minutes-tutorial.md b/source/scimple/five-minutes-tutorial.md
index cb4f1184..709ddc14 100644
--- a/source/scimple/five-minutes-tutorial.md
+++ b/source/scimple/five-minutes-tutorial.md
@@ -6,7 +6,7 @@ title: 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
+> git clone https://github.com/apache/directory-scimple.git
 > cd directory-scimple
 > ./mvnw install
 > ```
@@ -14,9 +14,7 @@ title: Five Minutes Tutorial
 
 ## Create a new Spring Boot 3.0 project
 
-Head over to [start.spring.io](https://start.spring.io/#!type=maven-project&language=java&platformVersion=3.0.0-SNAPSHOT&packaging=jar&jvmVersion=17) 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.
+Head over to [start.spring.io](https://start.spring.io/#!type=maven-project&language=java&platformVersion=3.0.0&packaging=jar&jvmVersion=17) and create a new project with Spring Boot 3.
 
 Add the Apache SCIMple dependencies to the project:
 
diff --git a/source/scimple/user-guide.md b/source/scimple/user-guide.md
index be0140d4..cdf10e15 100644
--- a/source/scimple/user-guide.md
+++ b/source/scimple/user-guide.md
@@ -118,7 +118,7 @@ Clone the code and build it!
 
 **Prerequisites**
 
-* Java 11+
+* Java 17+ to build Java 11+ at runtime.
 
 ```bash
 git clone https://github.com/apache/directory-scimple.git