mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
This removes the auto-configuration for Spring Pulsar Reactive. Consolidates the PulsarConfiguration into the PulsarAutoConfiguration because there is no longer a need to factor out the common components between Spring Pulsar and Spring Pulsar Reactive. See gh-47707 Signed-off-by: onobc <chris.bono@gmail.com>