Skip to content

Conversation

@onobc
Copy link
Collaborator

@onobc onobc commented Sep 11, 2024

The purpose of ConcurrentPulsarListenerContainerFactoryCustomizer was to customize the Spring Boot auto-configured message container factories. However, Spring Boot has introduced a generic message container factory customizer PulsarContainerFactoryCustomizer that removes the need for this customizer.

This commit deprecates the Spring for Apache Pulsar customizer in favor of the Spring Boot provided generic container factory customizer.

The purpose of `ConcurrentPulsarListenerContainerFactoryCustomizer` was
to customize the Spring Boot auto-configured message container
factories. However, Spring Boot has introduced a generic message
container factory customizer `PulsarContainerFactoryCustomizer` that
removes the need for this customizer.

This commit deprecates the Spring for Apache Pulsar customizer in favor
of the Spring Boot provided generic container factory customizer.
@onobc onobc merged commit 27c9747 into spring-projects:main Sep 11, 2024
6 checks passed
@onobc onobc deleted the deprecate-container-factory-customizer branch September 11, 2024 22:33
@onobc onobc added this to the 1.2.0-M2 milestone Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant