Skip to content

Commit addcdae

Browse files
committed
putting things back
1 parent 03ad634 commit addcdae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-kafka/src/main/java/org/springframework/kafka/listener/KafkaMessageListenerContainer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,7 @@ private final class ListenerConsumer implements SchedulingAwareRunnable, Consume
680680

681681
private final @Nullable CommonErrorHandler commonErrorHandler;
682682

683+
@Deprecated(since = "3.2", forRemoval = true)
683684
@SuppressWarnings("removal")
684685
private final @Nullable PlatformTransactionManager transactionManager =
685686
this.containerProperties.getKafkaAwareTransactionManager() != null ?

0 commit comments

Comments
 (0)