Pulsar Clients and Spring Boot Compatibility

以下是兼容性矩阵:

The following is the compatibility matrix:

Spring for Apache Pulsar Pulsar Client Pulsar Reactive Client Spring Boot Java

1.1.x

3.2.x

0.5.x

3.3.x

17+

1.0.x

3.0.x / 3.1.x

0.3.x - 0.5.x

3.2.x

17+

0.2.x

2.11.x

0.2.x

3.0.x / 3.1.x()*

17+

在版本 1.0.0 中,自动配置已移入 Spring Boot 3.2.x,因此在使用框架版本 1.0.x 时,3.2.x 是受支持的最低 Spring Boot 版本。

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.

不过,在版本 1.0.0 之前,自动配置支持存在于框架本身中。()*这理论上使得除了已经过测试并保证可行的 3.0.x 之外,还能够使用 Spring Boot 的更高版本。换句话说,它可能适用于 3.1.x,但尚未对其进行测试。

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.