Skip to content

Commit

Permalink
Remove deprecated listener endpoint adapters (#844)
Browse files Browse the repository at this point in the history
* Remove deprecated listener endpoint adapters

This commit removes the previously deprecated listener endpoint
adapters.
  • Loading branch information
onobc authored Sep 12, 2024
1 parent cfe597d commit 4857ad2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 198 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ However, Spring Boot has introduced a generic message container factory customiz

Replace all instances of `ConcurrentPulsarListenerContainerFactoryCustomizer` with `org.springframework.boot.autoconfigure.pulsar.PulsarContainerFactoryCustomizer<ConcurrentPulsarListenerContainerFactoryCustomizer<?>>`.

=== Removals
The following previously deprecated listener endpoint adapters have been removed in favor of default methods in the listener endpoint interfaces:

- `org.springframework.pulsar.config.PulsarListenerEndpointAdapter`
- `org.springframework.pulsar.reactive.config.ReactivePulsarListenerEndpointAdapter`

=== Breaking Changes

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 4857ad2

Please sign in to comment.