From d9290e05f382be5a8402d2dff2c9497a51b31269 Mon Sep 17 00:00:00 2001
From: Ralf Ueberfuhr <40685729+ueberfuhr@users.noreply.github.com>
Date: Sun, 27 Nov 2022 10:58:07 +0100
Subject: [PATCH] BAEL 5951: Update Spring Boot 3 Version from release
candidate to release version (#13091)
* Update Spring Boot, Spring Native and Native Maven Plugin versions
* BAEL-5951: Spring Boot 3 Sample for Native Image builds incl. Runtime Hints
* BAEL-5951: Configure POMs and add Swagger UI runtime hints
* BAEL-5951: Remove Swagger UI runtime hints
* BAEL-5951: Remove Spring Boot3 parent POM from profiles because of JDK17 dependency during build (building the parent POM is even not necessary)
* BAEL-5951: Add tests
* BAEL-5951: Fix tests (PMD naming conventions)
* BAEL-5951: Update from Spring Boot version 3.0.0-RC1 to 3.0.0 (release)
---
parent-boot-3/pom.xml | 26 +------------------
.../spring-boot-3-native/pom.xml | 9 +++----
spring-boot-modules/spring-boot-3/pom.xml | 13 ++++++----
3 files changed, 13 insertions(+), 35 deletions(-)
diff --git a/parent-boot-3/pom.xml b/parent-boot-3/pom.xml
index 8f891ec788..44f7d97310 100644
--- a/parent-boot-3/pom.xml
+++ b/parent-boot-3/pom.xml
@@ -223,29 +223,6 @@
-
-
-
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
-
- false
-
-
-
-
-
-
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
-
- false
-
-
-
-
3.2.0
3.10.1
@@ -253,9 +230,8 @@
3.3.0
2.22.2
- 3.0.0-M3
+ 3.0.0
5.8.2
- 3.0.0-M7
0.9.17
17
${java.version}
diff --git a/spring-boot-modules/spring-boot-3-native/pom.xml b/spring-boot-modules/spring-boot-3-native/pom.xml
index 9e664efc02..411e9d652b 100644
--- a/spring-boot-modules/spring-boot-3-native/pom.xml
+++ b/spring-boot-modules/spring-boot-3-native/pom.xml
@@ -12,7 +12,7 @@
com.baeldung
parent-boot-3
0.0.1-SNAPSHOT
- ../../parent-boot-3/pom.xml
+ ../../parent-boot-3
@@ -23,7 +23,7 @@
org.springdoc
springdoc-openapi-starter-webmvc-ui
- ${spring-doc.version}
+ ${springdoc.version}
org.springframework.boot
@@ -77,10 +77,9 @@
- 3.0.0-RC2
- 2.0.0-RC1
+ 2.0.0
+ 3.0.0-M7
0.9.17
- com.baeldung.sample.TodoApplication
diff --git a/spring-boot-modules/spring-boot-3/pom.xml b/spring-boot-modules/spring-boot-3/pom.xml
index a5e9ca903c..2fcb8cd8e1 100644
--- a/spring-boot-modules/spring-boot-3/pom.xml
+++ b/spring-boot-modules/spring-boot-3/pom.xml
@@ -49,9 +49,11 @@
spring-boot-configuration-processor
true
-
-
-
+
+ org.springdoc
+ springdoc-openapi-starter-webmvc-ui
+ ${springdoc.version}
+
org.projectlombok
lombok
@@ -120,7 +122,8 @@
1.5.2.Final
- com.baeldung.sample.TodoApplication
+ 2.0.0
+ 3.0.0-M7
-
\ No newline at end of file
+