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/01/18 15:18:51 UTC

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

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: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/9f775142

Branch: refs/heads/master
Commit: 9f77514225086aab9d71f851e0ee3626108ccbbe
Parents: 8428219 9dbc5dc
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Jan 18 10:18:40 2018 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Jan 18 10:18:40 2018 -0500

----------------------------------------------------------------------
 .../core/postoffice/impl/PostOfficeImpl.java    |  18 +--
 .../artemis/core/server/RoutingContext.java     |   3 +-
 .../artemis/core/server/impl/DivertImpl.java    |   2 +-
 .../core/server/impl/RoutingContextImpl.java    |   6 +-
 .../artemis/tests/compatibility/GroovyRun.java  |  37 +++---
 .../addressConfig/artemisServer.groovy          |  50 +++++++
 .../addressConfig/receiveMessages.groovy        |  47 +++++++
 .../addressConfig/sendMessagesAddress.groovy    |  50 +++++++
 .../main/resources/clients/hornetqClient.groovy |   2 +-
 .../tests/compatibility/AddressConfigTest.java  | 130 +++++++++++++++++++
 .../tests/compatibility/ExportImportTest.java   |  10 +-
 .../compatibility/JournalCompatibilityTest.java |   4 +-
 .../artemis/tests/compatibility/MeshTest.java   |   8 +-
 .../tests/compatibility/SendAckTest.java        |   4 +-
 .../tests/compatibility/SerializationTest.java  |   8 +-
 .../tests/compatibility/VersionedBaseTest.java  |  36 +++--
 16 files changed, 354 insertions(+), 61 deletions(-)
----------------------------------------------------------------------