Clebert Suconic
e5be686064
NO-JIRA traced on the RA
2017-07-25 19:07:34 -04:00
Clebert Suconic
b6b48a5896
NO-JIRA Traces on the Resource Adapter
2017-07-25 17:56:43 -04:00
Clebert Suconic
1796e5935f
NO-JIRA Traces on Resource Adapter Message Handler
2017-07-25 12:57:10 -04:00
Clebert Suconic
cd9ce6a502
ARTEMIS-1304 ignoring invalid test
2017-07-25 10:08:11 -04:00
Clebert Suconic
955557a31c
NO-JIRA: Fix extra-tests pom after release
2017-07-24 21:30:53 -04:00
Clebert Suconic
fdad83be22
[maven-release-plugin] prepare for next development iteration
2017-07-24 21:21:18 -04:00
Clebert Suconic
71b1cc2a20
[maven-release-plugin] prepare release 2.2.0
2017-07-24 21:21:06 -04:00
Clebert Suconic
5e076a6fee
This closes #1418
2017-07-24 20:53:25 -04:00
Michael Andre Pearce
827006760e
NO-JIRA: Update Logo
2017-07-25 01:51:01 +01:00
Clebert Suconic
69004178dd
This closes #1417
2017-07-24 20:28:34 -04:00
Clebert Suconic
50a900c04b
ARTEMIS-1304 Message loss on Commmit timeout during failover
2017-07-24 20:23:56 -04:00
Clebert Suconic
08d8c08ed3
ARTEMIS-1257 Fixing hashCode
...
ResourceAdapterTest had a few failures with a NPE
2017-07-24 15:19:59 -04:00
Clebert Suconic
14fe149fa5
ARTEMIS-1265 Fixing jacoco profile for IDE integration
...
Idea and Eclipse integration was broken because of the surefire plugin options
2017-07-24 15:11:24 -04:00
Clebert Suconic
e27a0f8159
ARTEMIS-1265 Adding helper script for coverage tests
2017-07-24 15:11:19 -04:00
Clebert Suconic
f37af02074
ARTEMIS-1276 fixing license headers
2017-07-24 11:10:55 -04:00
Clebert Suconic
3bc0655ef7
This closes #1407
2017-07-24 10:50:52 -04:00
Jiri Danek
1b3d9cfed0
ARTEMIS-1276 fix JmsSendReceiveWithMessageExpirationTest
2017-07-24 10:50:52 -04:00
Clebert Suconic
ae41b72e3e
This closes #1380
2017-07-24 09:56:09 -04:00
Erich Duda
22b4755fbb
ARTEMIS-1265 JaCoCo profile for getting code coverage report
...
Added two maven profiles for:
- generating JaCoCo exec files
- generating JaCoCo reports
2017-07-24 09:56:08 -04:00
Clebert Suconic
32c54d5946
This closes #1408
2017-07-24 09:52:10 -04:00
Jiri Danek
006c31ffec
NO-JIRA Fix documentation for <broadcast-group> <connection-ref> ...
...
Followup to #553 , eliminate all occurrences of the old connector-ref
config (that used to use connector-name attribute) in broker.xml.
2017-07-24 09:52:09 -04:00
Clebert Suconic
8cfa48886a
This closes #1409
2017-07-24 09:50:40 -04:00
Jiri Danek
d732262f8c
ARTEMIS-1276 delete MessageEvictionTest (feature not implemented)
...
The test is broken. It can be fixed by doing
```java
FakeTransportConnector(URI uri) {
setServer(new TransportServer {
@Override
public URI getConnectURI() {
return uri;
}
but then the test would fail because message
eviction is not supported by Artemis.
2017-07-24 09:50:40 -04:00
Jiri Danek
7e9c3fdfb7
ARTEMIS-1276 avoid System.exit in tests as Surefire cannot deal with that
...
This change results in many more tests being run. Previously, 662 tests
were executed. Now, 1166 tests is executed. The running time has increased
from ~20 minutes to ~50 minutes.
2017-07-24 09:50:40 -04:00
Clebert Suconic
9647c19e7f
This closes #1411
2017-07-24 09:45:02 -04:00
Jiri Danek
212bd173d3
NO-JIRA use random available port in WebServerComponentTest
2017-07-24 09:45:02 -04:00
Clebert Suconic
2526ecb33a
This closes #1414
...
This closes #1415 (manually cherry-picking)
2017-07-24 09:41:29 -04:00
xstefank
553043393e
ARTEMIS-1257 ActiveMQActivationSpec.java should use boxed types for attributes values according to the JCA specification
2017-07-24 09:41:25 -04:00
Andy Taylor
f749764880
This closes #1416 ARTEMIS-1302 make quorum voting more transparent
2017-07-24 10:16:43 +01:00
Justin Bertram
59841b8872
ARTEMIS-1302 make quorum voting more transparent
2017-07-21 19:39:06 -05:00
Clebert Suconic
f138bc5284
This closes #1410
2017-07-20 09:00:18 -04:00
Clebert Suconic
8f5f2bbe52
ARTEMIS-1300 Deadlock when Core direct deliverying and AMQP receive
2017-07-20 08:59:32 -04:00
Martyn Taylor
e305cc9875
This closes #1412
2017-07-20 10:33:04 +01:00
Francesco Nigro
fdbf4f450a
ARTEMIS-1301 Network failures recognition on backpressure while streaming large messages
2017-07-20 10:33:04 +01:00
Clebert Suconic
00d880eb03
This closes #1406
2017-07-18 16:16:42 -04:00
Martyn Taylor
e742de7d6e
ARTEMIS-1290 QueueQuery add prefix on address 2
2017-07-18 16:16:42 -04:00
Martyn Taylor
34df3afe0c
Revert "ARTEMIS-1290 QueueQuery add prefix on address"
...
This reverts commit 44506f2258
.
2017-07-18 16:16:42 -04:00
Clebert Suconic
ad372ec98e
ARTEMIS-1294 Using older sleep on TimedBuffer
...
And also adding test
2017-07-18 16:01:51 -04:00
Clebert Suconic
41a03de02f
ARTEMIS-1287/ARTEMIS-1292 Fixing intermittent failure on reconnects
2017-07-18 10:24:39 -04:00
Clebert Suconic
de4ea0f84f
This closes #1403
2017-07-18 10:23:02 -04:00
Francesco Nigro
3dc9566fb6
ARTEMIS-1294 Reverted TimedBuffer timeout policy
2017-07-18 10:23:02 -04:00
Justin Bertram
8f500986a0
This closes #1405
2017-07-18 08:44:32 -05:00
Andy Taylor
6f140897c6
ARTEMIS-1296 - fix quorum vote
...
Add a check on top of just being able to connect to a live broker
https://issues.apache.org/jira/browse/ARTEMIS-1296
2017-07-18 08:10:11 +01:00
Justin Bertram
3f924777fa
This closes #1402
2017-07-17 10:34:06 -04:00
Dmitrii Tikhomirov
28087ad4af
[ARTEMIS-1293] Log messages without prefixed id code in artemis-commons
2017-07-17 10:34:06 -04:00
Justin Bertram
e513f0e688
This closes #1401
2017-07-17 10:31:20 -04:00
Martyn Taylor
44506f2258
ARTEMIS-1290 QueueQuery add prefix on address
2017-07-17 10:31:20 -04:00
Martyn Taylor
5b8e781e36
This closes #1400
2017-07-17 10:41:02 +01:00
Michael Andre Pearce
2cbee11230
ARTEMIS-1289 Fix: Unable to configure queues containing "/" in broker.xml
2017-07-17 10:41:02 +01:00
Clebert Suconic
f18b4ee0c9
ARTEMIS-1287/ARTEMIS-1292 Complete Page on the Journal
...
fixing PagingTest.testDeletePhysicalPages
2017-07-14 15:04:45 -04:00