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
Clebert Suconic
7cb462f2ab
Some extra fixes for mac (possibly windows) on examples
2015-09-03 20:45:03 -04:00
Clebert Suconic
90d05bb17d
Improving openwire tests on the integration-testsuite
...
In one situation I have seen a failrue on ProducerFlowControl to break everything else from here
This change will both avoid the failure and change the report of leaked threads so we can find them easily on the system.out when it happens (for future debugging)
2015-09-03 19:16:19 -04:00
Clebert Suconic
dbd8bdbd8f
This closes #152 UDP improvement and fixes
2015-09-03 18:09:19 -04:00
Clebert Suconic
3c9a49dd96
64 bit compilation
2015-09-03 18:06:11 -04:00
Clebert Suconic
220e39ef1f
ARTEMIS-217 fixing dead lock
...
https://issues.apache.org/jira/browse/ARTEMIS-217 fixing dead lock
This is using a separate lock for notifications, this way we won't hold a lock while communicating on netty which was the issue here.
2015-09-03 18:06:11 -04:00
Clebert Suconic
ab618d295d
binding UDP to localhost so the testsuite will work on environments where UDP is not available due to firewal constraints
...
The server would need to have loopback routes for UDP for this to work.
2015-09-03 18:06:10 -04:00
Clebert Suconic
b7c7c42d22
small doc change
2015-09-03 11:23:44 -04:00
Clebert Suconic
3df29ca7f3
This closes #150 memory leak fix
2015-09-02 17:42:34 -04:00
jbertram
ea9609c579
ARTEMIS-211 Memory leak using wildcard topic
2015-09-02 15:47:00 -05:00
Clebert Suconic
c998e9a445
This closes #149 pre-release work with doc and examples changes
2015-09-02 10:22:51 -04:00
Clebert Suconic
2cf0bb71c4
Adding chapter about UDP troubleshooting
...
This is mostly importing some information that used to exist on old docs
2015-09-02 10:21:33 -04:00
Clebert Suconic
fa15b29dfc
Fixing clustered examples on MacOS (and possibly other envs)
2015-09-02 09:32:13 -04:00
Clebert Suconic
355b65a50b
modifications to example chapter
2015-09-02 09:32:12 -04:00
Clebert Suconic
616a22e477
picture change because of protocols
2015-09-02 09:32:01 -04:00
Clebert Suconic
edef0240bd
manual additions about maven plugin
2015-09-01 23:44:46 -04:00
Clebert Suconic
8f04442e84
renaming srv.lock to cli.lock
2015-08-31 20:18:05 -04:00