6826 Commits

Author SHA1 Message Date
Robert Gemmell
7ef95ae977 ACTIVEMQ6-55: add a test of the listener method throwing the NPE 2015-03-12 10:54:17 -04:00
Robert Gemmell
983effca9d ACTIVEMQ6-55: prevent NPE when closing a link that didnt get as far as having a context added 2015-03-12 10:54:17 -04:00
Martyn Taylor
d47fba4251 Merge PR #177 2015-03-12 12:10:01 +00:00
Andy Taylor
69a3df9be7 added comment to pom 2015-03-12 12:05:42 +00:00
Andy Taylor
87520f760e merge #173 - Fix CatX dep and OpenWire issue 2015-03-12 11:06:33 +00:00
Clebert Suconic
e065d25b6f A few changes around logging-processor
- Bumped up version to 2.0.0.Alpha
- Client bundle changes to be copmatible with 2.0.0
- Fixing bundle / Logging classes for missing format (it was an issue with the previous one already)
- Fixed up dependencies to avoid transient downloads
2015-03-12 10:49:17 +00:00
Clebert Suconic
d36a1d74af Fixing test dependencies
- removing unused methods
- moving JMSXdeliveryCountTest to /extra-tests
- A few transactions methods that were not being used and creating issues to the release
due to an old dependency to the TM

This closes #173
2015-03-12 10:49:17 +00:00
Martyn Taylor
77921956c5 Send error on create producer when no dest exists
Returns an error to the client causing InvalidDestinationException to be
thrown when an ActiveMQ 5.x client attempts to create a producer with a
destination that does not exist.  (Over OpenWire Protocol).
2015-03-12 10:49:17 +00:00
Martyn Taylor
7c3e5d1c0e Remove JbossJacorb from JMS test pom 2015-03-12 10:49:17 +00:00
Clebert Suconic
670f5841ba This closes #170 on fixing examples 2015-03-11 19:15:07 -04:00
Howard Gao
d7cd645595 Fix jms/spring-integration example 2015-03-11 16:50:56 +08:00
Howard Gao
5fe83ce8d1 Fix jms/scale-down example pom.xml 2015-03-11 16:50:55 +08:00
Howard Gao
9aaaf0a523 Fix jms/rest example configuration 2015-03-11 16:50:53 +08:00
Howard Gao
4b7eafddc1 Fix jms/embedded-simple example 2015-03-11 16:50:52 +08:00
Clebert Suconic
dba926a1c6 This closes #172 on changing Idea Style 2015-03-10 17:18:36 -04:00
Clebert Suconic
b469ae9fc4 Idea style update - no @author
Since the update on removing @author tags I did a quick update
to the style so new files won't include them.

It's a small issue anyways since we have the checkstyle would avoid it
2015-03-10 17:17:09 -04:00
Clebert Suconic
4f2e63cf75 This closes #171 on removing @author tags and useless javadoc 2015-03-10 16:58:18 -04:00
jbertram
fa549a00e7 remove useless JavaDoc 2015-03-10 15:23:07 -05:00
jbertram
88ed03e2bd ACTIVEMQ6-87 Strip @author tags 2015-03-10 15:23:07 -05:00
Martyn Taylor
d29f495771 [maven-release-plugin] prepare for next development iteration 2015-03-10 13:25:56 +00:00
Martyn Taylor
1aea09e862 [maven-release-plugin] prepare release 6.0.0 2015-03-10 13:23:21 +00:00
Andy Taylor
37e1c25d73 merge #169 - Remove duplicate dep from vertx example 2015-03-10 12:39:21 +00:00
Martyn Taylor
68fbbda6eb Remove duplicate dep from vertx example 2015-03-10 12:38:10 +00:00
Andy Taylor
3af24f5d8e merge #168 - Added fuse lib and set exe perms in distro 2015-03-10 12:33:39 +00:00
Martyn Taylor
93f22bc8b4 Added fuse lib and set exe perms in distro 2015-03-10 12:21:02 +00:00
Martyn Taylor
2fa5b19ed2 [maven-release-plugin] prepare for next development iteration 2015-03-10 10:11:35 +00:00
Martyn Taylor
6058d115fd [maven-release-plugin] prepare release 6.0.0 2015-03-10 10:01:54 +00:00
Martyn Taylor
7edb462e7a Merge PR #167 2015-03-10 09:46:34 +00:00
Clebert Suconic
0f6d35b324 Moving ActiveMQLoggerHandler away from clashing package util
This was causing issues with javadoc
utils is also a package on activemq-server. ActiveMQUtilLogger is using a super class that was not part of the
source path on the javadoc plugin what caused it to exception and interrupt building
2015-03-09 18:21:02 -04:00
Martyn Taylor
1fe673429e [maven-release-plugin] prepare for next development iteration 2015-03-09 18:14:10 +00:00
Martyn Taylor
5c0bed8994 [maven-release-plugin] prepare release 6.0.0 2015-03-09 17:55:56 +00:00
Andy Taylor
12b2039bcd merge #166 - version update on logs 2015-03-09 16:57:05 +00:00
Andy Taylor
2e1d5021f8 merge #165 - Duplicate deps 2015-03-09 16:55:33 +00:00
Clebert Suconic
1676b76457 version update on logs 2015-03-09 12:53:29 -04:00
Martyn Taylor
8de3b4007b Merge PR #164 2015-03-09 16:51:17 +00:00
Martyn Taylor
8603eca336 Remove duplicate deps from poms 2015-03-09 16:29:57 +00:00
Andy Taylor
3bea103cfa add stylesheet to example read me 2015-03-09 16:18:25 +00:00
Andy Taylor
5a0ff8fce0 merge #162 - Build WebSite JavaDoc on default and update links 2015-03-09 15:53:07 +00:00
Martyn Taylor
140d06a49a Build WebSite JavaDoc on default and update links 2015-03-09 15:13:20 +00:00
Martyn Taylor
8af60b10ab Merge PR #161 2015-03-09 13:49:51 +00:00
Andy Taylor
40ba4aed2f fixed example readme 2015-03-09 11:33:57 +00:00
Martyn Taylor
1ae6f5da3e Merge PR #160 2015-03-09 11:22:31 +00:00
Andy Taylor
1a8951a564 merge #159 - Improve jms/Stomp example 2015-03-09 09:25:27 +00:00
Andy Taylor
10bb4568c3 merge #158 - Fixing ServiceLocator and Logger errors 2015-03-09 09:24:10 +00:00
Andy Taylor
1c50167bde add tests to the release profile 2015-03-09 06:44:00 +00:00
Howard Gao
fdff838d78 Improve jms/Stomp example
- add receiving stomp response from server.
2015-03-09 10:49:52 +08:00
Andy Taylor
8db56b73b8 added examples to release profile
Also gave them all a profile so they wouldn't actually run during the build.

fixed some of the comilation errors in the Rest example module
2015-03-08 13:34:02 +00:00
Clebert Suconic
440ae2e146 Fixing checkstyle on XATest
This test wasn't compiled by the default profile for that reason I missed this.
2015-03-07 00:14:22 -05:00
Clebert Suconic
02a2e8d14a fixing source distribution to exclude extra-tests and data 2015-03-06 23:55:16 -05:00
Clebert Suconic
11dadb5a2a Fixing Logger errors on the testsuite
Fixing the classpath so some tests would find the LogManager configured
Fixing the dependency on the AssertionLoggerHandler so all the tests could also see it without further errors
2015-03-06 23:29:15 -05:00