This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git.
from aa0bf60 This closes #2628
new a2cb444 ARTEMIS-2314 broken compat with old core JMS FQQN consumer
new 33d6721 ARTEMIS-2314 Improving Test and compatibility check on FQQN
new 6da2d5e This closes #2632
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../core/protocol/core/CoreRemotingConnection.java | 5 +++
.../core/protocol/core/impl/PacketImpl.java | 1 +
.../artemis/jms/client/ActiveMQSession.java | 10 ++++-
.../artemis/core/server/ActiveMQServer.java | 6 ++-
.../core/server/impl/ActiveMQServerImpl.java | 11 +++++-
.../core/server/impl/ServerSessionImpl.java | 12 +++++-
tests/compatibility-tests/pom.xml | 43 ++++++++++++++++++++++
.../artemis/tests/compatibility/GroovyRun.java | 2 +
.../artemisServer.groovy | 20 +++++-----
.../fqqnConsumerProducer.groovy} | 28 ++++----------
...ientTopologyTest.java => FQQNConsumerTest.java} | 43 ++++++++++++----------
.../tests/compatibility/base/VersionedBase.java | 12 +++++-
12 files changed, 137 insertions(+), 56 deletions(-)
copy tests/compatibility-tests/src/main/resources/{hqclienttopologytest =>
fqqnconsumertest}/artemisServer.groovy (73%)
copy
tests/compatibility-tests/src/main/resources/{sendAckTest/sendAckMessages.groovy
=> fqqnconsumertest/fqqnConsumerProducer.groovy} (76%)
copy
tests/compatibility-tests/src/test/java/org/apache/activemq/artemis/tests/compatibility/{HQClientTopologyTest.java
=> FQQNConsumerTest.java} (56%)