Skip to content

2.1.0.M1 (Milestone)

Pre-release
Pre-release
Compare
Choose a tag to compare
@garyrussell garyrussell released this 26 Jul 17:08
· 1272 commits to main since this release

Change log:

ebd10bb Upgrade Spring Framework, amqp-client, kotlin vers
71f1740 Upgrade to Gradle 4.9
6c850ae AMQP-826: Fix package tangle
ae8550d AMQP-812: Deprecate RabbitManagementTemplate (#779)
8fa1eee Add SimplePropertyValueConnectionNameStrategy
8bb92e5 GH-736: Upgrade to RabbitMQ hop-2.1
b896c89 AMQP-824: Name for deferredCloseExec thread pool
bac9aa2 GH-768: Add Jackson2XmlMessageConverter
46151a7 AMQP-804: Add BrokerEventListener
5989d03 GH-712: Add RabbitTemplate.noLocalReplyConsumer
f72f2e1 AMQP-808: Add Declarables for declaring collection
eb1ad97 AMQP-823: @RabbitListener errorHandler
2aa7d00 AMQP-822: @RabbitListener: @QueueBinding enhance
d27c405 Fix test race condition
a2e19ba AMQP-820: SMLC: Remove InternalConsumer decorator
68d74bd AMQP-811: Listener container factory improvements
67a6857 AMQP-821: Repub Recoverer limit stack trace header
4fdb1e4 Add more debug/trace logging
f3b977d Add licence and notice to all artifacts
efdc554 AMQP-818: Fix Class-level listener properties
8d41b89 AMQP-797: Defer caching publisher callback channel
8a38e65 AMQP-817: Synthetic NACKs on separate thread
b40019b AMQP-816; Support consume from broker-named queues
2e99acd AMQP-815: Fix typo in doc for ConnectionFB
90bac89 AMQP-815: Fix typo in doc for ConnectionFB
5cb0131 Changes to build with JDK10
907d5cb AMQP-814: Add retry to RabbitAdmin
8c43c57 Polish MessageDeliveryMode JavaDoc
3a6176e Make ConditionalRejectingErrorHandler extendable
acd2e58 Revert previous commit
ca09dfa RabbitTemplate: Use separate connection by default
0fce70d Use 'kotlin-spring' gradle plugin
daebf40 AMQP-810: Fix adjust consumers when max present
f678078 Upgrade Kotlin to 1.2.40; add assertk/j
80848fd Upgrade to Gradle 4.7 and others, polishing build
b627830 Add Kotlin test case
d316dbf Upgrade to SF-5.1, remove deprecations etc.
7fa4093 Fix doc typo
604a895 Fix serial compiler warning on new exception
7cf6fb7 AMQP-809: Fix typo in the amqp.adoc
6f72cf6 GH-723: Add AmqpResourceNotAvailableException (#737)
5423233 GH-734: Option to suppress declaring Collections
38f59a2 AMQP-807: Use method genericReturnType for conv.
bf5498d AMQP-806: Move new invoke() to RabbitOperations
3da5931 AMQP-806: Simple Publisher Confirms
450d27f GH-730: Fix NPE in the MessageProperties
b66d54c Update amqp.adoc
8e3ec02 AMQP-805: protected postProcessMessageBeforeSend
6532503 Small fixes in documentation
32672bf Fix code format errors
4464d4d AMQP-798: Master to 2.1.x; Fix Tangles
1d38c14 GH-719: Container Factory: Add replyPostProcessor
5ce8529 AMQP-801-2: Introduce ConsumerDecorator
d547a86 Updgrade rabbitmq http-client, retry
9b43c06 AMQP-801: Move ConsumeOkEvent to handleConsumeOk
059fe5e Upgrade wrapper
2564567 Remove JUnit Gradle Plugin
0578418 Upgrade to Gradle 4.6
493aa4e Connection name strategy was backported to 1.7.x
a2d86fb Doc Polishing
f806c94 AMQP-800: Destroy test default connection factory
f32b358 AMQP-800: LocalizedQueueConnectionFactory Fix
fecd0ba AMQP-799: Default @RabbitHandler Docs
ee61179 Upgrade to Spring Framework 5.0.4
f649d11 AMQP-799: Add default @RabbitHandler support
84ca73e Improve rabbit template
18b2090 Fix Doc to highlight code snippet as Java