[1/2] activemq-artemis git commit: ARTEMIS-1606 - Change AddressInfo RoutingType Set to use EnumSet

2018-01-18 Thread michaelpearce
Repository: activemq-artemis Updated Branches: refs/heads/master f1608d724 -> 1d31227cd ARTEMIS-1606 - Change AddressInfo RoutingType Set to use EnumSet Change all use from Set to EnumSet Deprecating any old exposed interfaces but keeping for back compatibility. Address info to avoid iterator

[1/2] activemq-artemis git commit: ARTEMIS-1577 Address-settings policies not working with older clients

2018-01-18 Thread clebertsuconic
Repository: activemq-artemis Updated Branches: refs/heads/master 842821990 -> 9f7751422 ARTEMIS-1577 Address-settings policies not working with older clients This closes #1744 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit:

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

2018-01-18 Thread clebertsuconic
This closes #1787 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/9f775142 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/9f775142 Diff:

[3/3] activemq-artemis git commit: ARTEMIS-1600 Support masked passwords in bootstrap.xm and login.config

2018-01-18 Thread jbertram
ARTEMIS-1600 Support masked passwords in bootstrap.xm and login.config We provide a feature to mask passwords in the configuration files. However, passwords in the bootstrap.xml (when the console is secured with HTTPS) cannot be masked. This enhancement has been opened to allow passwords in the

[1/3] activemq-artemis git commit: This closes #1771

2018-01-18 Thread jbertram
Repository: activemq-artemis Updated Branches: refs/heads/master 1d31227cd -> 0d9a114a9 This closes #1771 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/0d9a114a Tree:

[2/2] activemq-artemis git commit: ARTEMIS-1617 - Properly set autoCreated flag on address

2018-01-18 Thread jbertram
ARTEMIS-1617 - Properly set autoCreated flag on address Flag needs to be set when auto creating an address so that the address can be removed later if auto delete is configured when creating a subscription with MQTT Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit:

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

2018-01-18 Thread jbertram
Repository: activemq-artemis Updated Branches: refs/heads/master 0d9a114a9 -> 842821990 This closes #1788 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/84282199 Tree:

[2/3] activemq-artemis git commit: ARTEMIS-1600 Support masked passwords in bootstrap.xm and login.config

2018-01-18 Thread jbertram
http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/bb84f679/docs/user-manual/en/masking-passwords.md -- diff --git a/docs/user-manual/en/masking-passwords.md b/docs/user-manual/en/masking-passwords.md index

Jenkins build became unstable: ActiveMQ-Artemis-Master #1557

2018-01-18 Thread Apache Jenkins Server
See

[3/3] activemq-artemis git commit: This closes #1742

2018-01-18 Thread clebertsuconic
This closes #1742 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/60a8b49b Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/60a8b49b Diff:

[2/3] activemq-artemis git commit: ARTEMIS-1570 Test replication consistency

2018-01-18 Thread clebertsuconic
ARTEMIS-1570 Test replication consistency Test consistency between live and backup, espacially on a slow live. The test use MessagePersister::encode to simulate slow IO condition. After live started, we send 5 message with a delay(default 500ms), then start backup, wait until replicated, then

[1/3] activemq-artemis git commit: ARTEMIS-1570 Flush appendExecutor before take journal snapshot

2018-01-18 Thread clebertsuconic
Repository: activemq-artemis Updated Branches: refs/heads/master 9f7751422 -> 60a8b49b1 ARTEMIS-1570 Flush appendExecutor before take journal snapshot When live start replication, it must make sure there is no pending write in message & bindings journal, or we may lost journal records during

Jenkins build is back to stable : ActiveMQ-Artemis-Master #1558

2018-01-18 Thread Apache Jenkins Server
See

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

2018-01-18 Thread michaelpearce
This closes #1777 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/1d31227c Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/1d31227c Diff:

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

2018-01-18 Thread michaelpearce
Repository: activemq-artemis Updated Branches: refs/heads/master 60a8b49b1 -> 64424f287 This closes #1790 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/64424f28 Tree:

[2/2] activemq-artemis git commit: ARTEMIS-1606 - Change AddressInfo RoutingType Set to use EnumSet

2018-01-18 Thread michaelpearce
ARTEMIS-1606 - Change AddressInfo RoutingType Set to use EnumSet This is fixing the broken testUnsupportedRoutingType test Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/cdc98c2a Tree:

Build failed in Jenkins: ActiveMQ-Artemis-Master #1559

2018-01-18 Thread Apache Jenkins Server
See Changes: [michael.andre.pearce] ARTEMIS-1606 - Change AddressInfo RoutingType Set to use EnumSet -- [...truncated 1.62 MB...] [INFO] ---

[2/2] activemq-artemis git commit: ARTEMIS-1613 Integrating JDBC into CLI (create print-data and exp)

2018-01-18 Thread jbertram
ARTEMIS-1613 Integrating JDBC into CLI (create print-data and exp) Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/61a1123e Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/61a1123e

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

2018-01-18 Thread jbertram
Repository: activemq-artemis Updated Branches: refs/heads/master 64424f287 -> 10f1e1223 This closes #1781 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/10f1e122 Tree:

[2/2] activemq-artemis git commit: ARTEMIS-1619 - Add plugin support for address lifecyle

2018-01-18 Thread jbertram
ARTEMIS-1619 - Add plugin support for address lifecyle Adding callbacks to the plugin API for address creation, update and removals Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/bc38d7ce Tree:

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

2018-01-18 Thread jbertram
Repository: activemq-artemis Updated Branches: refs/heads/master 10f1e1223 -> 4977042cd This closes #1789 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/4977042c Tree:

Jenkins build is back to normal : ActiveMQ-Artemis-Master #1560

2018-01-18 Thread Apache Jenkins Server
See

buildbot success in on activemq-site-production

2018-01-18 Thread buildbot
The Buildbot has detected a restored build on builder activemq-site-production while building . Full details are available at: https://ci.apache.org/builders/activemq-site-production/builds/22385 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb-cms-slave Build Reason: The

buildbot failure in on activemq-site-production

2018-01-18 Thread buildbot
The Buildbot has detected a new failure on builder activemq-site-production while building . Full details are available at: https://ci.apache.org/builders/activemq-site-production/builds/22384 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb-cms-slave Build Reason: The