Skip to content

Commit 0ba22a4

Browse files
authored
Update project version and Spring Boot version (#555)
This commit updates the project version to 1.1.x and the Spring Boot version to 3.3.0-SNAPSHOT. The version compatibility matrix is also updated to include a row for the 1.1.x version.
1 parent cf6d3ab commit 0ba22a4

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

.github/workflows/check-samples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
needs: [prerequisites]
4040
strategy:
4141
matrix:
42-
springBootVersion: [ "${{ needs.prerequisites.outputs.boot_version }}", '3.3.0-SNAPSHOT' ]
42+
springBootVersion: [ "${{ needs.prerequisites.outputs.boot_version }}" ]
4343
runs-on: ubuntu-latest
4444
if: needs.prerequisites.outputs.runjobs
4545
steps:

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version=1.0.3-SNAPSHOT
2-
version.samples=1.0.2-SNAPSHOT
1+
version=1.1.0-SNAPSHOT
2+
version.samples=1.0.3-SNAPSHOT
33

44
org.gradle.caching=true
55
org.gradle.parallel=true

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ junit = "5.10.1"
2424
hamcrest = "2.2"
2525
mockito = "5.9.0"
2626
spring-dep-mgmt = "1.1.4"
27-
spring-boot = "3.2.2-SNAPSHOT"
28-
spring-boot-for-docs = "3.2.3-SNAPSHOT"
27+
spring-boot = "3.3.0-SNAPSHOT"
28+
spring-boot-for-docs = "3.3.0-SNAPSHOT"
2929
spring-cloud-stream = "4.1.0"
3030
spring-retry = "2.0.5"
3131
system-lambda = "1.2.1"

spring-pulsar-docs/src/main/antora/modules/ROOT/pages/appendix/version-compatibility.adoc

+8-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ The following is the compatibility matrix:
77
|===
88
| Spring for Apache Pulsar | Pulsar Client | Pulsar Reactive Client | Spring Boot | Java
99

10+
| 1.1.x
11+
| 3.2.x
12+
| 0.5.x
13+
| 3.3.x
14+
| 17+
15+
1016
| 1.0.x
11-
| 3.0.x
12-
| 0.3.x
17+
| 3.0.x / 3.1.x
18+
| 0.3.x - 0.5.x
1319
| 3.2.x
1420
| 17+
1521

0 commit comments

Comments
 (0)