Emmanuel Hugonnet
40f4c0218e
[ARTEMIS-3080]: Provide JakartaEE 9 artefacts.
...
* using batavia and eclipse transformer to transform JMS code to JakartaEE.
* adding a test with JakartaEE
* upgrading owasp plugin to 6.1.0
Jira: https://issues.apache.org/jira/browse/ARTEMIS-3080
2021-02-03 18:35:01 +01:00
Domenico Francesco Bruscino
92d6ae87ed
ARTEMIS-3027 Fixing AMQP persister encoding
2020-12-22 10:37:34 -05:00
Domenico Francesco Bruscino
d7fc2fb8b8
ARTEMIS-3040 Fix reloading large messages paged before 2.12
2020-12-21 11:03:11 -05:00
Clebert Suconic
c63c1f40ca
NO-JIRA Small improvement on compatibility tests
2020-08-19 11:47:27 -04:00
Emmanuel Hugonnet
efe0f468de
ARTEMIS-2109: Updating the build to be able to execute it on Java 11 and Java 8.
2020-06-11 18:50:01 +01:00
Clebert Suconic
77d250bec8
ARTEMIS-2732 Bridging Apache Logger into JBoss Logging for the testsuite
2020-04-23 16:51:22 -04:00
Clebert Suconic
3541ebf218
ARTEMIS-2732 Cleanup on testsuite logging
2020-04-22 23:08:46 -04:00
Clebert Suconic
0dfbfaa833
NO-JIRA Adding Serialization compatiblity for a recent 2.x release
2020-04-13 12:25:51 -04:00
Clebert Suconic
736045d73b
ARTEMIS-2401 Improving tests and a few fixes around Address.pause
2019-07-18 16:29:52 -04:00
Emmanuel Hugonnet
3aa3fa777f
ARTEMIS-2401 Implement the Pause method for an Address
...
Adding support to pause an Address and all its bound queues.
Jira: https://issues.apache.org/jira/browse/ARTEMIS-2401
2019-07-18 16:29:52 -04:00
Clebert Suconic
0585db7421
ARTEMIS-2409 Adding Compatibility test for hornetQ selector client
2019-07-17 11:35:16 -04:00
Clebert Suconic
27b151bb0e
NO-JIRA moving Wait and removing some duplicate code on artemis-junit module
2019-07-16 22:30:59 -04:00
Clebert Suconic
b8a2580410
ARTEMIS-2360 IOOBE when dealing with older clients concurrently
2019-05-29 15:02:13 -04:00
Clebert Suconic
9c9bd48154
ARTEMIS-2339 Set JMS Name on compatible destinations
2019-05-20 15:48:31 -04:00
Clebert Suconic
b9b6fddeea
ARTEMIS-2339 Compatibility around prefixing
...
There are a few issues with prefixing and compatibility.
This is basically an issue when integrated with Wildfly or any other case
where prefix is activated
and playing with older versions.
2019-05-15 17:49:03 -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
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
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
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