Skip to content

Commit cd4384f

Browse files
committed
Add Pulsar 4.0.x to compatibility matrix doc
This commit adds 4.0.x Pulsar client to the compatibility matrix doc. Resolves #933
1 parent a4470ed commit cd4384f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The following is the compatibility matrix:
88
| Spring for Apache Pulsar | Pulsar Client | Pulsar Reactive Client | Spring Boot | Java
99

1010
| 1.2.x
11-
| 3.3.x
11+
| 3.3.x / 4.0.x^**(*)**^
1212
| 0.6.x
1313
| 3.4.x
1414
| 17+
@@ -27,6 +27,14 @@ The following is the compatibility matrix:
2727

2828
|===
2929

30+
[NOTE]
31+
====
32+
^**(*)**^ The `3.3.x` Pulsar client is the default version specified by Spring for Apache Pulsar `1.2.x` and Spring Boot `3.4.x`.
33+
However, the `4.0.x` Pulsar client is compatible and will be the default version in the next minor releases (`1.3.x` and `3.5.x`, respectively).
34+
35+
You can follow xref:appendix/override-boot-dependencies.adoc#override-boot-deps[these steps] to override the Pulsar client version.
36+
====
37+
3038
[NOTE]
3139
====
3240
If you are currently using Pulsar `2.11.x` you may notice that it is not present in the above matrix.

0 commit comments

Comments
 (0)