You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2018/05/09 13:12:38 UTC

[1/2] activemq-artemis git commit: NO-JIRA - XSD Doc fix

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 9387b9af4 -> d2cd21a0c


NO-JIRA - XSD Doc fix

Just correcting (reverting) an accidental doc change i had made a while back, for auto-delete-addresses, which was intended for config-delete-addresses.

Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/72d694b9
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/72d694b9
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/72d694b9

Branch: refs/heads/master
Commit: 72d694b9ed0c6e5a5e6675670e03b80eac4d14ac
Parents: 9387b9a
Author: Michael André Pearce <mi...@me.com>
Authored: Wed May 9 08:17:04 2018 +0100
Committer: Michael André Pearce <mi...@me.com>
Committed: Wed May 9 08:17:04 2018 +0100

----------------------------------------------------------------------
 artemis-tools/src/test/resources/artemis-configuration.xsd | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/72d694b9/artemis-tools/src/test/resources/artemis-configuration.xsd
----------------------------------------------------------------------
diff --git a/artemis-tools/src/test/resources/artemis-configuration.xsd b/artemis-tools/src/test/resources/artemis-configuration.xsd
index 84221de..41c881e 100644
--- a/artemis-tools/src/test/resources/artemis-configuration.xsd
+++ b/artemis-tools/src/test/resources/artemis-configuration.xsd
@@ -2627,9 +2627,7 @@
             <xsd:element name="auto-delete-addresses" type="xsd:boolean" default="true" maxOccurs="1" minOccurs="0">
                <xsd:annotation>
                   <xsd:documentation>
-                     What to do when an address is no longer in broker.xml.
-                     OFF = will do nothing addresses will remain,
-                     FORCE = delete address and its queues even if messages remaining.
+                     whether or not to delete auto-created addresses when it no longer has any queues
                   </xsd:documentation>
                </xsd:annotation>
             </xsd:element>
@@ -2637,7 +2635,9 @@
             <xsd:element name="config-delete-addresses" default="OFF" maxOccurs="1" minOccurs="0">
                <xsd:annotation>
                   <xsd:documentation>
-                     What to do when an address is no longer in broker.xml. OFF = will do nothing addresses will remain, FORCE = delete queues, and address even if messages remaining.
+                     What to do when an address is no longer in broker.xml.
+                     OFF = will do nothing addresses will remain,
+                     FORCE = delete queues, and address even if messages remaining.
                   </xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>


[2/2] activemq-artemis git commit: This closes #2079

Posted by cl...@apache.org.
This closes #2079


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d2cd21a0
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d2cd21a0
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d2cd21a0

Branch: refs/heads/master
Commit: d2cd21a0c3e244a4fd91c6cdb513ca05f402f492
Parents: 9387b9a 72d694b
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed May 9 09:12:31 2018 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed May 9 09:12:31 2018 -0400

----------------------------------------------------------------------
 artemis-tools/src/test/resources/artemis-configuration.xsd | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------