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 2017/11/13 22:03:45 UTC

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

This closes #1653


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

Branch: refs/heads/master
Commit: 32802eeba195399f3e96223edac0a506d0b84d66
Parents: fd2ce26 55d7260
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Nov 13 17:03:36 2017 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Nov 13 17:03:36 2017 -0500

----------------------------------------------------------------------
 artemis-cdi-client/pom.xml                      | 220 ++++++++-------
 artemis-cli/pom.xml                             |  72 +++--
 artemis-commons/pom.xml                         |   6 +
 artemis-core-client/pom.xml                     |  32 +++
 artemis-dto/pom.xml                             |   8 -
 artemis-features/pom.xml                        |  18 +-
 artemis-jdbc-store/pom.xml                      |  40 ++-
 artemis-jms-server/pom.xml                      |  29 +-
 artemis-journal/pom.xml                         |  14 +
 artemis-junit/pom.xml                           |  25 +-
 artemis-maven-plugin/pom.xml                    |  24 +-
 artemis-native/pom.xml                          |   6 +
 artemis-protocols/artemis-amqp-protocol/pom.xml |  42 ++-
 .../artemis-hornetq-protocol/pom.xml            |  45 ++-
 .../artemis-hqclient-protocol/pom.xml           |  24 +-
 artemis-protocols/artemis-mqtt-protocol/pom.xml |  51 +++-
 .../artemis-openwire-protocol/pom.xml           |  54 +++-
 .../artemis-stomp-protocol/pom.xml              |  40 ++-
 artemis-ra/pom.xml                              |  35 +--
 artemis-rest/pom.xml                            |  61 +++-
 artemis-selector/pom.xml                        |   8 +-
 artemis-server-osgi/pom.xml                     |  22 +-
 artemis-server/pom.xml                          |  77 ++++-
 artemis-service-extensions/pom.xml              |  40 +--
 artemis-tools/pom.xml                           |   4 +-
 artemis-web/pom.xml                             |  57 ++--
 .../standard/spring-integration/pom.xml         |   4 +
 integration/activemq-spring-integration/pom.xml |  26 --
 .../artemis/spring/ActiveMQSpringBundle.java    |  31 ---
 .../artemis/spring/ActiveMQSpringLogger.java    |  38 ---
 pom.xml                                         |  40 ++-
 tests/artemis-test-support/pom.xml              |  26 +-
 tests/extra-tests/pom.xml                       |  38 +--
 tests/integration-tests/pom.xml                 | 278 +++++++++++--------
 tests/jms-tests/pom.xml                         |  45 +--
 tests/joram-tests/pom.xml                       |  51 ++--
 tests/performance-tests/pom.xml                 |  73 ++---
 tests/smoke-tests/pom.xml                       |  47 +---
 tests/soak-tests/pom.xml                        |  54 +---
 tests/stress-tests/pom.xml                      |  60 ++--
 tests/timing-tests/pom.xml                      |  51 ++--
 tests/unit-tests/pom.xml                        |  49 +++-
 42 files changed, 1185 insertions(+), 780 deletions(-)
----------------------------------------------------------------------