Commit Graph

4021 Commits

Author SHA1 Message Date
Clebert Suconic 4670980aa3 This closes #1423 2017-07-28 18:00:50 -04:00
Justin Bertram 8c8ab0adc1 ARTEMIS-1299 support commas in RA connection parameter values 2017-07-28 18:00:50 -04:00
Clebert Suconic abaccaab56 This closes #1422 2017-07-28 18:00:06 -04:00
Justin Bertram 610737bc30 ARTEMIS-1306 clarify identity for authn failures 2017-07-28 18:00:06 -04:00
Clebert Suconic 7adc8339c7 ARTEMIS-1305 Avoid deadlock when shutting down RA and reconnects 2017-07-28 11:53:09 -04:00
Clebert Suconic 2428c9ca1c This closes #1426 2017-07-28 10:33:40 -04:00
Clebert Suconic 54d220edf3 ARTEMIS-1305 Server frozen during shutdown on Resource Adapter
this is a better fix than the previous one
2017-07-28 10:33:40 -04:00
Justin Bertram 40534b29d6 This closes #1424 2017-07-28 09:15:03 -05:00
Pat Fox 4edb750165 fixed some minor typos in cli description annotations 2017-07-28 15:00:59 +02:00
Andy Taylor e316c920b4 This closes #1421 ARTEMIS-1202 Fix interleave during replication sync 2017-07-26 10:25:47 +01:00
Martyn Taylor 69f8263267 ARTEMIS-1303 Fix interleave during replication sync 2017-07-26 10:25:47 +01:00
Andy Taylor d776a698e4 This closes #1419 ARTEMIS-1305 Server Frozen during shutdown if RA is retrying 2017-07-26 10:25:06 +01:00
Clebert Suconic 7bf8e4e890 ARTEMIS-1305 Server Frozen during shutdown if RA is retrying 2017-07-25 22:33:55 -04:00
Clebert Suconic 5325ca39c8 NO-JIRA: Fix checkstyle 2017-07-25 21:12:27 -04:00
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