Releases: spring-projects/spring-amqp
v2.0.14.RELEASE
v2.2.2.RELEASE
Change log:
439346f Upgrade Spring Data Commons
49d07ee Upgrade Spring, Micrometer versions
a9dc7e9 GH-1127: Add MessageBatchRecoverer
e6e659a GH-1125: Add DeclarableCustomizer
24a9388 Fix the wrong method return type in documentation
20943cc Add ContainerCustomizer
e707f51 Upgrade gradle
7cda694 Upgrade AssertJ, Hamcrest
a722040 Revert "Disable quorum test temporarily"
179fcd8 Disable quorum test temporarily
6edcac7 Support quorum queues in QueueBuilder
23d35b6 Ignore AlreadyClosedException in SimpleConnection
c32ebda GH-1116: LQCF Doc Polishing
v2.2.1.RELEASE
v2.1.12.RELEASE
v2.2.0.RELEASE
Change log:
34e423f GH-1085: spring-rabbit-junit -> spring-rabbit-test
2f632eb Upgrade Micrometer version
ba44cf1 Upgrade some dependencies
148dace Upgrade to Jackson 2.10
3851b19 Fix Sonar issue
ff03c53 GH-1101: Message Listener Micrometer Timers
dc88048 Upgrade dependencies (#1098)
e6929a0 GH-1093: Remove redundant isInterface() call
9c25d17 Fix race in test
9c1bdcd GH-1093: @RabbitListener fix abstract return type
af7c32f GH-1094: Add Deflater and Inflator PostProcessors
c746497 GH-1091: Fix DMLC with Routing Connection Factory
3f65fc0 GH-1087: RabbitTemplate: improvement debug logging
1a17848 Fix possibleAuthenticationFailureFatal
30d257b GH-1086: XML: Properly parse type
attr
ccd177c Fix new Sonar smell: no CloneNotSupportedException
3fa278b Fix new Sonar smells
v2.1.11.RELEASE
Change log:
48594bc Upgrade Spring Framework to 5.1.10
0ee05f1 Update setUsePublisherConnection javadocs (#1100)
6012900 GH-1093: Remove redundant isInterface() call
a9dc221 Fix race in test
0f862c7 GH-1093: @RabbitListener fix abstract return type
4b886d5 GH-1091: Fix assertJ usage in test
7719e31 GH-1091: Fix DMLC with Routing Connection Factory
f51933d Fix possibleAuthenticationFailureFatal
fe425cb GH-1086: XML: Properly parse type
attr
v2.2.0.RC1
Change log:
8f32430 Upgrade to Spring Data Moore RC3; fix sonar smells
0c29f7d Upgrade dependencies, including Gradle
57f7fd5 GH-1080: SMLC: Fix concurrency configuration order
e3d825d Fix tangle between listener and listener.adapter
1fed5a7 Fix Sonar issues in deprecated RepeatProcessor
868979d Convert remaining spring-rabbit tests to JUnit 5
accd202 GH-1074: Admin explicitDeclarationsOnly Property
4b19b61 Convert repeated tests to JUnit 5 @RepeatableTest
28e9103 GH-1071: Retain stacktrace when broker required
958806a GH-1071: Retain stacktrace when broker required
50c17ea GH-1071: JUnit 5 Support Improvements
3d5fe16 GH-1067: Fix deprecated setters
acb5683 GH-1067: Add enum for publisher confirm type
bbc4eba Fix @LogLevels copyright, javadoc
594ba7c Fix new Sonar smells
d44dec6 Add true for isWarnEnabled on logger stub
7617154 Add diagnostics to test failure
ce1bacf Upgrade Jackson version ; use BOM for dependencies
3f3bbd4 Polishing EnableRabbitIntTests for replyTimeout
2c5d037 (junit5) Convert more tests to JUnit5
a22a1ce GH-1062: Fix missing queues log message
a081b83 GH-1065: Reject fatal with MANUAL ack mode
2bf1117 Remove log4j-slf4j-impl test dependency
44de1a5 Back to Spring Snapshots
v2.1.10.RELEASE
v2.1.9.RELEASE
v2.0.13.RELEASE
Change log:
5b37b26 Upgrade Spring Versions
c3d17f4 Add HTTPS entries for XSD into spring.schemas
89dac79 Sleep for failed declaration out of warn block
d04a20a GH-1034: DMLC: Detect target channel changed
ba6875d GH-1034: DMLC: Cancel consumer after failed ack
47c5baa GH-1038: RT: Fix evaluatedFastReplyTo
ff8a5da Fix SmartLifecycle.stop(Runnable)
usage
4167e93 GH-1026: Fix Delay with CacheMode.CONNECTION
af76b70 GH-1014: Add addMdcAsHeaders
into appenders
68a6411 DMLC: Publish event for connection failure
bfd023f Upgrade Jackson