spring-amqp

Spring AMQP - support for Spring programming model with AMQP, especially but not limited to RabbitMQ

APACHE-2.0 License

Stars
794
Committers
135

Bot releases are hidden (Show)

spring-amqp - v2.2.8.RELEASE

Published by garyrussell over 4 years ago

Change log:

20b23b7b Upgrade versions; Prepare for Release
fe051790 GH-1215: Allow Abstract Class Deserialization
709a34b1 GH-1214: Fix NPE When no Container id or Bean name
519a2c94 GH-1207: Fix NPE
48edfb9d GH-1208: Allow SpEL in all @RabbitListener Props
5923d67a Remove unused import for Assume
73e2b205 Fix BrokerRunning for skipping tests

spring-amqp - v2.2.7.RELEASE

Published by garyrussell over 4 years ago

Change log:

a2119b3c GH-1201: Fix for ChannelAwareBatchMessageListener
6abdd27e GH-1201: Native BatchMessageListener Support
664f470e GH-1198: Support AddressResolver
bb3b8c89 GH-1157: Defer spy stubs to original bean
a0cc7b42 GH-1194: Address new Sonar issues
ab7f08f3 GH-1194: Fix cache limit with Pub Confirms channel
568854b2 GH-1190: Remove reference to Junit4 Assume

spring-amqp - v2.1.15.RELEASE

Published by garyrussell over 4 years ago

Change log:

445bd275 Fix addressResolver afte merge conflict
8d72e57f Make test method public for JUnit 4
127281b7 Fix typo in the test
1c4fc55f Fix test for JUnit 4
8e615d0f GH-1198: Support AddressResolver
2496b539 GH-1157: Defer spy stubs to original bean
fefb1f21 GH-1194: Address new Sonar issues
4a3c427f Fix test to use setPublisherConfirms(true)
404d53b6 GH-1194: Fix cache limit with Pub Confirms channel

spring-amqp -

Published by artembilan over 4 years ago

Change log:

49b8e319aef33384dd15b71ad94e725b1f92c193 Upgrade dependencies; prepare for release
15f1ed5b9dbc5b6126c8bf2d560eb510deeab348 GH-1181: Fix memory leak with user correlation
ed41369d96416ddda1afee2dc2bf84c3f7d73458 Upgrade versions

spring-amqp -

Published by artembilan over 4 years ago

Change log:

10fd86f316f4c589d745f3faacbf0300d7054a82 Upgrade dependencies; prepare for release
ef00f2da0f9fccb3aa0fff855793105f32d29399 GH-1148: Revert Log4j Appender Change
028550cf7fcf6eacf3063b746414151c1ccb2117 GH-1148: Log4jAppender - fix initialization cycle

spring-amqp - v2.2.5.RELEASE

Published by garyrussell over 4 years ago

Channge log:

c4705904 Upgrade Jackson, Micrometer versions
2be77e81 Upgrade reactor, spring-data versions
7f6b4573 Fix duplicated literals
8622db9e GH-1162: Reinstate GH-1148 Log4j Appender Change
e4c523b7 Add @RabbitListener replyPostProcessor
abec859e Always default to TLSv1.2
6d2809de GH-1166: Fix NPE in RepublishMessageRecoverer

spring-amqp - v2.2.4.RELEASE

Published by garyrussell over 4 years ago

Change log:

