Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/activemq
Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/d34967e0 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/d34967e0 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/d34967e0 Branch: refs/heads/master Commit: d34967e019779a1c347f3387519f0c446f2c2c73 Parents: 6d24f88 24b9ae2 Author: Marc Schoechlin <[email protected]> Authored: Thu Jul 19 21:07:31 2018 +0200 Committer: Marc Schoechlin <[email protected]> Committed: Thu Jul 19 21:07:31 2018 +0200 ---------------------------------------------------------------------- .../activemq/command/XATransactionId.java | 14 +- .../org/apache/activemq/util/JenkinsHash.java | 258 +++++++++++++++++++ .../store/kahadb/KahaDBPersistenceAdapter.java | 8 + .../activemq/store/kahadb/MessageDatabase.java | 16 ++ .../broker/BrokerRestartTestSupport.java | 7 +- .../activemq/broker/XARecoveryBrokerTest.java | 66 +++++ .../org/apache/activemq/bugs/AMQ7013Test.java | 55 ++++ 7 files changed, 412 insertions(+), 12 deletions(-) ----------------------------------------------------------------------
