Releases: spring-projects/spring-amqp
Releases · spring-projects/spring-amqp
v4.1.0
⭐ New Features
- Revise JSON converters to
trust no oneby default #3449
🐞 Bug Fixes
RabbitConnectionFactoryBean: enable SSL foramqpsURI #3471- Use
UUIDformessageTagin theRabbitTemplate#3470 - RabbitMQ 4.3 upgrade breaks retry/dead-letter expectations due to delivery-count semantics change #3435
- queue-master-locator argument is long deprecated and now denied by default in RabbitMQ 4.3 #3419
- Double-ack regression when using MANUAL ack mode with ErrorHandler #3418
🔨 Dependency Upgrades
- Bump io.micrometer:micrometer-tracing-bom from 1.7.0-SNAPSHOT to 1.7.0 #3467
- Bump io.micrometer:micrometer-bom from 1.17.0-SNAPSHOT to 1.17.1-SNAPSHOT #3466
- Bump io.projectreactor:reactor-bom from 2025.0.5 to 2025.0.6 #3464
- Bump org.springframework:spring-framework-bom from 7.0.7 to 7.0.8 #3462
- Bump ch.qos.logback:logback-classic from 1.5.33 to 1.5.34 #3452
- Bump com.fasterxml.jackson:jackson-bom from 2.21.3 to 2.21.4 #3447
- Bump tools.jackson:jackson-bom from 3.1.3 to 3.1.4 #3444
- Bump ch.qos.logback:logback-classic from 1.5.32 to 1.5.33 #3443
- Bump com.fasterxml.jackson:jackson-bom from 2.21.2 to 2.21.3 #3431
- Bump tools.jackson:jackson-bom from 3.1.2 to 3.1.3 #3430
- Bump org.testcontainers:testcontainers-bom from 2.0.4 to 2.0.5 #3427
- Bump kotlinVersion from 2.3.20 to 2.3.21 #3426
v4.0.4
⭐ New Features
- Revise JSON converters to
trust no oneby default #3450
🐞 Bug Fixes
- Use
UUIDformessageTagin theRabbitTemplate#3473 RabbitConnectionFactoryBean: enable SSL foramqpsURI #3472- RabbitMQ 4.3 upgrade breaks retry/dead-letter expectations due to delivery-count semantics change #3456
- Double-ack regression when using MANUAL ack mode with ErrorHandler #3439
- queue-master-locator argument is long deprecated and now denied by default in RabbitMQ 4.3 #3420
🔨 Dependency Upgrades
- Bump org.springframework.data:spring-data-bom from 2025.1.5 to 2025.1.6 #3469
- Bump io.projectreactor:reactor-bom from 2025.0.5 to 2025.0.6 #3465
- Bump io.micrometer:micrometer-tracing-bom from 1.6.5 to 1.6.6 #3461
- Bump io.micrometer:micrometer-bom from 1.16.5 to 1.16.6 #3459
- Bump org.springframework:spring-framework-bom from 7.0.7 to 7.0.8 #3457
- Bump ch.qos.logback:logback-classic from 1.5.33 to 1.5.34 #3454
- Bump ch.qos.logback:logback-classic from 1.5.32 to 1.5.33 #3445
- Bump org.testcontainers:testcontainers-bom from 2.0.4 to 2.0.5 #3424
v3.2.11
⭐ New Features
- Revise JSON converters to
trust no oneby default #3451
🐞 Bug Fixes
RabbitConnectionFactoryBean: enable SSL foramqpsURI #3475- Use
UUIDformessageTagin theRabbitTemplate#3474 - RabbitMQ 4.3 upgrade breaks retry/dead-letter expectations due to delivery-count semantics change #3455
- Double-ack regression when using MANUAL ack mode with ErrorHandler #3440
- queue-master-locator argument is long deprecated and now denied by default in RabbitMQ 4.3 #3421
🔨 Dependency Upgrades
- Bump org.springframework:spring-framework-bom from 6.2.18 to 6.2.19 #3463
- Bump io.projectreactor:reactor-bom from 2024.0.17 to 2024.0.18 #3460
- Bump org.springframework.retry:spring-retry from 2.0.12 to 2.0.13 #3458
- Bump ch.qos.logback:logback-classic from 1.5.33 to 1.5.34 #3453
- Bump com.fasterxml.jackson:jackson-bom from 2.18.7 to 2.18.8 #3446
- Bump ch.qos.logback:logback-classic from 1.5.32 to 1.5.33 #3442
- Bump gradle-wrapper from 8.14.4 to 8.14.5 #3436
- Bump com.fasterxml.jackson:jackson-bom from 2.18.6 to 2.18.7 #3425
v4.1.0-RC1
⭐ New Features
- Add
ConditionalRejectingErrorHandler.stopListenerOnFataloption #3400 - EnableAmqp is not semantically equivalent to EnableRabbit #3384
- Allow AmqpClient.Builder to customize SenderOptions #3383
- SimpleMessageListenerContainer should be offer more aggressive scale down options [AMQP-745] #2305
🐞 Bug Fixes
SimpleMessageListenerContainerdoes not check for aNoSuchMethodExceptionin a cause stack #3396- Fatal method invocation should not lead to retries #3393
🔨 Dependency Upgrades
- Bump org.springframework:spring-framework-bom from 7.0.6 to 7.0.7 #3411
- Bump io.projectreactor:reactor-bom from 2025.0.4 to 2025.0.5 #3409
- Bump tools.jackson:jackson-bom from 3.1.1 to 3.1.2 #3405
- Bump org.apache.logging.log4j:log4j-bom from 2.25.3 to 2.25.4 #3395
- Bump tools.jackson:jackson-bom from 3.1.0 to 3.1.1 #3392
- Bump com.fasterxml.jackson:jackson-bom from 2.21.1 to 2.21.2 #3389
- Bump org.testcontainers:testcontainers-bom from 2.0.3 to 2.0.4 #3388
❤️ Contributors
Thank you to all the contributors who worked on this release:
v4.0.3
⭐ New Features
- feat: add classic queue type option to QueueBuilder #3359
🐞 Bug Fixes
- Fatal method invocation should not lead to retries #3399
SimpleMessageListenerContainerdoes not check for aNoSuchMethodExceptionin a cause stack #3397- DirectMessageListenerContainer is not restartable after
stop(Runnable)-- taskScheduler nulled butinitializedflag prevents re-creation #3382 - DirectMessageListenerContainer discards listener when TimeoutException occurs #3369
🔨 Dependency Upgrades
- Bump org.springframework.data:spring-data-bom from 2025.1.4 to 2025.1.5 #3414
- Bump io.projectreactor:reactor-bom from 2025.0.4 to 2025.0.5 #3412
- Bump org.springframework:spring-framework-bom from 7.0.6 to 7.0.7 #3410
- Bump io.micrometer:micrometer-tracing-bom from 1.6.4 to 1.6.5 #3406
- Bump io.micrometer:micrometer-bom from 1.16.4 to 1.16.5 #3404
- Bump org.apache.logging.log4j:log4j-bom from 2.25.3 to 2.25.4 #3394
- Bump org.testcontainers:testcontainers-bom from 2.0.3 to 2.0.4 #3391
- Bump org.springframework:spring-framework-bom from 7.0.4 to 7.0.5 #3353
- Bump org.junit:junit-bom from 6.0.2 to 6.0.3 #3350
- Bump ch.qos.logback:logback-classic from 1.5.29 to 1.5.32 #3347
- Bump org.springframework.data:spring-data-bom from 2025.1.2 to 2025.1.3 #3346
- Bump io.projectreactor:reactor-bom from 2025.0.2 to 2025.0.3 #3344
- Bump org.springframework:spring-framework-bom from 7.0.3 to 7.0.4 #3340
- Bump ch.qos.logback:logback-classic from 1.5.28 to 1.5.29 #3338
- Bump io.micrometer:micrometer-tracing-bom from 1.6.2 to 1.6.3 #3336
- Bump io.micrometer:micrometer-bom from 1.16.2 to 1.16.3 #3335
- Bump ch.qos.logback:logback-classic from 1.5.27 to 1.5.28 #3326
- Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 #3322
- Bump ch.qos.logback:logback-classic from 1.5.25 to 1.5.27 #3320
- Bump tools.jackson:jackson-bom from 3.0.3 to 3.0.4 #3316
- Bump gradle-wrapper from 9.2.0 to 9.2.1 #3314
- Bump com.fasterxml.jackson:jackson-bom from 2.20.1 to 2.20.2 #3311
v3.2.10
⭐ New Features
- feat: add classic queue type option to QueueBuilder #3358
🐞 Bug Fixes
SimpleMessageListenerContainerdoes not check for aNoSuchMethodExceptionin a cause stack #3398- DirectMessageListenerContainer discards listener when TimeoutException occurs #3370
🔨 Dependency Upgrades
- Bump org.springframework:spring-framework-bom from 6.2.17 to 6.2.18 #3413
- Bump io.projectreactor:reactor-bom from 2024.0.16 to 2024.0.17 #3408
- Bump io.micrometer:micrometer-bom from 1.16.3 to 1.16.4 #3379
- Bump org.springframework:spring-framework-bom from 7.0.5 to 7.0.6 #3376
- Bump io.projectreactor:reactor-bom from 2025.0.3 to 2025.0.4 #3375
- Bump io.projectreactor:reactor-bom from 2024.0.15 to 2024.0.16 #3374
- Bump org.springframework.data:spring-data-bom from 2025.1.3 to 2025.1.4 #3373
- Bump io.micrometer:micrometer-tracing-bom from 1.6.3 to 1.6.4 #3372
- Bump org.springframework:spring-framework-bom from 6.2.16 to 6.2.17 #3371
- Bump com.fasterxml.jackson:jackson-bom from 2.18.5 to 2.18.6 #3362
- Bump ch.qos.logback:logback-classic from 1.5.29 to 1.5.32 #3349
- Bump org.springframework:spring-framework-bom from 6.2.15 to 6.2.16 #3341
- Bump io.projectreactor:reactor-bom from 2024.0.14 to 2024.0.15 #3337
- Bump ch.qos.logback:logback-classic from 1.5.28 to 1.5.29 #3334
- Bump ch.qos.logback:logback-classic from 1.5.27 to 1.5.28 #3327
- Bump ch.qos.logback:logback-classic from 1.5.25 to 1.5.27 #3319
- Bump gradle-wrapper from 8.14.1 to 8.14.4 #3313
v4.1.0-M3
⭐ New Features
- Add
@AmqpListenerannotation support #3357 - feat: add classic queue type option to QueueBuilder #3356
🐞 Bug Fixes
- DirectMessageListenerContainer is not restartable after
stop(Runnable)-- taskScheduler nulled butinitializedflag prevents re-creation #3381 - DirectMessageListenerContainer discards listener when TimeoutException occurs #3366
- AmqpListener Circular Reference #3365
📔 Documentation
- Document
@AmqpListener#3364
🔨 Dependency Upgrades
- Bump kotlinVersion from 2.3.10 to 2.3.20 #3380
- Bump io.projectreactor:reactor-bom from 2025.0.3 to 2025.0.4 #3378
- Bump org.springframework:spring-framework-bom from 7.0.5 to 7.0.6 #3377
- Bump org.springframework:spring-framework-bom from 7.0.4 to 7.0.5 #3355
❤️ Contributors
Thank you to all the contributors who worked on this release:
v4.1.0-M2
⭐ New Features
- Introduce
AmqpListenerEndpointinfrastructure #3330 - Add
AmqpMessagingListenerAdapterfor AMQP 1.0 Client #3325 - Add
TestUtils.propertyValue()based on generics #3305
🔨 Dependency Upgrades
- Bump ch.qos.logback:logback-classic from 1.5.29 to 1.5.32 #3351
- Bump org.junit:junit-bom from 6.0.2 to 6.0.3 #3348
- Bump ch.qos.logback:logback-classic from 1.5.28 to 1.5.29 #3345
- Bump org.springframework.data:spring-data-bom from 2025.1.2 to 2025.1.3 #3343
- Bump io.projectreactor:reactor-bom from 2025.0.2 to 2025.0.3 #3342
- Bump org.springframework:spring-framework-bom from 7.0.3 to 7.0.4 #3339
- Bump ch.qos.logback:logback-classic from 1.5.27 to 1.5.28 #3329
- Bump kotlinVersion from 2.3.0 to 2.3.10 #3328
- Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 #3324
- Bump gradle-wrapper from 9.3.0 to 9.3.1 #3323
- Bump ch.qos.logback:logback-classic from 1.5.25 to 1.5.27 #3321
- Bump com.fasterxml.jackson:jackson-bom from 2.20.1 to 2.20.2 #3312
- Bump tools.jackson:jackson-bom from 3.0.3 to 3.0.4 #3309
v4.1.0-M1
⭐ New Features
- Move common APIs from rabbit
moduletocore#3289 - Introduce
@EnableAmqp#3288 - Add
ProtonDeliveryListenerintospring-amqp-client#3287 - Add
AmqpMessageListenerContainerfor AMQP 1.0 #3281 - Add generic AMQP 1.0 client support #3271
🐞 Bug Fixes
- Spring RabbitMQ Client 1.0 Message Conversion in Container Listener #3274
🔨 Dependency Upgrades
- Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.25 #3304
- Bump io.micrometer:micrometer-tracing-bom from 1.6.1 to 1.6.2 #3298
- Bump org.springframework:spring-framework-bom from 7.0.2 to 7.0.3 #3297
- Bump io.projectreactor:reactor-bom from 2025.0.1 to 2025.0.2 #3295
- Bump org.springframework.data:spring-data-bom from 2025.1.1 to 2025.1.2 #3292
- Bump io.micrometer:micrometer-bom from 1.16.1 to 1.16.2 #3291
- Bump org.junit:junit-bom from 6.0.1 to 6.0.2 #3286
- Bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 #3283
v4.0.2
🐞 Bug Fixes
- Spring RabbitMQ Client 1.0 Message Conversion in Container Listener #3275
📔 Documentation
- Fix typos in Javadoc #3264
- Example Spring AMPQ RabbitMQ Stream plugin support to set the Super Stream Routing #3222
🔨 Dependency Upgrades
- Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.25 #3302
- Bump org.springframework:spring-framework-bom from 7.0.2 to 7.0.3 #3300
- Bump io.micrometer:micrometer-bom from 1.16.1 to 1.16.2 #3299
- Bump io.micrometer:micrometer-tracing-bom from 1.6.1 to 1.6.2 #3296
- Bump io.projectreactor:reactor-bom from 2025.0.1 to 2025.0.2 #3293
- Bump org.springframework.data:spring-data-bom from 2025.1.1 to 2025.1.2 #3290
- Bump org.junit:junit-bom from 6.0.1 to 6.0.2 #3285
- Bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 #3282
- Bump ch.qos.logback:logback-classic from 1.5.22 to 1.5.23 #3279
- Bump org.testcontainers:testcontainers-bom from 2.0.2 to 2.0.3 #3268
- Bump org.apache.logging.log4j:log4j-bom from 2.25.2 to 2.25.3 #3267
❤️ Contributors
Thank you to all the contributors who worked on this release: