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/10/11 15:28:36 UTC

[5/5] activemq-artemis git commit: This closes #2365

This closes #2365


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

Branch: refs/heads/master
Commit: 67d493ee0f7a21930c06dbaecca152d98a739298
Parents: 3cb5883 cbace51
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Oct 11 11:28:26 2018 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Oct 11 11:28:26 2018 -0400

----------------------------------------------------------------------
 .../apache/activemq/artemis/utils/UTF8Util.java |   7 +-
 .../artemis/jms/bridge/impl/JMSBridgeImpl.java  | 140 +++---
 .../artemis/ra/ActiveMQRABytesMessage.java      |  61 ++-
 .../ra/ActiveMQRAConnectionFactoryImpl.java     |  59 ++-
 .../artemis/ra/ActiveMQRAConnectionManager.java |  10 +-
 .../ra/ActiveMQRAConnectionMetaData.java        |  21 +-
 .../ra/ActiveMQRAConnectionRequestInfo.java     |  33 +-
 .../artemis/ra/ActiveMQRACredential.java        |  22 +-
 .../artemis/ra/ActiveMQRALocalTransaction.java  |  13 +-
 .../artemis/ra/ActiveMQRAMCFProperties.java     |  18 +-
 .../ra/ActiveMQRAManagedConnectionFactory.java  |  52 +--
 .../artemis/ra/ActiveMQRAMapMessage.java        |  57 ++-
 .../activemq/artemis/ra/ActiveMQRAMessage.java  | 111 +++--
 .../artemis/ra/ActiveMQRAMessageConsumer.java   |  33 +-
 .../artemis/ra/ActiveMQRAMessageListener.java   |   9 +-
 .../artemis/ra/ActiveMQRAMessageProducer.java   |  59 ++-
 .../activemq/artemis/ra/ActiveMQRAMetaData.java |  15 +-
 .../artemis/ra/ActiveMQRAObjectMessage.java     |  11 +-
 .../artemis/ra/ActiveMQRAProperties.java        |  19 +-
 .../artemis/ra/ActiveMQRAQueueReceiver.java     |   9 +-
 .../artemis/ra/ActiveMQRAQueueSender.java       |  17 +-
 .../activemq/artemis/ra/ActiveMQRASession.java  | 175 ++++----
 .../ra/ActiveMQRASessionFactoryImpl.java        |  75 ++--
 .../artemis/ra/ActiveMQRAStreamMessage.java     |  55 ++-
 .../artemis/ra/ActiveMQRATextMessage.java       |  11 +-
 .../artemis/ra/ActiveMQRATopicPublisher.java    |  25 +-
 .../artemis/ra/ActiveMQRATopicSubscriber.java   |  11 +-
 .../artemis/ra/ActiveMQRAXAResource.java        |  27 +-
 .../artemis/ra/ConnectionFactoryProperties.java | 133 +++---
 artemis-server/pom.xml                          |   1 -
 .../core/server/ActiveMQServerLogger.java       |  12 +-
 .../LoggingConfigurationFileReloader.java       |  86 ++++
 .../server/LoggingConfigurationUpdater.java     | 447 +++++++++++++++++++
 .../core/server/impl/ActiveMQServerImpl.java    |  11 +
 .../LoggingConfigurationFileReloaderTest.java   | 117 +++++
 .../test/resources/reload-logging-1.properties  |  21 +
 .../test/resources/reload-logging-2.properties  |  21 +
 .../xa/recovery/ActiveMQXAResourceRecovery.java |   4 +-
 38 files changed, 1295 insertions(+), 713 deletions(-)
----------------------------------------------------------------------