This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push:
new ede24dfcd feat: bump spring boot(3.2.3) and JDK17 in 2-advanced
example module … (#1136)
ede24dfcd is described below
commit ede24dfcde582ddec279fd2e2d2516b272bb8b3c
Author: shenyao <[email protected]>
AuthorDate: Fri May 10 10:05:43 2024 +0800
feat: bump spring boot(3.2.3) and JDK17 in 2-advanced example module …
(#1136)
* feat: bump spring boot(3.2.3) and JDK17 in 2-advanced example module &
tools module
* feat: bump spring boot(3.2.3) and JDK17 in 2-advanced example module &
tools module
* feat: bump spring boot(3.2.3) and JDK17 in 2-advanced example module &
tools module
---------
Co-authored-by: [email protected] <[email protected]>
---
2-advanced/dubbo-samples-async/dubbo-samples-async-onerror/pom.xml | 2 +-
2-advanced/dubbo-samples-merge/case-versions.conf | 6 +++---
2-advanced/dubbo-samples-merge/pom.xml | 5 ++---
2-advanced/dubbo-samples-native-image/pom.xml | 2 +-
4 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/2-advanced/dubbo-samples-async/dubbo-samples-async-onerror/pom.xml
b/2-advanced/dubbo-samples-async/dubbo-samples-async-onerror/pom.xml
index 42f4a1ee5..d5c2930b4 100644
--- a/2-advanced/dubbo-samples-async/dubbo-samples-async-onerror/pom.xml
+++ b/2-advanced/dubbo-samples-async/dubbo-samples-async-onerror/pom.xml
@@ -36,7 +36,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<dubbo.version>3.2.6</dubbo.version>
- <spring-boot.version>1.5.22.RELEASE</spring-boot.version>
+ <spring-boot.version>3.2.3</spring-boot.version>
<validation-api.version>1.1.0.Final</validation-api.version>
<hibernate-validator.version>6.0.23.Final</hibernate-validator.version>
<resteasy.version>3.0.19.Final</resteasy.version>
diff --git a/2-advanced/dubbo-samples-merge/case-versions.conf
b/2-advanced/dubbo-samples-merge/case-versions.conf
index f7373a530..2450378b2 100644
--- a/2-advanced/dubbo-samples-merge/case-versions.conf
+++ b/2-advanced/dubbo-samples-merge/case-versions.conf
@@ -20,6 +20,6 @@
# Supported component versions of the test case
# Spring app
-dubbo.version=2.7*, 3.*
-spring.version=4.*, 5.*
-java.version= [>= 8]
+dubbo.version=[ >= 3.3.0 ]
+spring-boot.version=3.2.*
+java.version= [ >= 17]
diff --git a/2-advanced/dubbo-samples-merge/pom.xml
b/2-advanced/dubbo-samples-merge/pom.xml
index 382b0569f..e2eeb76f3 100644
--- a/2-advanced/dubbo-samples-merge/pom.xml
+++ b/2-advanced/dubbo-samples-merge/pom.xml
@@ -48,9 +48,8 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <dubbo.version>3.2.6</dubbo.version>
- <spring.version>4.3.30.RELEASE</spring.version>
- <spring-boot.version>2.7.8</spring-boot.version>
+ <dubbo.version>3.3.0-beta.1</dubbo.version>
+ <spring-boot.version>3.2.3</spring-boot.version>
<junit.version>4.13.1</junit.version>
</properties>
diff --git a/2-advanced/dubbo-samples-native-image/pom.xml
b/2-advanced/dubbo-samples-native-image/pom.xml
index 415a4df1a..89c393e3b 100644
--- a/2-advanced/dubbo-samples-native-image/pom.xml
+++ b/2-advanced/dubbo-samples-native-image/pom.xml
@@ -30,7 +30,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<dubbo.version>3.3.0-beta.1</dubbo.version>
- <spring-boot.version>3.0.5</spring-boot.version>
+ <spring-boot.version>3.2.3</spring-boot.version>
<protobuf-java.version>3.19.6</protobuf-java.version>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]