452 Commits

Author SHA1 Message Date
Martyn Taylor
7c206231ee [maven-release-plugin] prepare for next development iteration 2015-03-16 17:42:39 +00:00
Martyn Taylor
ee49ca2a0d [maven-release-plugin] prepare release 6.0.0 2015-03-16 17:41:49 +00:00
Martyn Taylor
c062d68a49 Merge PR #187 and #188 2015-03-16 17:30:57 +00:00
Clebert Suconic
6a45d94769 Fixing Proton CPP example
For some reason the ProtonCPP is missing a Java class to send and receive messages
also fixing the pom properly accordingly to other examples

This closes #187 as I did some rebasing in top of Howard's
2015-03-16 12:37:01 -04:00
Howard Gao
5ea0a3055d Fix proton-cpp pom missing version
Fix proton-ruby script (update according to proton 0.8)
Fix core example doc
2015-03-16 22:40:47 +08:00
Clebert Suconic
0d599b856a This closes #186 on Base64 License 2015-03-16 10:39:03 -04:00
Martyn Taylor
cdbe55526a License updates including Base64 and JSON.
Updates headers and license files for Base64.java and JSON library.
2015-03-16 14:30:28 +00:00
Clebert Suconic
0bffda2285 This closes #184 on doc fixes 2015-03-16 08:55:44 -04:00
Andy Taylor
469a777c04 merge #185 - Replace jboss-annotations with geronimo equivilent 2015-03-16 12:32:59 +00:00
Martyn Taylor
020d7a4149 Replace jboss-annotations with geronimo equivilent
Adds in the Geronimo 1.1 Annotation spec jar as a replacement for the
jboss annotation spec jar, pulled in via Rest Easy.  Also cleans up
dependency exclusions, removing them from sub modules and added to the
dependency management section of the main pom.
2015-03-16 12:11:19 +00:00
Andy Taylor
51f092537a doc fixes 2015-03-16 11:27:36 +00:00
Andy Taylor
3bd35d8d1f merge #183 - Few changes around docs and dependencies 2015-03-16 09:41:18 +00:00
Clebert Suconic
0cf2a56fd6 A Few fixes around docs using GMF (Github Markdown Flavored) on tables
I also did some review of the huge table we have,
removed a few columns such as the datatype and
embedded the default on the description. Just trying to make easier to render and read

Also a few fixes on the doc context such as adding links and improving configuration-index
2015-03-15 11:54:27 -04:00
Clebert Suconic
4afa19b348 Removing extra dependencies brought by transitivity on rest 2015-03-14 15:13:21 -04:00
Martyn Taylor
ab1c585ace [maven-release-plugin] prepare for next development iteration 2015-03-12 19:11:44 +00:00
Martyn Taylor
ee57649f83 [maven-release-plugin] prepare release 6.0.0 2015-03-12 19:10:21 +00:00
Martyn Taylor
f3d7edd6b4 [maven-release-plugin] prepare for next development iteration 2015-03-12 19:00:39 +00:00
Martyn Taylor
a97178abaf [maven-release-plugin] prepare release 6.0.0 2015-03-12 19:00:02 +00:00
jbertram
6f96e9531a This closes #181 - fixes for Robbie 2015-03-12 13:48:37 -05:00
Martyn Taylor
1e9ac1bbc3 Fixed broken links in docs and remove bad licenses 2015-03-12 18:41:08 +00:00
Martyn Taylor
027a2c2a0c Merge PR #180 2015-03-12 17:31:15 +00:00
Andy Taylor
8638ef287a fixed unlicensed file 2015-03-12 17:17:51 +00:00
Clebert Suconic
41376c5917 This closes #179 on license
This closes #178

including these following commits:
commit af57d4afc9ee1b2a871743cbd2522cc5c1d95f01
commit 0324ece09e24624af38c11f6f776640d1d2a554f
2015-03-12 11:08:30 -04:00
Andy Taylor
af57d4afc9 added accidently removed license 2015-03-12 11:08:11 -04:00
Martyn Taylor
0324ece09e Add NOTICE and LICENSE files to distro 2015-03-12 11:08:11 -04:00
Clebert Suconic
341e49e3a5 This closes #176 on proton changes
Committs included on this:
commit 7ef95ae977f7c9dcaf13da2959feafb897e8ea80
commit 983effca9d9ab95f9babe488847cd75b68cc24a8
2015-03-12 10:56:19 -04:00
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