Skip to content

Commit

Permalink
Update Java SpringBoot documentation as there is no more limitation on
Browse files Browse the repository at this point in the history
Java 11 (#7258)

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Jul 4, 2024
1 parent 230d437 commit 844aff1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
11 changes: 3 additions & 8 deletions docs/pm-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,14 +522,9 @@ For Java, we will use the [Spring Initializr](https://start.spring.io/) to gener

1. Navigate to [start.spring.io](https://start.spring.io/).
2. Select **Maven** under **Project**.
3. Under **Spring Boot** select **2.7.\*** version.

> For now, don't use SpringBoot 3. Currently there is no Devfile in [registry.devfile.io](https://registry.devfile.io/) with Java 17.
4. Select **11** under **Java**.
5. Click on "Add" under "Dependencies".
6. Select "Spring Web".
7. Click "Generate" to generate and download the source code.
3. Click on "Add" under "Dependencies".
4. Select "Spring Web".
5. Click "Generate" to generate and download the source code.

Finally, extract the downloaded source code archive in the 'quickstart-demo' directory.

Expand Down
11 changes: 3 additions & 8 deletions docs/website/docs/user-guides/quickstart/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,9 @@ For Java, we will use the [Spring Initializr](https://start.spring.io/) to gener

1. Navigate to [start.spring.io](https://start.spring.io/).
2. Select **Maven** under **Project**.
3. Under **Spring Boot** select **2.7.\*** version.
:::caution
For now, don't use SpringBoot 3. Currently there is no Devfile in [registry.devfile.io](https://registry.devfile.io/) with Java 17.
:::
4. Select **11** under **Java**.
5. Click on "Add" under "Dependencies".
6. Select "Spring Web".
7. Click "Generate" to generate and download the source code.
3. Click on "Add" under "Dependencies".
4. Select "Spring Web".
5. Click "Generate" to generate and download the source code.

Finally, extract the downloaded source code archive in the 'quickstart-demo' directory.

Expand Down

0 comments on commit 844aff1

Please sign in to comment.