⭐ New Features
- Some generics optimization in the
MessagingMessageListenerAdapter
#3620 - Use Locale.ROOT for locale neutral, case insensitive comparisons #3608
- Lower the replication factor for transactions topic when using embedded Kafka broker for tests #3557
- Log conversion failures in batch listeners #3555
🐞 Bug Fixes
- Potential Bug: Missing Failed Records During Async Operation #3638
- Duplicate header processing in
BatchMessagingMessageConverter#processRecord()
#3589
📔 Documentation
- Update broken Git documentation link to correct URL #3606
- Refine docs for improved accuracy #3604
- Refine docs for consistency and correctness #3588
- Example in Producer/Consumer Interceptors section of Spring Framework documentation need to be fixed #3587
🔨 Dependency Upgrades
- Bump com.fasterxml.jackson:jackson-bom from 2.18.0 to 2.18.1 #3616
- Bump kafkaVersion from 3.8.0 to 3.8.1 #3615
❤️ Contributors
Thank you to all the contributors who worked on this release:
@JiwonKKang and @bky373