You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by mi...@apache.org on 2018/01/10 16:22:33 UTC

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

This closes #1764


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

Branch: refs/heads/master
Commit: 9e68d846456cbddb8f0051f07616a4e9918b8018
Parents: 247ed59 12ef662
Author: Michael Pearce <mi...@me.com>
Authored: Wed Jan 10 16:19:55 2018 +0000
Committer: Michael André Pearce <mi...@me.com>
Committed: Wed Jan 10 16:21:56 2018 +0000

----------------------------------------------------------------------
 .../jms/client/ActiveMQConnectionFactory.java   |  4 +-
 .../artemis/jms/client/ActiveMQDestination.java | 39 ++++++--
 .../maven/ArtemisDependencyScanPlugin.java      |  2 +-
 tests/compatibility-tests/pom.xml               |  6 ++
 .../artemis/tests/compatibility/GroovyRun.java  |  7 ++
 .../src/main/resources/serial/jbmserial.groovy  | 99 ++++++++++++++++++++
 .../tests/compatibility/SerializationTest.java  | 36 ++++++-
 7 files changed, 180 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9e68d846/tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/SerializationTest.java
----------------------------------------------------------------------