Skip to content

Commit 844aff1

Browse files
committed
Update Java SpringBoot documentation as there is no more limitation on
Java 11 (#7258) Signed-off-by: Aurélien Pupier <apupier@redhat.com>
1 parent 230d437 commit 844aff1

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

docs/pm-doc.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -522,14 +522,9 @@ For Java, we will use the [Spring Initializr](https://start.spring.io/) to gener
522522

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

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

docs/website/docs/user-guides/quickstart/java.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,9 @@ For Java, we will use the [Spring Initializr](https://start.spring.io/) to gener
1313

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

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

0 commit comments

Comments
 (0)