Change log:
9f8576f GH-1683: Refactoring
e2cd1a1 GH-1683: Improve Missing Ack Argument Exception
b022f9a GH-1605: DeadLetterPublishingRecoverer Improvement
f9bc419 GH-1675: Resolve Sonar Issue (Method Complexity)
aa507b3 GH-1675: Validation on @KafkaHandler Methods
4781d81 GH-1672: More Sonar Polishing
dcce9d0 GH-1672: Sonar Fix (Complexity)
c537280 GH-1672: Option to Immediately Stop the Container
e12e13a GH-1673: Improve Docs for Default @KafkaHandler
adda0bf Fix typos in ContainerProperties
28d1dac GH-1661: Fix Typo
fa5c35e GH-1661: @KafkaListener Improvements
f637add GH-1668: Fix Sonar issue
5879b41 GH-1688: ConsumerAwareRebalListener Improvements
2f93abe Fix Sonar Magic Number
40f963c Add api to PR build
e5b55a2 Remove JavaDocs for non-existing generics
b9599a8 Add getEndOffsets() to KafkaTestUtils
043090d Fix hamcreset dependency for awaitility
8be9288 Fix Race in Test
62046c2 GH-1659: Only Log Record Metadata true by default
8276b6c Remove staging repo; 2.7.0 is now in central
d54e50a Upgrade Gradle Enterprise and Conventions Versions
f68ef3d GH-1653: Fix resetStateOnExceptionChange
fa50aa0 Fix doc typo
134f99b Upgrade versions
37cb8e7 Javadoc Polishing
e4ddc1b Remove push to master
from GH actions
d77df70 Some dependencies upgrades (#1652)
84bad5c Add GH Actions for PRs
c156539 Upgrade dependency and gradle versions
5c279ec Fix Javadoc Links
47cb78d Remove deprecations; add assertion
f38cb4f 2.7.0 RC3 Kafka Clients
ef6c115 GH-1646 Clear lastCommits after fixTxOffset
3a86d8d Don't cache tx producers after reset()
2f2010d GH-1643: Add More ConsumerStoppedEvent.Reasons
1140d5e GH-1641: Reconfigurable Producer Factory
1ff7823 Remove unused method
f60a554 Partition list, range with initial offsets
e666153 GH-1637: Fix TopicPartitionOffset.hashCode()
0f43bf2 Manual Assignment: Support Partition Ranges, Lists
74feb40 GH-1631: Remove unused topics from test
90b9f62 GH-1631: fix missing @sendto for cglib proxies
43c9527 GH-1633: Suppress Sonar Issue
81342e7 GH-1633: Fix Race and Event
786b8b1 GH-1633: Do not stop parent container when fenced
8b52f56 Fix two small typos in the documentation
465a91b Clean repositories up in the Gradle build script
82fc24a Remove TODO
1a1cc29 GH-1621: Doc/Javadoc Polishing
5c77905 Improve subBatchPerPartition determination
19bea7f GH-1621: Test Polishing
1c1edcf GH-1621: Fix nack() with Tx Batch Listener
82dd6c3 GH-1615: Resolve Sonar Issues