Skip to content

Commit 4857ad2

Browse files
authored
Remove deprecated listener endpoint adapters (#844)
* Remove deprecated listener endpoint adapters This commit removes the previously deprecated listener endpoint adapters.
1 parent cfe597d commit 4857ad2

File tree

3 files changed

+4
-198
lines changed

3 files changed

+4
-198
lines changed

spring-pulsar-docs/src/main/antora/modules/ROOT/pages/whats-new.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ However, Spring Boot has introduced a generic message container factory customiz
5454

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

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

60+
- `org.springframework.pulsar.config.PulsarListenerEndpointAdapter`
61+
- `org.springframework.pulsar.reactive.config.ReactivePulsarListenerEndpointAdapter`
5862

5963
=== Breaking Changes
6064

spring-pulsar-reactive/src/main/java/org/springframework/pulsar/reactive/config/ReactivePulsarListenerEndpointAdapter.java

Lines changed: 0 additions & 95 deletions
This file was deleted.

spring-pulsar/src/main/java/org/springframework/pulsar/config/PulsarListenerEndpointAdapter.java

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)