9fbc3da3 Upgrade versions for release
7af0f90f Revert "GH-1148: Revert Log4j Appender Change"
fdda7a9b Move Batch Listener check to start()
667a7380 Add isConsumerBatchEnabled() to listener container
5e9ec034 GH-1156: Fix default error handler in javadoc
79415961 GH-1152: Fix Sonar issue
bb83aa78 GH-1148: Revert Log4j Appender Change
03445242 GH-1152: Use contentEncoding in Message.toString()
9e4ba4f2 GH-1148: Log4jAppender - fix initialization cycle
fb32210e [#1145] Fix generic parameter type detection for batch listeners … (#1146)
abc96cf8 Use of PluginBuilderFactory on AmqpAppender (Log4j2) (#1144)

spring-amqp - v2.2.3.RELEASE

Published by garyrussell almost 5 years ago

Change log:

30570a2d GH-1140: RabbitTemplate and CGLIB Proxies
25573388 GH-1138: Support @Repeatable user annotations
d0483b98 GH-1136: Fix Sonar Issue (complexity)
3793fc1d GH-1136: Support Meta Annotations with AliasFor
1b173a41 Fix Sonar issue.
0695d050 Remove super()
e779d5c5 GH-1133: Sonar issue
bb965f77 GH-1133: Check for null reply before applying MPPs
79d27bcc GH-1133: Add called bean/method to reply msg props
2874cd24 Mockito Answers: Capture any exceptions
e37e9aac Fix new Sonar smells in RepublishMessageRecoverer
67bba394 GH-1130: Repub Recoverer include ex. message size

spring-amqp - v2.1.13.RELEASE

Published by garyrussell almost 5 years ago

Change log:

828e6b17 Apply aRPPs for replies with a listener container
5cadcc3f GH-1130: Repub Recoverer include ex. message size
ce677bf4 Ignore AlreadyClosedException in SimpleConnection
ecbc388e GH-1116: LQCF Doc Polishing

spring-amqp - v2.0.14.RELEASE

Published by garyrussell almost 5 years ago

Change log:

5c52abbb GH-923: Fix start delay for @Lazy @RabbitListener
0ce50eb4 Make sendTo.replies test queue args consistent
f4c970ef GH-1062: Fix missing queues log message

spring-amqp - v2.2.2.RELEASE

Published by garyrussell almost 5 years ago

Change log:

439346ff Upgrade Spring Data Commons
49d07eee Upgrade Spring, Micrometer versions
a9dc7e98 GH-1127: Add MessageBatchRecoverer
e6e659af GH-1125: Add DeclarableCustomizer
24a93883 Fix the wrong method return type in documentation
20943cca Add ContainerCustomizer
e707f517 Upgrade gradle
7cda6945 Upgrade AssertJ, Hamcrest
a722040e Revert "Disable quorum test temporarily"
179fcd8b Disable quorum test temporarily
6edcac77 Support quorum queues in QueueBuilder
23d35b63 Ignore AlreadyClosedException in SimpleConnection
c32ebda4 GH-1116: LQCF Doc Polishing

spring-amqp - v2.2.1.RELEASE

Published by garyrussell almost 5 years ago

Change log:

d4fb41d2 Upgrade Spring, Reactor versions
98c6abcf GH-1113: Clean up cals to basicCancel
ceac6b02 Upgrade some dependencies
4074b560 Fix test
8ca2cbb2 GH-1108: @QueueBinding.key recursive resolution
c939c581 GH-1106: Fix Use Publisher CF with RT.invoke()
287977ed Fixed small smelling mistake

spring-amqp - v2.1.12.RELEASE

Published by garyrussell almost 5 years ago

Change log:

af9729f1 Upgrade Spring Framework in prep for release
04c598b7 GH-1113: Clean up calls to basicCancel
00ef68c7 Upgrade some dependencies
53c9150b GH-1108: @QueueBinding.key recursive resolution
a69920d0 GH-1106: Fix Use Publisher CF with RT.invoke()

spring-amqp - v2.2.0.RELEASE

Published by garyrussell about 5 years ago

Change log:

34e423f8 GH-1085: spring-rabbit-junit -> spring-rabbit-test
2f632eb7 Upgrade Micrometer version
ba44cf1a Upgrade some dependencies
148dacee Upgrade to Jackson 2.10
3851b199 Fix Sonar issue
ff03c535 GH-1101: Message Listener Micrometer Timers
dc88048e Upgrade dependencies (#1098)
e6929a0f GH-1093: Remove redundant isInterface() call
9c25d17f Fix race in test
9c1bdcd9 GH-1093: @RabbitListener fix abstract return type
af7c32f8 GH-1094: Add Deflater and Inflator PostProcessors
c7464979 GH-1091: Fix DMLC with Routing Connection Factory
3f65fc01 GH-1087: RabbitTemplate: improvement debug logging
1a178483 Fix possibleAuthenticationFailureFatal
30d257b3 GH-1086: XML: Properly parse type attr
ccd177cb Fix new Sonar smell: no CloneNotSupportedException
3fa278bf Fix new Sonar smells

spring-amqp - v2.1.11.RELEASE

Published by garyrussell about 5 years ago

Change log:

48594bc7 Upgrade Spring Framework to 5.1.10
0ee05f13 Update setUsePublisherConnection javadocs (#1100)
60129006 GH-1093: Remove redundant isInterface() call
a9dc221d Fix race in test
0f862c70 GH-1093: @RabbitListener fix abstract return type
4b886d51 GH-1091: Fix assertJ usage in test
7719e313 GH-1091: Fix DMLC with Routing Connection Factory
f51933dd Fix possibleAuthenticationFailureFatal
fe425cb8 GH-1086: XML: Properly parse type attr

spring-amqp -

Published by artembilan about 5 years ago

Change log:

8f32430c868c30fe833816458a6a4bb1277983f1 Upgrade to Spring Data Moore RC3; fix sonar smells
0c29f7dada2cbcddd4e6cdc2c2a96c6da734a6c9 Upgrade dependencies, including Gradle
57f7fd53f0a0981e92cfcdef495ba5e13caa4ebc GH-1080: SMLC: Fix concurrency configuration order
e3d825d4709ef9813b3165a2a5e92a9acc04c2a6 Fix tangle between listener and listener.adapter
1fed5a74430e5cfc9ea68151be453395779306f7 Fix Sonar issues in deprecated RepeatProcessor
868979d9a4d5616af6bb5a462f06bf06184de1f4 Convert remaining spring-rabbit tests to JUnit 5
accd202a1a7d652fbdb7fc75696612638ae45161 GH-1074: Admin explicitDeclarationsOnly Property
4b19b61d1ebb65edcf1478ef04fc4482ed4a516a Convert repeated tests to JUnit 5 @RepeatableTest
28e91034d6668725ae63d1c18143892629711354 GH-1071: Retain stacktrace when broker required
958806a88fecaf5013748157a319706687d59ab1 GH-1071: Retain stacktrace when broker required
50c17ea0e07d0247364ec36041714c99c9090e75 GH-1071: JUnit 5 Support Improvements
3d5fe16be869f29c0f18b8ac36cf27d71b96e43a GH-1067: Fix deprecated setters
acb56833d1af567c8d1a839ca92c97f5a8fe7d33 GH-1067: Add enum for publisher confirm type
bbc4ebabb49ede92d70b4707824aa5cbebe90cc5 Fix @LogLevels copyright, javadoc
594ba7c1bbb2ee6959e580533cf31a15677e85e7 Fix new Sonar smells
d44dec64c2fdd925a133e838886d614c3ab1f9b0 Add true for isWarnEnabled on logger stub
761715420fc5c6aee8265f63b72d36d0e58592d0 Add diagnostics to test failure
ce1bacf08e89c72a0dea8a99fcff113d2b4de7f4 Upgrade Jackson version ; use BOM for dependencies
3f3bbd4f9ef59c8c05f5ea4048ad10e4de49e0d1 Polishing EnableRabbitIntTests for replyTimeout
2c5d0374f81dec95e77b12df5c612d98acb88b9b (junit5) Convert more tests to JUnit5
a22a1cefe3994f84b29f2179b75c2ca0151f2efd GH-1062: Fix missing queues log message
a081b8389e3fd387128a4a0183ad07222bad2d48 GH-1065: Reject fatal with MANUAL ack mode
2bf1117a7b305d7a0dc9e18c8118cad9ae6ae43d Remove log4j-slf4j-impl test dependency
44de1a5717f9f4a66c41c3a343a657383c3b96b9 Back to Spring Snapshots

spring-amqp -

Published by artembilan about 5 years ago

Change log:

c55c5c0196abc1ce72e6ed4b1a6c0d1b1263e641 (HEAD -> 2.1.x) GH-1080: SMLC: Fix concurrency configuration order
97585524ca47b1b79e43ef6eebbf2f49210ef4a5 Add managed dependency versions to generated POM

spring-amqp -

Published by artembilan about 5 years ago

Change log:

1cbe7fb1e0d9b309faab3b7e6245004a0774ba72 (HEAD -> 2.1.x) Upgrade to Jackson 2.9.9.20190807
3ebe8310fecf6acbfc56e0bb40dbfd00d6a46d6b GH-1074: Admin explicitDeclarationsOnly Property
37a466aff22b186a370adddb8e290e3956519a14 GH-1062: Fix missing queues log message
2d4c3c0373e9f94a9668cd8092da5e85753a29f5 GH-1065: Reject fatal with MANUAL ack mode

spring-amqp - v2.0.13.RELEASE

Published by garyrussell about 5 years ago

Change log:

5b37b260 Upgrade Spring Versions
c3d17f4f Add HTTPS entries for XSD into spring.schemas
89dac79d Sleep for failed declaration out of warn block
d04a20a9 GH-1034: DMLC: Detect target channel changed
ba6875de GH-1034: DMLC: Cancel consumer after failed ack
47c5baa6 GH-1038: RT: Fix evaluatedFastReplyTo
ff8a5da5 Fix SmartLifecycle.stop(Runnable) usage
4167e93f GH-1026: Fix Delay with CacheMode.CONNECTION
af76b709 GH-1014: Add addMdcAsHeaders into appenders
68a6411a DMLC: Publish event for connection failure
bfd023f9 Upgrade Jackson

spring-amqp - v2.2.0.M4

Published by garyrussell about 5 years ago

Change log:

2dc35cc1 Reactor to M3
00983b29 Data Moore to RC2
5c9342c8 Upgrade to stabe versions from snapshots
eb58945b GH-1058: Fix Reject/Requeue for Async Returns
8336d4ed Change travis to use trusty
569024ed GH-1055: Fix new test race conditions
bf979dd1 GH-1055: Invoke Conf/Return callbacks on executor
07159e02 Fix ImmediateRequeueAmqpException
73029315 Remove @Config from RabbitListenerTestBootstrap
f6a7fe6f Upgrade dependencies
d9bad5b2 Fix new Sonar smells
f7b7bede GH-1049: Support SaslConfig in logging appenders
d68315fe Add HTTPS entries for XSD into spring.schemas
7f414615 Fix new Sonar smell
e98e8c57 Sleep for failed declaration out of warn block
c1defb52 AbstractJackson2MessageConv.: assume supported CT
05ef5a96 Convert Class header values using getName()
5da725b4 Add filtered getter to Declarables
d86f3561 Fix Method Complexity
6f809384 Upgrade to JUnit 5.5.0
638d1047 Fix new Sonar smells
280c2b12 GH-1032: Fix typo in new interface name
5d73342b GH-1038: RT: More evaluateFastReplyTo Fixes
24c63e14 GH-1034: DMLC: Detect target channel changed
b4bd47bc Fix Sonar issues
d1ebe22b GH-1032: Consumer Batching Phase 2 @RabbitListener
845a7e07 GH-1034: DMLC: Cancel consumer after failed ack
eb850782 GH-1038: RT: Fix evaluatedFastReplyTo
f9f69760 Fix Sonar Issue
731c5eb2 Fix unused imports in the AbstractMessageLC
3aed80fb GH-1032: Add consumer-side batching support
c1e31798 Fix SmartLifecycle.stop(Runnable) usage
78d7c58c ACF: Reduce createBareConnection() complexity
6cf3211d GH-1029: Add option to randomize connection order
55af4a31 Add well-known arguments to Queue/Exchange Builder
dde7a373 GH-1026: Fix Delay with CacheMode.CONNECTION

Package Rankings
Top 4.4% on Repo1.maven.org
Badges
Extracted from project README
Build Status Revved up by Develocity