Ville Skyttä
487b09fccc
Replace some manual array copies with System.arraycopy
2016-04-11 16:52:10 -04:00
Ville Skyttä
e6e1311f8d
Add missing @Overrides
2016-04-11 16:51:01 -04:00
Erich Duda
9055c76cc8
ARTEMIS-475 - [Artemis Testsuite] SessionCloseTest#testCanNotUseXAWithClosedSession fails
2016-04-08 10:07:09 -04:00
Clebert Suconic
50eac7c824
ARTEMIS-468 Amendments to how redelivery count is handled on openwire
2016-04-07 13:56:31 -04:00
Clebert Suconic
7da22ff105
ARTEMIS-465 Testing possible races through large message replication
2016-04-04 23:15:54 -04:00
Clebert Suconic
91bdeb3728
ARTEMIS-464 Sending null textMessage shouldn't break the wire
2016-04-04 11:08:43 -05:00
Clebert Suconic
3aedf27386
ARTEMIS-463 More simplifications on the openwire head
...
https://issues.apache.org/jira/browse/ARTEMIS-463
This will have some extra refactoring on the protocol head, transferring responsibility to the broker classes in a lot of cases
and removing some duplicated code
This was a team effort from Clebert Suconic and Howard Gao
2016-04-04 11:08:43 -05:00
Clebert Suconic
6ddf486f8f
ARTEMIS-463 Refactoring on Openwire
...
https://issues.apache.org/jira/browse/ARTEMIS-463
This was a team effort from Clebert Suconic and Howard Gao
2016-04-04 11:08:43 -05:00
Clebert Suconic
2e66673048
ARTEMIS-463 Improvement to the openwire testsuite
...
https://issues.apache.org/jira/browse/ARTEMIS-463
This was a team effort from Clebert Suconic and Howard Gao
2016-04-04 11:08:43 -05:00
jbertram
69a97c3678
ARTEMIS-462 JMSXGroupID on JMS 2 producer
2016-04-04 12:05:39 -04:00
Ville Skyttä
16ee65309c
Add missing @Override annotations
2016-04-04 11:03:48 -05:00
jbertram
32ce8710fc
ARTEMIS-445 avoid NPE on null ks password
2016-03-21 18:35:21 -04:00
Erich Duda
edadc79c5f
ARTEMIS-442 - [Artemis Testsuite] ConcurrentDeliveryCancelTest#testConcurrentCancels calls System.exit
2016-03-18 09:35:40 +01:00
Clebert Suconic
ee6a03295f
ARTEMIS-437 Improving lock over certain protocols
...
Avoiding deadlocks between acks and other factors
2016-03-16 08:23:58 -04:00
Clebert Suconic
45d1194009
ARTEMIS-437 tweak on the test. Making sure the test fails over during the message sends
2016-03-11 16:55:10 -05:00
Clebert Suconic
26fe21baa4
ARTEMIS-437 Large Message send should be interrupted during failover
2016-03-11 13:13:32 -05:00
Erich Duda
9b60e558eb
ARTEMIS-430 - [Artemis Testsuite] ClosingConnectionTest#testKillConnection fails
2016-03-11 07:25:34 +01:00
Erich Duda
b6922c25f9
ARTEMIS-429 - [Artemis Testsuite] TopicControlUsingJMSTest#testGetXXXMessagesCount fails
2016-03-10 08:50:13 -05:00
Erich Duda
fa210de323
ARTEMIS-428 - [Artemis Testsuite] ReconnectTest#testInterruptReconnectInVMInterruptMainThread fails
2016-03-10 12:04:50 +01:00
Ville Skyttä
31404f8a38
Remove redundant null checks
2016-03-07 15:49:50 -05:00
Ville Skyttä
7c275cdb1a
Use generics more
2016-02-28 01:06:59 +02:00
Clebert Suconic
45aeeb3ba7
Revert "ARTEMIS-359 - test suite fix - IBM JDK 6/7/8 does not allow byteman agent to modify classes."
...
This is causing issues with running tests on the IDEs
This reverts commit fe9b95ed64
.
2016-02-24 13:42:52 -05:00
Howard Gao
ddf8d8f96e
ARTEMIS-421 wrong XA_RETRY XAException error code
...
returned on crash for 1PC
2016-02-24 22:23:57 +08:00
Erich Duda
a4c4f811eb
ARTEMIS-415 - [Artemis Testsuite] NettyPagingSendTest#testPagingDoesNotDuplicateBatchMessages
2016-02-22 10:32:24 -05:00
Erich Duda
4557f713f5
ARTEMIS-414 - [Artemis Testsuite] TemporaryQueueClusterTest#testClusteredQueue fails
2016-02-19 13:32:54 -05:00
Clebert Suconic
02afdbbb12
Upgrade proton to 0.12
2016-02-18 10:14:26 -06:00
Clebert Suconic
9ebc6786b6
ARTEMIS-401 Refactoring Acceptors and ProtocolManager to support parameters
...
https://issues.apache.org/jira/browse/ARTEMIS-401
2016-02-18 10:14:26 -06:00
Erich Duda
81d57361e8
ARTEMIS-403 - [Artemis Testsuite] AlmostLargeAsynchronousFailoverTest#testTransactional fails
2016-02-18 14:45:24 +01:00
Erich Duda
53987a99da
ARTEMIS-396 - [Artemis Testsuite] ReceiveTest#testReceiveImmediate fails
2016-02-16 11:54:59 -05:00
Erich Duda
ce906c8420
ARTEMIS-287 - [Artemis Testsuite] PagingTest#testDeleteQueueRestart fails on slower machines
2016-02-10 16:45:30 +01:00
Clebert Suconic
ece5d81e3d
ARTEMIS-388 fixing testsuite
...
(the socket.bind not being closed was preventing other tests to run successfully)
2016-02-09 18:59:47 -05:00
Clebert Suconic
60b828083d
Fixing testsuite's dependency on Derby
2016-02-09 15:00:39 -05:00
jbertram
dffe93152b
ARTEMIS-395 auto-delete only if setting is true
2016-02-09 14:24:51 -05:00
jbertram
94dc2976ef
ARTEMIS-388 listen for activation failures
2016-02-09 14:24:07 -05:00
Erich Duda
82eca32ba4
ARTEMIS-364 - [Artemis Testsuite] PagingTest#testPagingDifferentSizes fails
2016-02-08 16:59:13 -05:00
Erich Duda
efffe9c263
ARTEMIS-365 - [Artemis Testsuite] AddressControlTest#testGetNumberOfPages fails
2016-02-08 10:40:50 -06:00
Martyn Taylor
32a9d60a3d
Allow users to configure jdbc driver class name
...
This patch allows users to configure the Driver class that the JDBC
store and journal uses and removes Derby as a default.
2016-02-08 11:23:38 -05:00
Clebert Suconic
26945a4716
ARTEMIS-385 On a possible race the Topology final notification may get lost when using many connection factories
...
https://issues.apache.org/jira/browse/ARTEMIS-385
This fix will make sure we only wait for the topologies that are arriving from the current connection over the createFactory method
2016-02-04 09:35:08 -05:00
Erich Duda
5f1daf485c
ARTEMIS-381 - [Artemis Testsuite] LargeMessageOverBridgeTest.testSendBytesAsLargeOnBridgeOnly fails
2016-02-02 15:13:48 +01:00
jbertram
1eb631e2b8
ARTEMIS-374 support schedule messages on LVQ
2016-02-01 11:58:56 -06:00
Erich Duda
3d6531e570
ARTEMIS-379 - [Artemis Testsuite] BackupSyncLargeMessageTest.testReserveFileIdValuesOnBackup fails
2016-02-01 10:08:15 -05:00
Erich Duda
0db2d3f097
ARTEMIS-377 - [Artemis Testsuite] NettySecurityClientTest#testProducerConsumerClientWithSecurityManager fails
2016-02-01 10:06:12 -05:00
Andy Taylor
ecfa1fecc2
ARTEMIS-378 - expose some Network info via the management interfaces
...
https://issues.apache.org/jira/browse/ARTEMIS-378
2016-02-01 12:11:28 +00:00
Erich Duda
062a675a53
ARTEMIS-369 - [Artemis Testsuite] BridgeFailoverTest#testFailoverOnBridgeNoRetryOnSameNode fails
2016-01-29 09:30:45 -05:00
Erich Duda
3663f4c01e
ARTEMIS-368 - [Artemis Testsuite] TemporaryQueueTest#testBlockingWithTemporaryQueue fails
2016-01-29 09:57:49 +01:00
Clebert Suconic
a5aa44670d
Improvements on JDBC Test
2016-01-27 21:56:59 -05:00
Clebert Suconic
e62a820414
Fixing ServerMessage's copy and MQTT delivery
2016-01-27 17:12:56 -05:00
Clebert Suconic
4a20187ff2
Fixing name on JDBC tests
2016-01-27 14:25:57 -05:00
jbertram
ff95b216ef
ARTEMIS-357 test for client buffer mod
2016-01-27 13:21:17 -05:00
Lachezar Dobrev
0827d23ae3
Remove duplicate references to artemis-cli in pom.xml in tests.
...
Fixed pom.xml in integration-tests and unit-tests
Fixes warnings from Maven 3
2016-01-27 12:18:11 -05:00