Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Releases: freenowtech/spring-multirabbit

spring-multirabbit v2.1.6

23 Feb 05:42
Compare
Choose a tag to compare
  • GH-29 Changed CI to GitHub
  • Changed a test to JUnit5 and added explicit check for bean loading
  • Introduced connectionTimeout for testing ContainerFactory (to reduce testing time)
  • GH-18 Injecting admin at RabbitListener so as to be resolved for the RabbitListenerEndpoint

spring-multirabbit v2.2.1

06 Feb 20:19
Compare
Choose a tag to compare
  • GH-18 Injecting admin at RabbitListener so as to be resolved for the RabbitListenerEndpoint
  • GH-24 Updated documentation and examples with try-finally for proper unbinding of resources
  • Introduced checkstyle and updated formatting
  • fix typo on config example …

spring-multirabbit v2.1.5

06 Feb 20:16
Compare
Choose a tag to compare
  • GH-18 Injecting admin at RabbitListener so as to be resolved for the RabbitListenerEndpoint
  • GH-24 Updated documentation and examples with try-finally for proper unbinding of resources
  • Fixed bug of twice-release of source artifact
  • Introduced checkstyle and updated formatting

spring-multirabbit v2.2.0

08 Feb 07:45
Compare
Choose a tag to compare
  • GH-10 Updated for compatibility with SpringBoot 2.2.x

spring-multirabbit v2.1.4

08 Feb 07:47
Compare
Choose a tag to compare
  • GH-2 Fixed compatibility with SpringBoot 2.1.4 onwards (2.1.x)
  • GH-1 Introducing the compatibility page
  • GH-1 Simplified dependencies
  • GH-1 Upgrading for compatibility with SpringBoot 2.1.3
  • Adding some instructions in the readme
  • Fixing licensing in the pom file