You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor ShareKafkaListenerContainerFactory and fix compilation warnings
- Change autoStartup and phase from nullable wrappers to primitives with defaults
- Add @SuppressWarnings(NullAway.Init) to applicationEventPublisher and applicationContext
- Use ShareAcknowledgementMode.fromString() API instead of manual string parsing
- Use ArgumentMatchers with explicit type parameters to eliminate unchecked warnings in tests
- Remove deprecated imports from ShareRecordMessagingMessageListenerAdapter
- Use FQCN for JacksonProjectingMessageConverter and ProjectingMessageConverter
- Fix syntax error in kafka-queues.adoc documentation example
Signed-off-by: Soby Chacko <[email protected]>
Copy file name to clipboardExpand all lines: spring-kafka/src/main/java/org/springframework/kafka/annotation/KafkaListenerAnnotationBeanPostProcessor.java
Copy file name to clipboardExpand all lines: spring-kafka/src/main/java/org/springframework/kafka/listener/adapter/ShareRecordMessagingMessageListenerAdapter.java
Copy file name to clipboardExpand all lines: spring-kafka/src/test/java/org/springframework/kafka/listener/ShareKafkaMessageListenerContainerIntegrationTests.java
0 commit comments