Commit Graph

2381 Commits

Author SHA1 Message Date
barreiro b8d6a374a0 More changes on the reclaimer for better performance 2016-07-05 23:28:00 -04:00
Clebert Suconic 98fa433bd1 This closes #617 2016-07-05 19:43:00 -04:00
John D. Ament 7c746c719e ARTEMIS-607 Added interceptor support for MQTT protocol.
Also updated the maintainer's guide to clarify what is run in the PR builder.
2016-07-05 19:43:00 -04:00
Clebert Suconic 05ac53a305 ARTEMIS-409 fixing test 2016-07-05 19:41:49 -04:00
jbertram ee28eac38e This closes #620 2016-07-05 16:51:23 -05:00
Clebert Suconic 8154120027 ARTEMIS-612 Improving Failback's max replication
The server will always restart now, with older files being removed.
The system will now move current data into ./oldreplica.#, and remove old ones.
All the logic for moving these files is encapsulated at FileMoveManager.
2016-07-05 16:51:23 -05:00
Clebert Suconic 62f414fd35 This closes #610 2016-07-05 16:29:50 -04:00
Clebert Suconic 18ff83a285 ARTEMIS-613 Ignoring mvnw on source distribution 2016-07-05 16:03:53 -04:00
gm2 5c92ce1267 ARTEMIS-613 Artemis build enhancements
1. Transparent integration / project importing at Eclipse IDE (Neon version)
 2. Inclusion of maven-wrapper (no need of maven previously installed nor JAVA_HOME / MAVEN exports on PATH)
     building with ./mvnw -Prelease install under activemq-artemis folder
 3. Updating maven java compiler version to 1.8
2016-07-05 15:13:35 -04:00
Clebert Suconic 84959d0300 This closes #616 2016-07-05 14:18:02 -04:00
Ville Skyttä 358aff4892 Remove unused import 2016-07-05 14:18:01 -04:00
Ville Skyttä f1dc94534f Combine identical catch blocks 2016-07-05 14:18:01 -04:00
Ville Skyttä 149216e8ec Remove unnecessary null checks and assignments 2016-07-05 14:18:01 -04:00
Clebert Suconic c4ab15060a This closes #613 2016-07-05 12:44:17 -04:00
jbertram beda16b050 ARTEMIS-602 Fix REST examples 2016-07-05 12:44:17 -04:00
Clebert Suconic 9214f504a9 This closes #619 2016-07-05 12:43:21 -04:00
jbertram fd49dc99d1 ARTEMIS-610 update clientFailureCheckPeriod doc 2016-07-05 11:33:16 -05:00
Clebert Suconic 9ad8e4c255 ARTEMIS-555 Splitting distribution/script tests 2016-07-05 10:56:32 -04:00
jbertram 1a58c4f5e3 This closes #618 2016-07-05 09:37:18 -05:00
Martyn Taylor 515b5aba89 Upgrade ApacheRat to 0.12 2016-07-04 17:31:15 +01:00
Clebert Suconic bedb7c223d This closes #614 2016-07-01 19:34:44 -04:00
Erich Duda 45e4138fad ARTEMIS-606 JMSServerControl2Test#testCloseConsumerConnectionsForAddressForInVM fails
Based on log it is clear that the connection was closed by Finalizer before the failure
was caused by the test itself. Since the connection variable is not referenced in the
code anymore, JVM concludes it can destroy the object. Especially IBM JDK does it very
fast.
2016-07-01 19:34:43 -04:00
Clebert Suconic db251cc200 This closes #615 2016-07-01 19:33:26 -04:00
jbertram 2a144bc4ee ARTEMIS-598 fix native logger code 2016-07-01 15:14:15 -05:00
jbertram f680e7a02a This closes #609 2016-06-30 13:04:54 -05:00
Clebert Suconic a4c69d26ab ARTEMIS-555 Allowing examples to be executed as part of a testsuite
the current examples can't be executed in sequence as maven will OME.
The script will help it validating it.
2016-06-30 13:23:10 -04:00
Clebert Suconic 3f3a13564b This closes #612 2016-06-30 13:15:12 -04:00
Dmitrii Tikhomirov 2170acc417 [ARTEMIS-603] Remove e.printStackTrace() from code 2016-06-30 18:58:09 +02:00
Clebert Suconic 57529ac042 This closes #611 2016-06-30 11:55:40 -04:00
jbertram c44447c65d ARTEMIS-602 fix web.xml examples for REST 2016-06-30 10:33:51 -05:00
Clebert Suconic f4295b9900 This closes #608 2016-06-30 10:43:59 -04:00
jbertram cd2668b6e6 ARTEMIS-602 update pom info for REST WAR 2016-06-30 10:43:59 -04:00
Clebert Suconic 77cc6407c5 This closes #606 2016-06-30 10:38:33 -04:00
Howard Gao 3522979bda More on ARTEMIS-594: support HTTPS access to hawtio
Remove the keystore.jks in distribution
  Add documentation
  Add cli options
2016-06-30 09:56:58 +08:00
jbertram 880539a960 This closes #607 2016-06-29 15:54:22 -05:00
Clebert Suconic ace11835c9 ARTEMIS-597 Adding Logging manager to a few poms
this is making a few tests to show an Exception when they start
2016-06-29 16:27:47 -04:00
Clebert Suconic b2de7ded1d ARTEMIS-599 add --f option to ignore locking of the server 2016-06-29 16:14:26 -04:00
Clebert Suconic a2f936c340 NO-JIRA Adding check back in place
This was to avoid one failing test making other tests to fail in cascade around libaio.
2016-06-29 16:13:55 -04:00
Clebert Suconic 2585ecd5ca NO-JIRA updating gitbook version 2016-06-29 16:13:49 -04:00
Clebert Suconic 8d728ee706 This closes #605 2016-06-27 18:23:45 -04:00
jbertram e9733a6223 ARTEMIS-569 add missing method 2016-06-27 18:23:45 -04:00
Clebert Suconic d73d6d2fa2 This closes #602 2016-06-27 18:22:06 -04:00
Clebert Suconic dfc1a44d33 NO-JIRA update building instructions on Fedora
This includes a few changes on building.md, as spotted by jdanekrh on #602
2016-06-27 18:19:52 -04:00
Clebert Suconic 5fa9c0ec8a This closes #604 2016-06-27 16:52:36 -04:00
jbertram 146bce08cc ARTEMIS-593 clarify STOMP websocket support 2016-06-27 14:25:51 -05:00
jbertram aeafc6a974 ARTEMIS-322 fix spurious exception 2016-06-27 14:25:51 -05:00
Clebert Suconic 5dc5a242bb ARTEMIS-577 & ARTEMIS-596 Fixing API compatibility.
This is also fixing a build issue.
2016-06-27 12:08:11 -04:00
Clebert Suconic 06adc4f071 This closes #596 2016-06-27 10:15:30 -04:00
jbertram 0d24e63647 ARTEMIS-577 clarify SSL handshake failure log 2016-06-27 10:15:30 -04:00
Clebert Suconic 7d69d913e4 This closes #600 2016-06-27 10:10:11 -04:00