Spring Amqp Versions Save

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

v2.4.13

11 months ago

:lady_beetle: Bug Fixes

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

:hammer: Dependency Upgrades

  • Upgrade Spring Framework, Reactor Versions #2476

v3.0.4

1 year ago

:star: New Features

  • GH-2428: Manual Declarations Recovery #2429

:lady_beetle: Bug Fixes

  • Spring amqp doesnt support more than 1 server-named/anonymous queues #2439
  • Missing @RabbitHandler method triggers an infinite retry loop #2437
  • AMLC.redeclareElementsIfNecessary does not take into account Declarables #2432

:notebook_with_decorative_cover: Documentation

  • Document CorrelationData.getReturned() #2447
  • Consider to add Rabbit Stream auto-creation hook #2445
  • Document "send and receive" methods return value after a timeout #1410

:hammer: Dependency Upgrades

  • Upgrade Spring Framework, Data, Micrometer, Reactor, JUnit Versions #2450

:heart: Contributors

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

@EldarErel

v2.4.12

1 year ago

:star: New Features

  • GH-2428: Manual Declarations Recovery #2436

:lady_beetle: Bug Fixes

  • Missing @RabbitHandler method triggers an infinite retry loop #2444
  • Spring amqp doesnt support more than 1 server-named/anonymous queues #2442
  • AMLC.redeclareElementsIfNecessary does not take into account Declarables #2435

:hammer: Dependency Upgrades

  • Upgrade Spring Framework, Reactor, CommonsHttp #2449

:heart: Contributors

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

@EldarErel

v3.0.3

1 year ago

:lady_beetle: Bug Fixes

  • NPE in AbstractConnectionFactory that causes connection listeners to be skipped #2425

:hammer: Dependency Upgrades

  • Upgrade Micrometer, Reactor, Spring Versions #2433

v2.4.11

1 year ago

:lady_beetle: Bug Fixes

  • NPE in AbstractConnectionFactory that causes connection listeners to be skipped #2427

:hammer: Dependency Upgrades

  • Upgrade Spring Framework to 5.3.26 #2431

v3.0.2

1 year ago

:lady_beetle: Bug Fixes

  • Run callback for shutdown also when container is already shut down #1562

:notebook_with_decorative_cover: Documentation

  • Fix typos in documentation #1558

:hammer: Dependency Upgrades

  • Upgrade Jackson, Micrometer, Reactor, Spring Data, Spring Framework Versions #2422

:hammer: Tasks

  • Irrelevant values in CachingConnectionFactory#toString #1560

:heart: Contributors

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

@GonMMarques and @timbq

v2.4.10

1 year ago

:lady_beetle: Bug Fixes

  • GH-1561: SimpleMessageListenerContainer: Delayed shutdown because callback is not run #1563

:hammer: Dependency Upgrades

  • Upgrade Reactor to 2020.0.28 #2421

:heart: Contributors

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

@timbq

v3.0.1

1 year ago

:lady_beetle: Bug Fixes

  • GH-1550: Fix Mono Return Type Detection #1551

:notebook_with_decorative_cover: Documentation

  • Fix typo in amqp.adoc #1547
  • Fix Documentation For Containers with Zero Queues #1541
  • Missing Javadocs for MessageProperties.expiration #1539

:hammer: Dependency Upgrades

  • Upgrade Spring, Micrometer, Reactor Versions #1556

:hammer: Tasks

  • Fix Testcontainer Tests With No Docker Running #1552
  • AMQP-52:Remove Obsolete MessageProperties Comments #1546

:heart: Contributors

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

@GonMMarques

v2.4.9

1 year ago

:lady_beetle: Bug Fixes

  • GH-1550: Fix Mono Return Type Detection #1554

:notebook_with_decorative_cover: Documentation

  • Fix Documentation For Containers with Zero Queues #1542
  • Missing Javadocs for MessageProperties.expiration #1540

:hammer: Dependency Upgrades

  • Upgrade Spring, Micrometer, Reactor Versions #1555

v3.0.0

1 year ago

:star: New Features

  • Add ability to set consumer priority with AmqpTemplate #1533
  • Fix type pollution RabbitListenerAnnotationBeanPostProcessor #1528
  • add support for the configuration of multiple ContainerCustomizer at a time #1517
  • Flooding of 'Failed to check/redeclare auto-delete queue(s)' error messages #1477
  • Set replyPostProcessor default value from the message container factory #1425
  • Improve Extensibility of RepublishMessageRecoverer #1382

:lady_beetle: Bug Fixes

  • Transactional channel is always closed after commit when using ThreadChannelConnectionFactory as publisher #1524

:notebook_with_decorative_cover: Documentation

  • Fix typo in amqp.adoc #1532

:hammer: Dependency Upgrades

  • Spring Data 2022.0.0, Framework 6.0.0, Retry 2.0.0 #1538
  • Hibernate Validation 8.0.0-final, Micrometer 1.10.1, Mockito 4.8.1, Reactor 2022.0.0, TestContainers 1.17.6 #1537

:heart: Contributors

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

@GonMMarques