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 visible (Hide)

spring-amqp - v2.2.18.RELEASE

Published by garyrussell over 3 years ago

Change log:

7e5e88f9d remove unused import from the test
e481891b3 GH-1347: DMLC Ignored Authentication Failures
38d07c1cf GH-1339: Fix RLErrorHandler with Conversion Ex. (#1346)
7299583fc Fix imports for previous commit
b77384fbb GH-1341: Move Tx Synch Cleanup to a finally block

spring-amqp -

Published by artembilan over 3 years ago

Change log:

0f525e1f1e0a8145858c3ba6a59e8c32a2122865 Upgrade dependencies; prepare for release
e8e1b8638e4668f9f918157ac7931409b60b0984 GH-1295: Reduce Method Complexity
c577fbbf311b7ab8fcfc9274724f1d37d6929742 GH-1295: Validation for @RabbitHandler
d63b3cae26687d4ed61ddfb6f4cc6502ef23534e GH-1335: Reduce Method Complexity
682f2fe50943082704ccbe4061747759c0c6dbbe GH-1335: RejectAndDontRequeueRecoverer Improvement
09f8b8949520ff2956c67359ccbe07172b0b7d3a GH-1312: Fix Deprecation Warnings in Tests
e7879503642af908618f9c1ac7e22d0243595d79 GH-1312: Correlation on Channel with Direct Reply
1d56763bdaee527f9b8e078528001bcc2a165890 Move Central Sync Workflows and Fix Secret Name
980110a35b5a930006e18652041b41d7cabac50a Fix Race in Kotlin Test
9ad176f04d2c31cafdc1bfbe702f11e6f13def08 GH-1331: Fix Sonar Issues
bd9989fc5afb904e0b64450e4b91b3521048fdd8 GH-1331: Fix Test for Gradle Test Worker Thread
d269a3244ef02dbcd4d9dc0aa0e1386cbcb179a9 GH-1331: ThreadChannelConnFactory Improvements
28d64455428f4b6b654db51520158d56dd2f0074 Resolve Sonar Issue
52cb8987cf63d065bb08e21707045bf7768e548b GH-1329: Document Multi-Threaded Strict Ordering
7b48913c0b6a3a4858586901aa112980d502170c Fix Possible NPE in Deprecated Code
f52a671ff4d490433f1790f9bc8343f66cada650 Fix Issues Reported by Sonar
2cded99e338899774c64a0d9f269df861f4383a1 GH-1325: Queue API Deprecations and Improvements
0757aac4f142f880695692334f8189dbd5bba057 Use current main branch in docs instead of master (#1322)
00f0efad8360211f863e1192588e9b0578cfa30e Add Maven Publish Workflows
9120c3ecf9005775f461801d191e659582043365 GH-1320: AlwaysDecompress true in DelegatingDecomp
e190e53dfd51450861400bd2c0f8ec8ef2ee0a3e GH-1318: Support the Global Flag in basicQos
c1f01f424e6a88f29dfc2330d8ceed000ae0b71d Fix Reference to Old master Branch
8317005bf60a2a4bd49eac69faaefb204a89cb4a GH-1315: Add onFailed() to ConnectionListener
fad17a3f9a7cd2647483da72bfb88cccee6fc489 GH-1317: Change Shutdown Ignored Log to Debug
866868cd5dbaba6f177313994390baceb5a287cc Fix link in doc
5e412de9b1fc4e2a9ea19cd585e0e21ce260594f (upstream/master) GH-1313: Remove more unnecessary null checks
8de660be7be222dca14f5bd19a0b8be4eeee18f8 GH-1313: Add Message CTOR with default Props

spring-amqp -

Published by artembilan over 3 years ago

Change log:

dcbc45ec28a0edb5365c57475e82f6a732f5ca3d (2.2.x) Fix serial warning in TX tests
9092fe3dab2aa6da8e66daac668d918f8e88fcad Upgrade dependencies prepare for release
ec1ef813ee9209d8420cff034b454f1c413e0475 GH-1320: AlwaysDecompress true in DelegatingDecomp
dcaa6967c33a9d7f6cca721af2664864ccf0f783 GH-1318: Support the Global Flag in basicQos
d06e75eb42d898064da51f622e9e0378451b6a36 Fix new test class for the current state of code
de1cf7ea6a1da922a3c5126fe77cdc473200d71f GH-1315: Add onFailed() to ConnectionListener
d12cb450e730488821ea8f465e7da7053b7f10cf GH-1317: Change Shutdown Ignored Log to Debug
12116ad129e9d6fae49e509224b5504dc9c81185 GH-1313: Add Message CTOR with default Props

spring-amqp - v2.3.6

Published by garyrussell over 3 years ago

Change log:

21d614add Upgrade versions; prepare for release
3626c86cc Enable Verbose Test Logging from Gradle
b507597f4 GH-1309: Don't Bind Resource When Sync Not Active
aabf89d2f Upgrade to Gradle 6.8.2
b623a9e14 Capture test results in PR workflow.
d9ade78aa Revert "Capture Test Results in PR Workflow"
c29395e72 Capture Test Results in PR Workflow
70d79b5ba Javadocs for HandlerAdapter
b95de4315 Update Doc Copyright

spring-amqp - v2.2.16.RELEASE

Published by garyrussell over 3 years ago

Change log:

5076230d4 Upgrade versions; prepare for release
e636d401d Revert changes to RabbitUtils
a043dc495 Add missed RabbitUtils.clearPhysicalCloseRequired
bd7656ca7 GH-1309: Don't Bind Resource When Sync Not Active
aa6ae4f08 Update Doc Copyright
895af0fa0 Fix next snapshot version.

spring-amqp - v2.3.5

Published by garyrussell over 3 years ago

Change log:

61d72d3ed Upgrade versions; prepare for release
2c9119622 GH-1307: Doc Polishing
35caa1231 Fix New Sonar Bug and Smell
692713dab Introducing MultiRabbit Bootstrap (#1303)
faa7dcead Fix PublishCallCh.afterAckCallback race condition
ba4ef38ba Log error when direct message listener fails
dc6b74e2b Fix Remaining Code Smells After SonarQube Upgrade
9ab7d702c Sonar: Fix another Nullable
c7ced039c Sonar: Add Nullable to Possibly Null Parameters
ed93e70aa Improve Sonar and Jacoco plugin configurations
5566bf687 GH-1267: Overloaded MPP Method with Exchange/RK

spring-amqp - v2.2.15.RELEASE

Published by garyrussell over 3 years ago

Change log:

52ab71e15 Upgrade versions; prepare for release
01e6365b1 GH-1307: Doc Polishing
67e587061 Fix PublishCallCh.afterAckCallback race condition

spring-amqp - v2.3.4

Published by garyrussell almost 4 years ago

Change log:

1b56b843c GH-1293: Fix regression

spring-amqp - v2.3.3

Published by garyrussell almost 4 years ago

Change log:

d835e9a74 Upgrade Versions; Prepare for Release
c8e052177 GH-1296: Fix Race in Test
0fcb7724a Resolve Sonar Issue
2c929ff8d GH-1296: Fix DMLC Recovery: Missing Queue at Start
d5f81a62c GH-1293: Confirms/Returns with Republish Recoverer
d89f10deb @RabbitListener property improvements
2d0763ebb GH-1289: Fix whitespace in test
e382f6732 GH-1289: Confirms and Returns with Routing CF
072e8accc GH-1285: Fix @RabbitListener with @Headers

spring-amqp - v2.2.14.RELEASE

Published by garyrussell almost 4 years ago

Change log:

15bd3fc4a Upgrade Reactor Version; Prepare for Release
e9da112f9 GH-1296: Fix Race in Test
b52a549d4 GH-1296: Fix DMLC Recovery: Missing Queue at Start
cad3bd721 Add mavenCentral to repositories
19360e03e GH-1289: Fix whitespace in test
73e18747f GH-1289: Fix test for back port
c72298f47 GH-1289: Confirms and Returns with Routing CF
917d6e91e GH-1285: Fix @RabbitListener with @Headers

spring-amqp - v2.1.18.RELEASE

Published by garyrussell almost 4 years ago

Change log:

7dc129af9 GH-1296: Fix Race in Test
69ec27847 GH-1296: Fix DMLC Recovery: Missing Queue at Start
a9f7830c7 GH-1289: Fix import in back-ported test
ad612a8ae GH-1289: Confirms and Returns with Routing CF

spring-amqp - v2.3.2

Published by garyrussell almost 4 years ago

Change log:

72df861f1 Upgrade versions; prepare for release
6c7ac6758 Use management tag for RabbitMQ image on GH actions (#1283)
ab5df7d4a Some build and docs fixes
4b6959423 Add GH Actions integration
90aee119e GH-1729: Fix JSON Regression
18bd70751 Fix Spelling errors in the amqp.adoc
189847d5a fix asyncrabbittemplate section
eac3be3db Fix more false null check warnings
0c677e63c Fix false Sonar null check warnings
99ccb1bfb Fix Sonar issues and other refactoring
39c9c44ca GH-1269: @RabbitListener: Allow other Annotations
fed2f3170 GH-1268: New Factories: Call ConnectionListener(s)
60b7a58dc Fix missing class-level @SendTo for CGLib proxy
a6241bb98 Fix repositories in Gradle build script

spring-amqp - v2.2.13.RELEASE

Published by garyrussell almost 4 years ago

Change log:

863a77ac6 Upgrade versions; prepare for release
7819ce4e8 GH-1729: Fix JSON Regression
048ca4e22 GH-1269: @RabbitListener: Allow other Annotations
1d669cd66 Fix missing class-level @SendTo for CGLib proxy

spring-amqp - v1.7.15.RELEASE

Published by garyrussell almost 4 years ago

Change log:

ef72f8048 Upgrade Spring Version; prepare for final release
d4b757862 GH-1236: Handle non-String contentType
efcba3a83 GH-1237: RCFB Close key/trust store input streams
028b28ae1 GH-1225: Fix Log4j2 Appender Termination
11c4367c8 Fix another exchange declaration
1eb4b359f Fix test exchange declaration
eeaeb68e9 Fix Appender Test
304832d40 Remove unnecessary slf4j dependency
3b9674594 Artifactory compatibility: Gradle to 4.10.2
16a87df36 GH-1219: Fix header mapping for replies (@SendTo)
c1566ffb6 Make sendTo.replies test queue args consistent

spring-amqp - v2.3.1

Published by garyrussell almost 4 years ago

Change log:

c2f4de72 Upgrade versions; prepare for release
b94fdc54 Fix Sonar Issues
58820af7 New Conn. Factories - Honor Physical Close Request

spring-amqp - v2.3.0

Published by garyrussell almost 4 years ago

Change log:

6ad2fd16a Upgrade Micrometer Version
195dcfc66 Upgrade Versions; Prepare for Release
ef03b70e4 GH-891: Docs for Multi RabbitMQ Support
0a0cfe43e GH-1261: Remove unnecessary volatile modifiers
0401051bd GH-1258: Fix javadoc
310f95098 GH-1258: Change OOMHandler to JavaLangErrorHandler
14dee1f16 Consumer Batching Polishing
6ed9925f3 Resolve Sonar Issues
2c3f26e90 GH-1258: Add OOMHandler to the listener containers

spring-amqp - v2.2.12.RELEASE

Published by garyrussell almost 4 years ago

Change log:

41abb8ac0 Upgrade Versions; Prepare for Release
3c5aef50c GH-1258: Change OOMHandler to JavaLangErrorHandler
387949691 GH-1258: Add OOMHandler to the listener containers
d73e6aeb0 Fix Compressed contentEncoding Delimiter

spring-amqp - v2.3.0-RC1

Published by garyrussell about 4 years ago

Change log:

a11466218 Upgrade Dependency Versions for Release Candidate
30a573db4 GH-1252: Jackson Converter Polishing
4f76b2bc8 Fix Compressed contentEncoding Delimiter
18f493802 Upgrade gradle to 6.6.1
914c6f845 GH-1429: Improve ConditionalRejectingErrorHandler

spring-amqp - v2.3.0-M3

Published by garyrussell about 4 years ago

Change log:

25ae5f318 Catch exception when EventSender stopped (#1248)
6f3b0223b Upgrade versions; prepare for release
dba83e9ec Fix new Sonar Issue
9e45320fe GH-1246: SMLC: Fix addQueueNames
637c1edea Fix use of raw type
d8c2d2344 Fix race in tests
d3cdfd1d6 Fix new Sonar Issue
9868649e8 Require an ID in CorrelationData
c9ec1e3e1 Reduce Method Complexity (Sonar)
85a862fdd Remove test diagnostics
c01495454 Fix race in test
3c569fb5f Revert sonar jacoco report location
69352824b Fix LogLevels on test
91631bbe1 Add diagnostics to flaky test
74c9afae6 Remove @LogLevels from test
b150e7406 More diagnostics
dcc935473 Add diagnostics for flaky test
df90345ad Remove unused variable in test
ac98999fe Fix race in test
8981c90f8 Fix new Sonar Issues
ceecf4879 Fix new Sonar smells
01cb986fd Add Deterministic Address Shuffling
90e323204 Add consumeDelay for RabbitMQ Sharding Plugin
c87f464ca Close mocks

spring-amqp - v2.2.11.RELEASE

Published by garyrussell about 4 years ago

Change log:

61c044637 Catch exception when EventSender stopped (#1248)
2a8bb4aa2 Upgrade versions; prepare for release
6bc9f7991 GH-1246: SMLC: Fix addQueueNames
647a7fafb Fix race in test

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