Releases: spring-projects/spring-kafka
v2.3.3.RELEASE
v2.3.2.RELEASE
Change log:
9cd361a Upgrade Reactor BOM
665685d Upgrade Spring dependencies
4c2f920 Upgrade to gradle 5.6.4
feb4fa0 GH-1289: STCEH - Fix IndexOutOfBoundsException
30dca49 GH-1287: Detect mis-configured deserialization
78a0f15 Upgrade samples to Boot 2.2.0.RELEASE
9eadf5b Deprecate ZkClient in embedded broker
ec446d4 GH-1283: Unique client.id for each producer
ae0dec7 Upgrade Kafka clients to 2.3.1
2f734a7 GH-1278: Add filtered sub batch test
9a4e3f7 Remove implements TestRule from EmbeddedKafkaRule
4855751 GH-1278: Zombie Fencing with Batch Listener
5bd49b3 Suppress new Sonar smells
633f566 GH-1273: Fix offset commit after recovery
e671eea GH-1274: Fix STCEH Deprecated CTOR
f77dcfb Fix typo around NRCEvent properties
v2.2.11.RELEASE
Change log:
1bb0962 Upgrade Spring dependencies
8d0bb39 GH-1287: Detect mis-configured deserialization
169f118 GH-1283: Unique client.id for each producer
70c2258 Uptrade dependencies
59f91a7 Fix gradle updateCopyrights
d4fb7c4 GH-1271: Allow consumption of DLT published record
a1d4c96 Fix typo around NRCEvent properties
v2.1.14.RELEASE
Final 2.1.x version
Change log:
f5bcaca Fix trailing whitespaces after previous merge
adb2f9a GH-1287: Detect mis-configured deserialization
36fdb2d GH-1283: Unique client.id for each producer
8c22b78 GH-1247: Polishing
309d28e GH-1247: Only wake consumer while polling
a91ffcc Polishing for previous commit
5f57f4b GH-1196: Use close(Duration) instead of close()
v2.3.1.RELEASE
Change log:
2dd811f Add build scan to travis
6bf6008 Add opt-in integration with Gradle's build scans
b53c934 Fix Sonar issues
457e63a GH-1260: Add exception classification to DARP
37a1b5b Remove unused field from FailedRecordTracker
fe7f8c1 Fix duplicated link in Docs
0ae9dcc GH-1259: Failed recovery with no retry
9abc873 GH-1259: Handle Failed Record Recovery
0feba30 Upgrade samples
v2.2.10.RELEASE
v2.3.0.RELEASE
Change log:
da9dc28 GH-1225: @kl - skip conversion when not needed
f86110e Fix Sonar issues
ba6adea Upgrade Spring and Micrometer versions
05ee48c @embeddedkafka javadoc polishing
fa723bc GH-1254: Fix javadoc
910233e GH-1254: Configurable Embedded Zookeeper Port
2115cf6 Fix new Sonar smells
0d45644 GH-1252: Add more consumer lifecycle events
e90d9e6 Upgrade to Jackson 2.10
594d005 DefaultKafkaHeaderMapper Improvement
ae711a8 GH-1247: Polishing
525c8a8 GH-1247: Only wake consumer while polling
a32b3b9 Fix new Sonar smells
5e002b5 Doc Polishing
2bc0775 Upgrade to Reactor Dysprosium-RELEASE
220a5aa GH-1244: ReplyingKTemplate reply timeout per send
8f4ca4a Add Micrometer Timers to the KMLContainer
1224ddf Fix JavaDoc warning; downgrade ASCIIDoc plugin
9d6628b Upgrade dependencies (#1241)
0baa447 Pull Up Consumer Properties
4f8fa13 GH-1234: Fix FailedRecordTracker
13ae385 Fix Sonar issue
5c96d3f GH-1231: KafkaTestUtils Enhancements
v2.2.9.RELEASE
Change log:
d02c733 Upgrade Spring Framework and Data versions
fabbb6f GH-1247: Polishing
7cfc482 GH-1247: Only wake consumer while polling
a52f415 GH-1226: Update snippet to correct return type and misspelling
43ddbf1 Doc Polishing
2490dd5 GH-1234: Fix FailedRecordTracker [2.2.x]
3c816dc Try/Catch around error recovery [Backport]
fd2166e GH-1196: Use close(Duration) instead of close()
v2.3.0.RC1
Change log:
3420ddc GH-1216: Move Transactions
to the top level
ae51a9c Upgrade dependencies, including Gradle
f359c6b GH-1226: Update snippet to correct return type and misspelling
dc03d98 GH-1219: Assert no retry with batch listener
604ecce KafkaListener javaodc polishing
5bdd7f8 Fix new Sonar smells
d614dad GH-1210: Javadoc/Doc Polishing
5e45d04 Avoid BeanDefinitionOverrideEx with EnableKafka
cc1e19b GH-1210: Add nack capability to MANUAL AckModes
04335d1 TopicBuilder Improvements
9766e42 Convert all tests to JUnit 5
8e4d968 Try/Catch around error recovery
b46397c Fix Sonar issues
64daa9d GH-1203: Extract ContainerProperties Super Class
f8f251f GH-1204: SIK docs for transactions
e53d436 GH-1186: Add idleBetweenPolls
container option (#1198)
1694690 Add BackOff to SeekToCurrent components
8418739 GH-1196: Polishing after backports
1e79bf1 GH-1196: Use close(Duration) instead of close()
6b56103 Fix new Sonar smell
1ccf14c Upgrade Jackson version; use BOM for dependencies
325adc1 Embeded broker - automatically set num.partitions
1d375a1 Fix default category in Log4j2LevelAdjuster
144042b Back to Spring Snapshots
v2.1.13.RELEASE
Change log:
c7eb283 Upgrade Spring Versions
01c9bba GH-1168: Fix sendOffsets in local transaction
15ab184 GH-1145: Backport NPE Fix
1171c00 GH-1134: Fix stop(Runnable)
usage
96352b1 Upgrade Jackson
5950d62 GH-1066: Protect against null Headers
fa9cfa8 Fix close producers after a rebalance
f88cd9f Remove coment for Java bug since it is not anymore
8792bb3 Fix URL to SI Idempotent Receiver
6568be7 URL Cleanup
8e72b70 URL Cleanup
f8ade49 URL Cleanup
167a029 Add gateway links in SIK chapter
69cefe6 URL Cleanup
8947f49 Remove unused import
fe84fed Fix ConcMLContMockTests for current code base
2a708ba Fix ErrorHandler for Consumer Errors