[activemq] 01/04: Disable JMX by default (Closes: #769887)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Aug 7 21:39:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch wheezy
in repository activemq.
commit ba3cd1b3ffbc16204daea31e2c11eeb6c524c9d8
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Nov 21 14:01:04 2014 +0100
Disable JMX by default (Closes: #769887)
---
debian/activemq.xml | 1 +
debian/changelog | 7 +++++++
debian/main.xml | 1 +
3 files changed, 9 insertions(+)
diff --git a/debian/activemq.xml b/debian/activemq.xml
index c774d04..3aafb95 100644
--- a/debian/activemq.xml
+++ b/debian/activemq.xml
@@ -25,6 +25,7 @@
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
<broker xmlns="http://activemq.apache.org/schema/core"
+ useJmx="false"
brokerName="localhost"
dataDirectory="${activemq.base}/data">
diff --git a/debian/changelog b/debian/changelog
index e2d7380..dc17058 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+activemq (5.6.0+dfsg-1+deb7u1) unstable; urgency=high
+
+ * Team upload.
+ * Disable JMX by default (Closes: #769887)
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 21 Nov 2014 13:12:01 +0100
+
activemq (5.6.0+dfsg-1) unstable; urgency=low
* New upstream release:
diff --git a/debian/main.xml b/debian/main.xml
index c774d04..3aafb95 100644
--- a/debian/main.xml
+++ b/debian/main.xml
@@ -25,6 +25,7 @@
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
<broker xmlns="http://activemq.apache.org/schema/core"
+ useJmx="false"
brokerName="localhost"
dataDirectory="${activemq.base}/data">
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/activemq.git
More information about the pkg-java-commits
mailing list