Releases: spring-projects/spring-amqp
Releases · spring-projects/spring-amqp
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:
v3.2.9
🐞 Bug Fixes
- Error handler for async RabbitListeners (Mono, Future, suspend) not acking message when ErrorHandler returns
null#3248
🔨 Dependency Upgrades
- Bump ch.qos.logback:logback-classic from 1.5.24 to 1.5.25 #3303
- Bump io.projectreactor:reactor-bom from 2024.0.13 to 2024.0.14 #3294
- Bump ch.qos.logback:logback-classic from 1.5.23 to 1.5.24 #3284
- Bump ch.qos.logback:logback-classic from 1.5.22 to 1.5.23 #3270
- Bump io.projectreactor:reactor-bom from 2024.0.12 to 2024.0.13 #3263
- Bump io.micrometer:micrometer-bom from 1.14.13 to 1.14.14 #3262
- Bump io.micrometer:micrometer-tracing-bom from 1.4.12 to 1.4.13 #3261
- Bump org.springframework.data:spring-data-bom from 2024.1.12 to 2024.1.13 #3260
- Bump org.springframework:spring-framework-bom from 6.2.14 to 6.2.15 #3259
- Bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.22 #3258
- Bump org.springframework:spring-framework-bom from 6.2.13 to 6.2.14 #3245
- Bump org.springframework.data:spring-data-bom from 2024.1.11 to 2024.1.12 #3240
- Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 #3239
- Bump org.springframework:spring-framework-bom from 6.2.12 to 6.2.13 #3238
- Bump io.projectreactor:reactor-bom from 2024.0.11 to 2024.0.12 #3231
- Bump io.micrometer:micrometer-tracing-bom from 1.4.11 to 1.4.12 #3230
- Bump io.micrometer:micrometer-bom from 1.14.12 to 1.14.13 #3229
- Bump com.fasterxml.jackson:jackson-bom from 2.18.4.1 to 2.18.5 #3219
v3.2.8
🐞 Bug Fixes
- Warning
Container AcknowledgeMode must be MANUAL for a Mono<?> return type (or Kotlin suspend function); otherwise the container will ack the message immediatelyis logged incorrectly #3209 - RabbitAdmin.initialize() triggers eager instantiation of all FactoryBeans via getBeansOfType(Declarable.class, false, true) #3193
🔨 Dependency Upgrades
- Bump ch.qos.logback:logback-classic from 1.5.19 to 1.5.20 #3211
- Bump org.springframework.data:spring-data-bom from 2024.1.10 to 2024.1.11 #3208
- Bump io.projectreactor:reactor-bom from 2024.0.10 to 2024.0.11 #3207
- Bump io.micrometer:micrometer-bom from 1.14.11 to 1.14.12 #3206
- Bump org.springframework:spring-framework-bom from 6.2.11 to 6.2.12 #3205
- Bump io.micrometer:micrometer-tracing-bom from 1.4.10 to 1.4.11 #3204
- Bump ch.qos.logback:logback-classic from 1.5.18 to 1.5.19 #3200
v4.0.1
🐞 Bug Fixes
- Error handler for async RabbitListeners (Mono, Future, suspend) not acking message when ErrorHandler returns
null#3247 - NullPointerException in SimpleAmqpHeaderMapper when message priority is null #3246
📔 Documentation
- Update anchor id and add JUnit section #3249
🔨 Dependency Upgrades
- Bump ch.qos.logback:logback-classic from 1.5.21 to 1.5.22 #3257
- Bump io.micrometer:micrometer-bom from 1.16.0 to 1.16.1 #3256
- Bump io.micrometer:micrometer-tracing-bom from 1.6.0 to 1.6.1 #3255
- Bump org.springframework.data:spring-data-bom from 2025.1.0 to 2025.1.1 #3254
- Bump io.projectreactor:reactor-bom from 2025.0.0 to 2025.0.1 #3253
- Bump org.springframework:spring-framework-bom from 7.0.1 to 7.0.2 #3252
- Bump tools.jackson:jackson-bom from 3.0.2 to 3.0.3 #3250
- Bump org.springframework:spring-framework-bom from 7.0.0 to 7.0.1 #3243
❤️ Contributors
Thank you to all the contributors who worked on this release:
v4.0.0
⭐ New Features
📔 Documentation
- Update examples based on the latest java class #3220
🔨 Dependency Upgrades
- Bump org.springframework.data:spring-data-bom from 2025.1.0-SNAPSHOT to 2025.1.0 #3237
- Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.21 #3236
- Bump org.testcontainers:testcontainers-bom from 2.0.1 to 2.0.2 #3235
- Bump tools.jackson:jackson-bom from 3.0.1 to 3.0.2 #3225
- Bump com.rabbitmq:amqp-client from 5.27.0 to 5.27.1 #3224
- Bump org.junit:junit-bom from 6.0.0 to 6.0.1 #3218
- Bump com.fasterxml.jackson:jackson-bom from 2.20.0 to 2.20.1 #3217
- Bump tools.jackson:jackson-bom from 3.0.0 to 3.0.1 #3215
- Bump kotlinVersion from 2.2.20 to 2.2.21 #3213
❤️ Contributors
Thank you to all the contributors who worked on this release:
v4.0.0-RC1
🐞 Bug Fixes
- Warning
Container AcknowledgeMode must be MANUAL for a Mono<?> return type (or Kotlin suspend function); otherwise the container will ack the message immediatelyis logged incorrectly #3201 - RabbitAdmin.initialize() triggers eager instantiation of all FactoryBeans via getBeansOfType(Declarable.class, false, true) #3192
🔨 Dependency Upgrades
- Bump ch.qos.logback:logback-classic from 1.5.19 to 1.5.20 #3210
- Bump org.junit:junit-bom from 6.0.0-RC3 to 6.0.0 #3199
- Bump ch.qos.logback:logback-classic from 1.5.18 to 1.5.19 #3198
- Bump tools.jackson:jackson-bom from 3.0.0-rc10 to 3.0.0 #3197
- Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 #3195
- Bump org.apache.logging.log4j:log4j-bom from 2.25.1 to 2.25.2 #3194
- Bump org.assertj:assertj-core from 3.27.4 to 3.27.5 #3191
- Bump tools.jackson:jackson-bom from 3.0.0-rc9 to 3.0.0-rc10 #3190
- Bump org.junit:junit-bom from 6.0.0-RC2 to 6.0.0-RC3 #3186
v4.0.0-M5
⭐ New Features
- Replace Spring Retry usage to core retry #3167
- Allow to throw InterruptedException in consumer workers when shutting down #2920
🐞 Bug Fixes
- Optimize Observation usage when
ObservationRegistry.NOOP#3177 - Issues with expiry conversion in DefaultStreamMessageConverter #3174
- SimpleMessageListenerContainerTests#testAddQueuesAndStartInCycle fails with ConcurrentModificationException #3166
- Error handler for async RabbitListeners (Mono, Future, suspend) not reacting AmqpRejectAndDontRequeueException #3163
🔨 Dependency Upgrades
- Bump kotlinVersion from 2.2.10 to 2.2.20 #3185
- Bump tools.jackson:jackson-bom from 3.0.0-rc8 to 3.0.0-rc9 #3179
- Bump com.fasterxml.jackson:jackson-bom from 2.20.0-SNAPSHOT to 2.20.0 #3176
❤️ Contributors
Thank you to all the contributors who worked on this release: