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:52 UTC

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

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