This is an automated email from the ASF dual-hosted git repository.
jgallimore pushed a change to branch tomee-1.7.x
in repository https://gitbox.apache.org/repos/asf/tomee.git.
from 3d49dfd Set createConnector to false
new e3dda1f TOMEE-2864 Update to Tomcat 7.0.105
new ac21ca8 Turn off ActiveMQ's JMX connection creation, and by default
set create to false on vm:// server URLs
new bf9044e Single imports
new d676a1d Fix backport issues
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../resource/activemq/ActiveMQResourceAdapter.java | 19 +++++
.../java/org/apache/openejb/util/URISupport.java | 26 +++++++
.../org/apache/openejb/activemq/ServerUrlTest.java | 87 ++++++++++++++++++++++
.../org/apache/openejb/util/URISupportTest.java | 60 +++++++++++++++
.../org/apache/openejb/loader/SystemInstance.java | 13 +++-
pom.xml | 2 +-
6 files changed, 205 insertions(+), 2 deletions(-)
create mode 100644
container/openejb-core/src/test/java/org/apache/openejb/activemq/ServerUrlTest.java