This is an automated email from the ASF dual-hosted git repository.
cshannon pushed a change to branch activemq-6.2.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
from 461987f1bc Minor bug fix for BrokerView#validateAllowedUri (#1900)
(#1902)
add d88c0ed922 Restrict URL protocol types loaded by XBeanBrokerFactory
(#1910) (#1915)
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/activemq/spring/Utils.java | 62 ++++-
.../apache/activemq/xbean/XBeanBrokerFactory.java | 47 +++-
.../java/org/apache/activemq/spring/UtilsTest.java | 270 +++++++++++++++++++++
.../activemq/xbean/XBeanBrokerFactoryTest.java | 235 ++++++++++++++++++
.../src/test/resources/spring/xbean-test.xml | 18 +-
.../spring/ActiveMQConnectionFactoryXBeanTest.java | 180 ++++++++++++++
6 files changed, 786 insertions(+), 26 deletions(-)
create mode 100644
activemq-spring/src/test/java/org/apache/activemq/spring/UtilsTest.java
create mode 100644
activemq-spring/src/test/java/org/apache/activemq/xbean/XBeanBrokerFactoryTest.java
copy
activemq-runtime-config/src/test/resources/org/apache/activemq/parseErrorConfig.xml
=> activemq-spring/src/test/resources/spring/xbean-test.xml (84%)
create mode 100644
activemq-unit-tests/src/test/java/org/apache/activemq/spring/ActiveMQConnectionFactoryXBeanTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact