Spring Amqp Versions Save

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

v2.4.17

6 months ago

:star: New Features

  • GH-2456: (Re) Support Spring Framework 5.2 #2530

:lady_beetle: Bug Fixes

  • Ignore Kotlin Continuation Parameter While Inferring Conversion Type #2534

:hammer: Dependency Upgrades

  • Upgrade Reactor Version #2543

v3.1.0-M1

7 months ago

:hammer: Dependency Upgrades

  • Upgrade Spring, Data, Retry, Reactor, Micrometer Versions #2526
  • Main to 3.1; Upgrade Dependency Versions #2521

v3.0.9

7 months ago

:hammer: Dependency Upgrades

  • Upgrade Spring, Data, Retry, Reactor, Micrometer, Jackson Versions #2525

:hammer: Tasks

  • Output of asciidoctorPdf can be pulled from cache when run on machines with different checkout directories #2520

:heart: Contributors

Thank you to all the contributors who worked on this release:

@erichaagdev

v2.4.16

7 months ago

:star: New Features

  • GH-1210: Add Kotlin suspend functions support (#2460) #2519

:hammer: Dependency Upgrades

  • Upgrade Spring Framework, Reactor Versions #2524

v3.0.8

8 months ago

:star: New Features

  • Clear Deferred Channel Close Executor #2508
  • Add maxInboundMessageSize to RabbitConnectionFactoryBean #2497
  • Add forceStop to Container Factories #2492

:lady_beetle: Bug Fixes

  • Regression: ApplicationContext.stop() Hangs for 30s When Inactive Container(s) Present #2513
  • Redeclaration of manually declared objects fail if objects with different types have the same name #2501

:hammer: Dependency Upgrades

  • Upgrade Reactor Version to 2020.0.35 #2514

v2.4.15

8 months ago

:star: New Features

  • Clear Deferred Channel Close Executor #2508
  • Add maxInboundMessageSize to RabbitConnectionFactoryBean #2497
  • Add forceStop to Container Factories #2492

:lady_beetle: Bug Fixes

  • Regression: ApplicationContext.stop() Hangs for 30s When Inactive Container(s) Present #2513
  • Redeclaration of manually declared objects fail if objects with different types have the same name #2501

:hammer: Dependency Upgrades

  • Upgrade Reactor Version to 2020.0.35 #2514

v3.0.7

9 months ago

:star: New Features

  • Add forceStop to Container Factories #2490

:lady_beetle: Bug Fixes

  • Spring AMQP artifacts have not published associated .module files needed by Gradle. #2493

v3.0.6

9 months ago

:lady_beetle: Bug Fixes

  • Ensure Strict Ordering with Single Active and Exclusive Consumers #2482

:hammer: Dependency Upgrades

  • Upgrade Spring Framework, Data, Micrometer, Reactor Versions #2489
  • Upgrade amqp-client Version #2485

v2.4.14

9 months ago

:lady_beetle: Bug Fixes

  • Ensure Strict Ordering with Single Active and Exclusive Consumers #2484

:hammer: Dependency Upgrades

  • Upgrade Spring Framework, Reactor Versions #2488
  • Upgrade amqp-client Version #2486

v3.0.5

10 months ago

:star: New Features

  • Add Observation to Stream Components #2467
  • Invoke RabbitListenerErrorHandler with Async Return Types #2461
  • Add Kotlin Coroutine support #1210

:lady_beetle: Bug Fixes

  • AmqpException when testing @RabbitListener with @RabbitHandler #2456
  • setRedeclareManualDeclarations not honoured if no queue beans declared #2452
  • If there is no regular AMQP activity in the application, the RabbitAdmin does not declare Rabbit entities #2451

:notebook_with_decorative_cover: Documentation

  • Improve Docs for Choosing a Connection Factory #2473
  • Adding SSL configuration through RabbitConnectionFactoryBean approach into the documentation #2472
  • Fix typo in stream.adoc #2466
  • Aligned client connection order reference. #2459

:hammer: Dependency Upgrades

  • Upgrade Spring Framework, Data, Retry, Micrometer, Reactor Versions #2477

:heart: Contributors

Thank you to all the contributors who worked on this release:

@dlehammer and @making