forked from spring-projects/spring-pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] Add version compatibility appendix (spring-projects#409)
- Loading branch information
Showing
5 changed files
with
55 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
spring-pulsar-docs/src/main/asciidoc/attributes-variables.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
spring-pulsar-docs/src/main/asciidoc/version-compatibility.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[appendix] | ||
[[appendix.version-compatibility]] | ||
= Pulsar Clients and Spring Boot Compatibility | ||
|
||
include::attributes.adoc[] | ||
|
||
The following is the compatibility matrix: | ||
|=== | ||
| Spring for Apache Pulsar | Pulsar Client | Pulsar Reactive Client | Spring Boot | Java | ||
|
||
| 1.0.x | ||
| 3.0.x | ||
| 0.3.x | ||
| 3.2.x | ||
| 17+ | ||
|
||
| 0.2.x | ||
| 2.11.x | ||
| 0.2.x | ||
| 3.0.x / 3.1.x^**(*)**^ | ||
| 17+ | ||
|=== | ||
|
||
|
||
NOTE: In version `1.0.0` the auto-configuration moved into Spring Boot `3.2.x` and therefore `3.2.x` is the minimum Spring Boot version supported when using version `1.0.x` of the framework. | ||
Prior to version `1.0.0`, the auto-configuration support exists in the framework itself. | ||
^**(*)**^This makes it theoretically possible to use later versions of Spring Boot besides `3.0.x` which it is tested against and guaranteed to work with. In other words, it may work with `3.1.x` but it has not been tested against it. |