Clebert Suconic
a8e7f9d07a
[maven-release-plugin] prepare release 2.8.0
2019-05-02 16:38:58 -04:00
Clebert Suconic
228f6af4ca
[maven-release-plugin] prepare for next development iteration
2019-04-25 16:52:09 -04:00
Clebert Suconic
09d2ba18a7
[maven-release-plugin] prepare release 2.8.0
2019-04-25 16:51:57 -04:00
Clebert Suconic
28919c5ebc
NO-JIRA Enabling new tests
2019-04-23 15:39:45 -04:00
Clebert Suconic
33d6721ffc
ARTEMIS-2314 Improving Test and compatibility check on FQQN
2019-04-22 16:34:15 -04:00
Justin Bertram
a2cb44400f
ARTEMIS-2314 broken compat with old core JMS FQQN consumer
...
When auto-creation is off then older clients consuming messages from an
FQQN won't work. This commit fixes that problem and adds a compatibility
test to verify.
2019-04-22 11:04:01 -05:00
Clebert Suconic
34fcac0b50
NO-JIRA Adding Compatibility tests on Large Message for HornetQ
2019-04-04 13:33:28 -04:00
Clebert Suconic
516b1a1b9f
[maven-release-plugin] prepare for next development iteration
2019-03-14 12:41:04 -04:00
Clebert Suconic
c3eb6c12ad
[maven-release-plugin] prepare release 2.7.0
2019-03-14 12:40:52 -04:00
Clebert Suconic
061fb2787e
ARTEMIS-1977 Stripping activemq-artemis as a separated proejct
2019-03-07 11:34:15 -05:00
Francesco Nigro
672f536222
ARTEMIS-2139 Fix setJMSReplyTo for 1.x clients with enable1xPrefixes
2018-12-14 15:20:34 -06:00
Clebert Suconic
93cffedcba
ARTEMIS-2023 Avoiding boolean on every message for 1x and tests
2018-08-30 14:29:58 -04:00
Clebert Suconic
55b0d5b0ea
ARTEMIS-2047 Compatible option for ActiveMQJMSClient
2018-08-21 22:05:29 -04:00
Clebert Suconic
94e34febf6
ARTEMIS-2023 small tweak on test. Server not needed
2018-08-14 12:45:00 -04:00
Clebert Suconic
71e664a705
ARTEMIS-2023 test showing NPE
2018-08-14 12:40:30 -04:00
Clebert Suconic
87fdff51e1
ARTEMIS-2029 Fixing wire checks after reconnects
2018-08-13 18:24:09 -04:00
Clebert Suconic
b710df7844
ARTEMIS-2011 Fixing incompatibility of AddressSettings encode between versions
...
To fix this I added a retry on AddressSettings using code that's closer to the original version
2018-08-06 11:12:46 -04:00
Justin Bertram
d35f01d25d
ARTEMIS-1954 eliminate all possible usage of JMSServerManager
2018-07-12 14:24:44 -04:00
Justin Bertram
cb7b5cba04
NO-JIRA Fix compatibility tests
2018-05-24 12:00:12 -04:00
Clebert Suconic
af56b67e38
[maven-release-plugin] prepare for next development iteration
2018-05-16 11:03:26 -04:00
Clebert Suconic
bcaa11c2ee
[maven-release-plugin] prepare release 2.6.0
2018-05-16 11:03:14 -04:00
Tomas Hofman
284c620f55
ARTEMIS-1781 Connector parameters not backward compatible (Adding test)
2018-04-17 11:37:38 -04:00
Clebert Suconic
552e4a2844
NO-JIRA cleanup System.out on compatibility tests
2018-03-22 16:06:37 -04:00
Clebert Suconic
37657f22fa
ARTEMIS-1753 Fixing intermittent failure on OldAddressSpaceTest
2018-03-22 15:46:27 -04:00
Martyn Taylor
772156dd35
ARTEMIS-1753 Prevent NPE on 1.x Client Topic Sub
...
When creting a durable topic subscription using the Artemis 1.x JMS
client library. The client sends a QueueQuery to the server to see if
the durable subsciption queue already exists. The broker then performs
some transformation of the queue addresses to suit the 1.x naming
scheme. However, if the queue does not already exist the transform is
attempted on a null string causing NPE. To fix we simply check that the
result return isExists=true.
2018-03-19 13:35:02 +00:00
Clebert Suconic
920af19adb
[maven-release-plugin] prepare for next development iteration
2018-03-12 12:46:27 -04:00
Clebert Suconic
5f5b1dcf8f
[maven-release-plugin] prepare release 2.5.0
2018-03-12 12:46:16 -04:00
Clebert Suconic
d79eb31acb
NO-JIRA Fixing intermittent failure on compatibility test
2018-03-01 14:40:30 -05:00
Clebert Suconic
58c4660426
ARTEMIS-1663 Tweak on Paging test
...
Making sure it JournalCompatibilityTest/paging is actually paging
2018-02-08 11:45:18 -05:00
Christopher L. Shannon (cshannon)
ea70af15a3
ARTEMIS-1663 - Add new message count and size metrics
...
Adding new metrics for tracking message counts and sizes on a Queue.
This includes tracking metrics for pending, delivering and scheduled
messages. The paging store also tracks message size now.
2018-02-08 11:35:12 -05:00
Justin Bertram
9c8bf2f2ca
ARTEMIS-1644 legacy clients can't access resources with old prefixes
2018-01-31 18:13:29 -05:00
Clebert Suconic
5653ec9980
ARTEMIS-1639 Simplifying/fixing test and improving update topology
2018-01-31 18:05:32 -05:00
Howard Gao
1693db0177
ARTEMIS-1639 HornetQClientProtocolManager sending unsupported packet
...
HornetQClientProtocolManager is used to connect HornteQ servers.
During reconnect, it sends a CheckFailoverMessage packet to the
server as part of reconnection. This packet is not supported by
HornetQ server (existing release), so it will break the backward
compatibility.
Also fixed a failover issue where a hornetq NettyConnector's
ConnectorFactory is serialized to the clients who cannot
instantiate it because class not found exception.
2018-01-31 18:05:32 -05:00
Clebert Suconic
9dbc5dc409
ARTEMIS-1577 Address-settings policies not working with older clients
...
This closes #1744
2018-01-18 10:18:39 -05:00
Justin Bertram
1aa7b5c038
ARTEMIS-1609 fix JMS destination s11n compatibility
2018-01-17 12:31:27 -05:00
Clebert Suconic
da164a2074
ARTEMIS-1599 fixing compatibility with 1.x exported file
2018-01-11 21:33:17 -05:00
Michael Pearce
9e68d84645
This closes #1764
2018-01-10 16:21:56 +00:00
Clebert Suconic
12ef662b91
ARTEMIS-1595 Fixing serialization issues between Artemis 1.5 and master
2018-01-10 16:19:55 +00:00
Clebert Suconic
c8dc7de445
ARTEMIS-1545 Fixing compatibility issues with topic Subscriptions
2018-01-09 10:34:38 -06:00
Clebert Suconic
bccf18fa6f
ARTEMIS-1546 Changing version check from 1.4.0 to latest 1.5.5
2017-12-20 15:42:39 -05:00
Clebert Suconic
7514e91ed1
Revert "ARTEMIS-1545 Support JMS 2.0 Completion Listener for Exceptions"
...
Revert "ARTEMIS-1545 Adding HornetQ 2.4.7 on the mesh to validate send-acks"
I'm reverting this as the testsuite is broken..
We will send it back once worked out.
This reverts commit 8f5b7a1e73
.
This reverts commit 9b982b3e30
.
2017-12-19 17:03:00 -05:00
Clebert Suconic
8f5b7a1e73
ARTEMIS-1545 Adding HornetQ 2.4.7 on the mesh to validate send-acks
2017-12-19 15:03:04 -05:00
Clebert Suconic
2197d377c9
ARTEMIS-1546 speed up mesh test
2017-12-19 10:20:38 -05:00
Clebert Suconic
03ed49e6e9
ARTEMIS-1546 Fixing invalid import on test added by accident
2017-12-19 09:16:23 -05:00
Clebert Suconic
d67c65b8a2
ARTEMIS-1546 small fix on test
2017-12-18 22:38:15 -05:00
Clebert Suconic
dbe575a0c1
ARTEMIS-1546 Fixing body compatibility issue by recast body towards 1.4
...
https://issues.apache.org/jira/browse/ARTEMIS-1546
Recasting the body as 1.x format when there's a 1.x in use at the other size of the wire
2017-12-18 22:04:38 -05:00
Clebert Suconic
9ef90f8def
ARTEMIS-1546 Adding tests to validate compatibility
...
https://issues.apache.org/jira/browse/ARTEMIS-1546
- the dependency scan is changed to allow adding an extra repository
- adding groovy so we won't require compilation dependencies (just runtime)
without needing reflection (thanks Groovy :) )
- Adding hornetq to the mesh of version tests
2017-12-18 22:04:37 -05:00