From bb2e0a3734d7427a0a4f9c78663d9dfac47dc7ed Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Tue, 12 Nov 2024 14:36:06 -0600 Subject: [PATCH] Remove version 0.2.x from docs This commit removes version 0.2.x from the compatibility matrix in an effort to curb the current use of version 0.2.x. --- .../ROOT/pages/appendix/version-compatibility.adoc | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/spring-pulsar-docs/src/main/antora/modules/ROOT/pages/appendix/version-compatibility.adoc b/spring-pulsar-docs/src/main/antora/modules/ROOT/pages/appendix/version-compatibility.adoc index 6d3bfad8..29cb772c 100644 --- a/spring-pulsar-docs/src/main/antora/modules/ROOT/pages/appendix/version-compatibility.adoc +++ b/spring-pulsar-docs/src/main/antora/modules/ROOT/pages/appendix/version-compatibility.adoc @@ -19,17 +19,11 @@ The following is the compatibility matrix: | 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 autoconfiguration 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. - -However, prior to version `1.0.0`, the autoconfiguration 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. +If you are currently using Pulsar `2.11.x` you may notice that it is not present in the above matrix. +We do not currently test nor officially support running against Pulsar `2.11.x`. +However, Pulsar is currently compatible across versions and it is likely to work for you. ====