Commit Graph

1126 Commits

Author SHA1 Message Date
Clebert Suconic adc536ce06 This closes #169 ref counts on RA 2015-09-14 20:58:06 -04:00
jbertram 2eac97aaff ARTEMIS-210 count references
It is possible for the closure of one resource to potentially impact
another since they are now sharing the same ServerLocator instance.
Keep track of references to avoid this.
2015-09-14 15:35:12 -05:00
Clebert Suconic cbb6c63d00 This closes #163 2015-09-14 08:54:01 -04:00
Howard Gao 0abf52468b ARTEMIS-200 Message Compression Support 2015-09-14 09:56:19 +08:00
Martyn Taylor 6408fd0357 [maven-release-plugin] prepare for next development iteration 2015-09-11 19:01:57 +01:00
Martyn Taylor c512f12a34 [maven-release-plugin] prepare release 1.1.0 2015-09-11 19:01:19 +01:00
Clebert Suconic 1add10abfd ARTEMIS-223 Testcase replicating issue 2015-09-11 13:21:50 -04:00
Clebert Suconic 8533171459 ARTEMIS-223 fix on long conversion 2015-09-11 11:55:06 -04:00
Clebert Suconic 490662923c fixing checkstyle on example 2015-09-11 10:16:34 -04:00
Martyn Taylor 243a94176d Merge PR #166 2015-09-11 15:05:19 +01:00
Clebert Suconic 6cbde624d8 small change on README around docs 2015-09-11 09:18:53 -04:00
Clebert Suconic f5a727259e ARTEMIS-222 fixing a deadlock that appeared on the testsuite (MultipleThreadsOpeningTest)
https://issues.apache.org/jira/browse/ARTEMIS-222
2015-09-11 09:07:49 -04:00
Clebert Suconic d5a01287a5 Improving test.
There's a race here that only happens on Virtual Machines (VMWare.. etc)
2015-09-11 09:06:38 -04:00
Clebert Suconic d3ea9aca50 removing old doc (non relevant any longer) 2015-09-11 09:06:00 -04:00
Clebert Suconic e7e1e0c6eb Removing a non open wire test
-- this test is only validating AMQP <-> MQTT converstion through ActiveMQ5. No value for OpenWire tests
2015-09-11 09:06:00 -04:00
Clebert Suconic 7b2c50415a using new qpid-jms client on AMQP 2015-09-11 09:06:00 -04:00
Clebert Suconic 649edd3a37 improving jdk detection and javadoc options
The build wasn't working at this stage unless I specified release due to some javadoc issues
What could break builds after releases
2015-09-11 09:05:25 -04:00
Clebert Suconic 7316609dd0 This closes #165 2015-09-11 08:45:08 -04:00
Martyn Taylor 91d93a002c ARTEMIS-223 Cast QueueId to Long not Integer 2015-09-11 10:55:31 +01:00
Clebert Suconic f4751afcdd small fix on doc 2015-09-09 11:51:21 -04:00
Clebert Suconic 890c3cc770 This closes #162 fix on RA 2015-09-09 11:47:30 -04:00
Andy Taylor 68f5b7752a ARTEMIS-221 - MDB endpoionts are not deactivated
Implement equals/hashcode on ActiveMQActivationSpec

https://issues.apache.org/jira/browse/ARTEMIS-221
2015-09-09 11:47:30 -04:00
Clebert Suconic 3593dd54c9 chapter about staging maven and validating releases 2015-09-09 10:18:43 -04:00
Martyn Taylor fec6546480 [maven-release-plugin] prepare for next development iteration 2015-09-08 16:39:59 +01:00
Martyn Taylor 4d0b15b043 [maven-release-plugin] prepare release 1.1.0 2015-09-08 16:29:09 +01:00
Clebert Suconic 1a6c623cdf This closes #160 Closing Resource adapter conneciton factories 2015-09-08 11:14:08 -04:00
Jeff Mesnil c1aaa562c8 [ARTEMIS-220] Artemis RA does not close its connection factories when it is stopped.
in stop(), close the knowConnectionFactories before clearing the collection.

JIRA: https://issues.apache.org/jira/browse/ARTEMIS-220
2015-09-08 11:14:08 -04:00
Clebert Suconic 20006b6e9d test fixes on windows 2015-09-08 11:08:34 -04:00
Clebert Suconic 8843a9ee1e This closes #159 fixing path resolution 2015-09-08 10:33:31 -04:00
Clebert Suconic 3da19e5b0a speeding up test for slow machines 2015-09-08 10:29:29 -04:00
Clebert Suconic cc88be51e4 ARTEMIS-219 fixing path resolution for windows
https://issues.apache.org/jira/browse/ARTEMIS-219

The fix will basically use Path.resolve insead of URI.resolve
2015-09-08 10:29:29 -04:00
Martyn Taylor 82f6a88d59 [maven-release-plugin] prepare for next development iteration 2015-09-07 10:02:01 +01:00
Martyn Taylor 8c1e0e15fc [maven-release-plugin] prepare release 1.1.0 2015-09-07 10:01:10 +01:00
Martyn Taylor acbab49bcf Merge PR #158 2015-09-07 09:54:00 +01:00
Martyn Taylor 8458f85762 Merge PR #157 2015-09-07 09:36:37 +01:00
Howard Gao e3a1e8abd6 Fix ReconnectWithSameClientIDTest 2015-09-07 15:05:33 +08:00
Clebert Suconic 79a7ee5a3f fixing version and adding missing projects on release profile 2015-09-04 23:41:23 -04:00
Martyn Taylor a2aa18c123 [maven-release-plugin] prepare for next development iteration 2015-09-04 20:20:13 +01:00
Martyn Taylor a5decb659e [maven-release-plugin] prepare release 1.1.0 2015-09-04 20:19:11 +01:00
Martyn Taylor 4576ccea08 [maven-release-plugin] prepare for next development iteration 2015-09-04 19:48:52 +01:00
Clebert Suconic a82080978f fixing locking on the CLI & shared storage
The CLI lock was broken when two nodes were sharing the journals
2015-09-04 12:21:49 -04:00
Clebert Suconic 1e27f1a658 small change on website 2015-09-04 11:10:19 -04:00
Clebert Suconic e800ef8123 fixing gitbook execution 2015-09-04 10:38:32 -04:00
Clebert Suconic e967ccccc8 This closes #156 javadoc build on release 2015-09-04 10:06:26 -04:00
Clebert Suconic 76288a3ad9 Adding -Xdoclint:none back and requiring java8 only for the release profile 2015-09-04 10:01:25 -04:00
Andy Taylor aaf2fc9b14 merge #155 - Some README updates 2015-09-04 13:39:27 +01:00
Martyn Taylor 8ad7cded41 Some README updates 2015-09-04 13:18:53 +01:00
Martyn Taylor 3002dec1b1 Merge PR #154 2015-09-04 12:28:33 +01:00
Clebert Suconic f8a7f030e0 Release notes 1.1.0 2015-09-03 22:57:44 -04:00
Clebert Suconic d70791c95a ARTEMIS-120 - Netty update 2015-09-03 22:26:46 -04:00