spring-boot/spring-boot-autoconfigure
Andy Wilkinson 1f40c8a9ba Tolerate breaking API changes in ActiveMQ 5.11.0
In ActiveMQ 5.11 the signature of
PooledConnectionFactory.setConnectionFactory has changed. It now takes
an Object rather than a ConnectionFactory. This change is not binary
backwards compatible so it causes a NoSuchMethodError as we compile
against 5.10.

This commit updates ActiveMQConnectionFactoryConfiguration to call
the setConnectionFactory method reflectively, looking for both the
ConnectionFactory and Object variants.

Closes gh-2640
2015-03-16 17:41:38 +00:00
..
src Tolerate breaking API changes in ActiveMQ 5.11.0 2015-03-16 17:41:38 +00:00
.gitignore Restore test classes 2014-06-01 13:11:25 +01:00
pom.xml Next development version 2015-02-26 15:26:53 -08:00