amqphub / amqp-10-jms-spring-boot

AMQP 1.0 JMS Binding for Spring Boot
Apache License 2.0
35 stars 25 forks source link

Dependency on qpid:1.3.0 #11

Closed f-aubert closed 2 years ago

f-aubert commented 2 years ago

Please update the dependency of qpid to latest version (1.3.0). Thanks a lot for your spring boot starter

tabish121 commented 2 years ago

Spring Boot requires JDK 8 support so this cannot be upgraded until spring boot moves to JDK 11 only since Qpid JMS 1.0.0+ requires JDK 11

tabish121 commented 2 years ago

Qpid JMS 0.60.1 was released which is synced with all the fixes from 1.x main branch. New version of the starter is being published as I type this.