You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All components (`the core + Spring Boot autoconfiguration + Spring Cloud Stream binder`) reside in the `spring-pulsar` Github repository.
9
28
10
29
This is considered an "experimental" GA, defined as:
@@ -14,6 +33,26 @@ This is considered an "experimental" GA, defined as:
14
33
15
34
[discrete]
16
35
== Version 1.0.x
36
+
Due to becoming an official Spring Boot project, the coordinates used to identify the artifact in your dependency management tool have changed in addition to the version number.
Copy file name to clipboardExpand all lines: spring-pulsar-docs/src/main/asciidoc/version-compatibility.adoc
+45-1Lines changed: 45 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,52 @@ The following is the compatibility matrix:
23
23
24
24
[NOTE]
25
25
====
26
+
**1.0.x or later**
27
+
28
+
Due to becoming an official Spring Boot project, the coordinates used to identify the artifact in your dependency management tool have changed in addition to the version number.
29
+
26
30
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.
27
31
28
-
However, prior to version `1.0.0`, the auto-configuration support exists in the framework itself.
Prior to version `1.0.0`, the auto-configuration support exists in the framework itself.
29
54
^**(*)**^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.
0 commit comments