Skip to content

Commit 16dd1ff

Browse files
feat!: upgrade Spring Cloud 2025 (#3837)
* feat: update spring cloud version * feat: update spring boot version * update spring boot in samples * update pubsub bus samples * temp disable * restore * restore * change readme * upgrade to spring boot 3.5.3 * fix: remove duplicate version in samples parent pom --------- Co-authored-by: Diego Marquez <[email protected]>
1 parent 7429dc0 commit 16dd1ff

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

README.adoc

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ You can check our project website https://spring.io/projects/spring-cloud-gcp[he
1111
For a deep dive into the project, refer to the Spring Framework on Google Cloud Reference documentation or Javadocs:
1212

1313
// {x-version-update-start:spring-cloud-gcp:released}
14-
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/6.2.3/reference/html/index.html[Spring Framework on Google Cloud 6.2.3 (Latest)] - https://googleapis.dev/java/spring-cloud-gcp/6.2.3/index.html[Javadocs 6.2.3]
14+
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/6.2.3/reference/html/index.html[Spring Framework on Google Cloud 7.0.0 (Latest)] - https://googleapis.dev/java/spring-cloud-gcp/6.2.3/index.html[Javadocs 6.2.3]
1515
// {x-version-update-end}
16-
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/5.12.3/reference/html/index.html[Spring Framework on Google Cloud 5.12.3] - https://googleapis.dev/java/spring-cloud-gcp/5.12.3/index.html[Javadocs 5.12.3]
16+
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/6.2.1/reference/html/index.html[Spring Framework on Google Cloud 6.2.3] - https://googleapis.dev/java/spring-cloud-gcp/6.2.1/index.html[Javadocs 6.2.1]
17+
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/5.12.3/reference/html/index.html[Spring Framework on Google Cloud 5.12.1] - https://googleapis.dev/java/spring-cloud-gcp/5.12.1/index.html[Javadocs 5.12.1]
1718
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/4.11.3/reference/html/index.html[Spring Framework on Google Cloud 4.11.3] - https://googleapis.dev/java/spring-cloud-gcp/4.11.3/index.html[Javadocs 4.11.3]
18-
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/3.9.5/reference/html/index.html[Spring Framework on Google Cloud 3.9.5] - https://googleapis.dev/java/spring-cloud-gcp/3.9.5/index.html[Javadocs 3.9.5]
19+
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/3.9.5/reference/html/index.html[Spring Framework on Google Cloud 3.9.1] - https://googleapis.dev/java/spring-cloud-gcp/3.9.1/index.html[Javadocs 3.9.1]
20+
1921

2022
If you prefer to learn by doing, try taking a look at the https://github.com/GoogleCloudPlatform/spring-cloud-gcp/tree/main/spring-cloud-gcp-samples[Spring Framework on Google Cloud sample applications] or the https://codelabs.developers.google.com/spring[Spring on Google Cloud codelabs].
2123

@@ -55,6 +57,12 @@ This project has dependency and transitive dependencies on Spring Projects. The
5557
|===
5658
| Spring Framework on Google Cloud | Spring Cloud | Spring Boot | Spring Framework | Supported
5759

60+
|7.x
61+
|https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2025.0-Release-Notes[2025.0.x] (Northfields)
62+
|https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.5-Release-Notes[3.5.x]
63+
|https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-6.2-Release-Notes[6.2.x]
64+
|Yes
65+
5866
|6.x
5967
|https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2024.0-Release-Notes[2024.0.x] (Moorgate)
6068
|https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.4-Release-Notes[3.4.x]
@@ -73,7 +81,7 @@ This project has dependency and transitive dependencies on Spring Projects. The
7381
|https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2022.0-Release-Notes[2022.0.x] (Kilburn)
7482
|https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Release-Notes[3.0.x], https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.1-Release-Notes[3.1.x]
7583
|https://github.com/spring-projects/spring-framework/wiki/What%27s-New-in-Spring-Framework-6.x#whats-new-in-version-60[6.0.x]
76-
|Yes
84+
|No
7785

7886
|3.x
7987
|https://github.com/spring-cloud/spring-cloud-release/wiki/Spring-Cloud-2021.0-Release-Notes[2021.0.x] (Jubilee)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<properties>
3333
<project.parent.version>${project.version}</project.parent.version>
3434
<!-- Dependency versions -->
35-
<spring-cloud-dependencies.version>2024.0.0</spring-cloud-dependencies.version>
36-
<spring-boot-dependencies.version>3.4.7</spring-boot-dependencies.version>
35+
<spring-cloud-dependencies.version>2025.0.0</spring-cloud-dependencies.version>
36+
<spring-boot-dependencies.version>3.5.3</spring-boot-dependencies.version>
3737
<spring-cloud-gcp-dependencies.version>${project.parent.version}</spring-cloud-gcp-dependencies.version>
3838
<zipkin-gcp.version>2.3.0</zipkin-gcp.version>
3939
<java-cfenv.version>2.5.0</java-cfenv.version>

spring-cloud-gcp-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.4.7</version>
9+
<version>3.5.3</version>
1010
<relativePath/>
1111
</parent>
1212

spring-cloud-gcp-samples/spring-cloud-gcp-pubsub-bus-config-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<name>Spring Framework on Google Cloud Code Sample - Pub/Sub Bus Configuration Management</name>
1515

1616
<properties>
17-
<spring-cloud-config.version>4.2.0</spring-cloud-config.version>
17+
<spring-cloud-config.version>4.3.0</spring-cloud-config.version>
1818
</properties>
1919

2020
<!-- The Spring Framework on Google Cloud BOM will manage spring-cloud-gcp version numbers for you. -->

0 commit comments

Comments
 (0)