1091 Commits

Author SHA1 Message Date
Martyn Taylor
8458f85762 Merge PR #157 2015-09-07 09:36:37 +01: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
Clebert Suconic
d31b0ea352 simply a supressWarnings annotation 2015-08-31 20:02:10 -04:00
Clebert Suconic
0f8750573c test fix on DuplicateCacheTest
Waiting for proper executor to finish
2015-08-31 19:49:01 -04:00
Clebert Suconic
b53cce1c24 adding authorization on default settings
This is because we need that to perform import operations
2015-08-31 18:24:37 -04:00
Clebert Suconic
623b08c0eb This closes #148 lock on tool rework 2015-08-31 17:39:16 -04:00
Clebert Suconic
511bfc7e15 ARTEMIS-187 Hold lock between server running and data tools to avoid data damaged 2015-08-31 17:38:43 -04:00
Clebert Suconic
dab882030c This closes #147 HTTPS upgrade 2015-08-31 16:16:56 -04:00
jbertram
853d3665df ARTEMIS-206 HTTP Upgrade does not work over HTTPS 2015-08-31 14:30:25 -05:00
Clebert Suconic
ce924b7ef0 small improvement on topic hierarchies example 2015-08-31 14:48:41 -04:00
Howard Gao
1642a856c3 Fix thread leak in test TransactionContextTest
This leak happens with amq5.12.0. It didn't happen
  with amq5.11.1. Adding connection.start() can work
  around this seemingly 5.12.0 issue.
2015-09-01 00:17:36 +08:00
Clebert Suconic
cc9cacef14 fixing openwire tests
I removed some valid code while removing dead code.
2015-08-31 08:14:25 -04:00
Clebert Suconic
ea3fef4e52 This closes #145 2015-08-30 22:50:55 -04:00
Howard Gao
638674bce0 Minor refactor of OpenWireProtocolManager
In addDestination() put the security check right before
  actual queue creation. That'll also fix BasicSecurityTest
  regression.
2015-08-31 10:37:28 +08:00
Clebert Suconic
7f3c9dc1f0 Fixing examples on windows
Some of the broker.xml were using path that was not valid on windows
2015-08-30 20:03:32 -04:00
Clebert Suconic
9cf4c18ea5 removing more dead code on openwire
(classes without any implementation detail, no code usage or duplicate meaning)
2015-08-28 19:33:35 -04:00
Clebert Suconic
aecea5142d This closes #144 2015-08-28 19:01:46 -04:00
Clebert Suconic
343ed61e14 removing more dead code on openwire 2015-08-28 17:10:24 -04:00
jbertram
5818de8de9 This closes #143 2015-08-28 14:33:23 -05:00
Clebert Suconic
e850e1351d Removing dead code - AMQSEcurityContext 2015-08-28 15:05:44 -04:00
Clebert Suconic
738b15d0ae Removing deadcode on openwire AMQSubscription 2015-08-28 15:05:44 -04:00