Martyn Taylor
964b145733
ARTEMIS-423 Do not set backup node as self
2016-02-29 16:11:58 +00:00
Clebert Suconic
d2539e5161
This closes #407
2016-02-28 22:29:40 -05:00
Ville Skyttä
7c275cdb1a
Use generics more
2016-02-28 01:06:59 +02:00
Clebert Suconic
e202240ccc
This closes #406
2016-02-25 15:14:47 -05:00
jbertram
e64ecf5523
ARTEMIS-422 support appendRollbackRecord
2016-02-25 13:31:19 -06:00
jbertram
8196b1ddf0
This closes #404
2016-02-24 12:59:19 -06: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
Clebert Suconic
cc6ce3e35d
This closes #405
2016-02-24 13:42:28 -05:00
Paul Gallagher
0f3a973299
Update versions of jboss-logging and javax.enterprise-cdi-api
2016-02-24 18:03:24 +00:00
Clebert Suconic
b0f6250941
This closes #403
2016-02-24 11:56:14 -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
jbertram
4da4f3734d
This closes #402
2016-02-23 14:22:43 -06:00
Clebert Suconic
6bdfe95f66
ARTEMIS-350 small improvement on the writable logic
2016-02-23 15:04:49 -05:00
jbertram
5abf5d3fca
This closes #401
2016-02-23 13:36:45 -06:00
Clebert Suconic
c4760488e3
fixing regression caused by #397
2016-02-23 14:22:51 -05:00
Clebert Suconic
89aafa44bb
This closes #400
2016-02-23 14:17:14 -05:00
jbertram
2fcd474bb3
ARTEMIS-350 fix for potential race
...
It's possible for the latch used for flow control here to get out of sync. In
other words, multiple count-downs can occur between count-ups so that the latch
always has a count > 0. When this situation arises then every single packet
sent to the replica is delayed by 5 seconds.
The solution here essentially is to eliminate the latch completely and use a
condition/wait/notify pattern.
2016-02-23 12:56:45 -06:00
Clebert Suconic
2a639cbd86
This closes #399
2016-02-22 10:47:14 -05:00
Andy Taylor
f6ea511b8a
ARTEMIS-416 - Netty Acceptor allows transfer of connections when paused
...
Throw an exception if the acceptor is paused or not started
https://issues.apache.org/jira/browse/ARTEMIS-416
2016-02-22 10:47:13 -05:00
Clebert Suconic
8c6f45b919
This closes #398
2016-02-22 10:32:24 -05:00
Erich Duda
a4c4f811eb
ARTEMIS-415 - [Artemis Testsuite] NettyPagingSendTest#testPagingDoesNotDuplicateBatchMessages
2016-02-22 10:32:24 -05:00
Clebert Suconic
51d033adec
This closes #397
2016-02-22 10:28:41 -05:00
Ville Skyttä
aa3f3bd6a7
Use try-with-resources more
2016-02-21 12:09:43 +02:00
Clebert Suconic
f9aca6c667
This closes #396
2016-02-19 13:36:19 -05:00
Erich Duda
4557f713f5
ARTEMIS-414 - [Artemis Testsuite] TemporaryQueueClusterTest#testClusteredQueue fails
2016-02-19 13:32:54 -05:00
jbertram
509a5a0898
This closes #395
2016-02-19 10:05:39 -06:00
Clebert Suconic
a275dda89c
ARTEMIS-404 fixing space issues on scripts
...
https://issues.apache.org/jira/browse/ARTEMIS-404
2016-02-18 18:18:34 -05:00
Clebert Suconic
d22bed0676
This closes #392
2016-02-18 11:21:12 -05:00
jbertram
e762f823d1
ARTEMIS-391 log WARN on cxn limit
2016-02-18 10:19:59 -06:00
jbertram
42b20ebf51
This closes #393
2016-02-18 10:14:27 -06: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
Clebert Suconic
418ef0141f
This closes #394 test fix
2016-02-18 11:09:33 -05:00
Erich Duda
81d57361e8
ARTEMIS-403 - [Artemis Testsuite] AlmostLargeAsynchronousFailoverTest#testTransactional fails
2016-02-18 14:45:24 +01:00
Clebert Suconic
c7ac564465
This closes #391
2016-02-16 17:19:45 -05:00
jbertram
c7a044e1a4
ARTEMIS-399 support 'clientId' activation prop
2016-02-16 17:19:45 -05:00
clebert suconic
4c9f31c13d
This closes #388
2016-02-16 11:56:01 -05:00
gautric
3986f0a517
Add Name tag for several POM files
2016-02-16 11:56:01 -05:00
clebert suconic
b815212ec6
This closes #389
2016-02-16 11:54:59 -05:00
Erich Duda
53987a99da
ARTEMIS-396 - [Artemis Testsuite] ReceiveTest#testReceiveImmediate fails
2016-02-16 11:54:59 -05:00
clebert suconic
8432a3dd8a
This closes #390
2016-02-16 11:52:36 -05:00
Andy Taylor
7702a0a1f9
ARTEMIS-398 - AMQP protocol idle timeout issue
...
added functionality to tick every n seconds where n is 1/2 the idle timeout
https://issues.apache.org/jira/browse/ARTEMIS-398
2016-02-16 11:24:09 +00:00
Clebert Suconic
7d9cafe4b0
This closes #387
2016-02-11 12:26:57 -05:00
Paul Gallagher
5696027b18
Upgrade jboss-logmanager version
2016-02-11 16:44:56 +00:00
Clebert Suconic
66085ae7fe
This closes #386
2016-02-10 16:35:55 -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
5399717176
This closes #385
2016-02-09 15:49:32 -05:00
Clebert Suconic
60b828083d
Fixing testsuite's dependency on Derby
2016-02-09 15:00:39 -05:00
Clebert Suconic
7d5651eb79
This closes #384
2016-02-09 14:24:51 -05:00