Skip to content

Deprecate container factory customizer #842

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

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