Commit Graph

2800 Commits

Author SHA1 Message Date
Timothy Bish 62627bf2ee ARTEMIS-770 AMQP Message Transformer refactor
Refactor the AMQP Message transformers both for better performance and
also to fix a number of issues with the transformers creating inbound
and outbound messages with incorrectly mapped values or extra data
appended where it should not be.
2016-10-07 10:42:52 -04:00
Clebert Suconic 6f6d9845fe This closes #814 2016-10-07 10:38:01 -04:00
Martyn Taylor 95c4fdd408 ARTEMIS-762 Reflect management changes in AMQP protocol 2016-10-07 10:38:01 -04:00
Clebert Suconic 20729e79fd ARTEMIS-752 oops 2016-10-05 14:24:49 -04:00
jbertram f6f633123d This closes #819 2016-10-05 10:53:01 -05:00
Clebert Suconic d61c13ed77 NO-JIRA: Improving default configuration from OSGI 2016-10-05 11:40:46 -04:00
Benjamin Graf f8038268e0 ARTEMIS-752 fixing NPE
Done as a patch on https://issues.apache.org/jira/browse/ARTEMIS-752
2016-10-05 11:40:10 -04:00
Clebert Suconic cc6ded96d8 This closes #818 2016-10-04 15:38:26 -04:00
Clebert Suconic fe24c5e9a4 ARTEMIS-737 small improvements on junit tests 2016-10-04 15:38:26 -04:00
Clebert Suconic 372fd199dd This closes #817 2016-10-04 15:19:31 -04:00
jbertram 1f3dcf2871 ARTEMIS-750 use JAVA_HOME for Win service 2016-10-04 12:34:40 -05:00
Clebert Suconic 6f30076be0 This closes #816 2016-10-03 11:22:22 -04:00
Ville Skyttä 323d1b6e1b Insert space after closing cast paren in Eclipse 2016-10-01 11:04:02 +03:00
Ville Skyttä dc84a3000f Sync Eclipse preferences with new Checkstyle settings 2016-10-01 10:35:14 +03:00
Ville Skyttä 26a9815cd6 Grammar fixes 2016-10-01 10:35:13 +03:00
Ville Skyttä afd06d04d2 Update IDEA settings location 2016-10-01 10:34:47 +03:00
Ville Skyttä d551d2088d Move Eclipse settings to subdir 2016-10-01 10:34:40 +03:00
Clebert Suconic 44fd7f8192 This closes #812 2016-09-30 13:24:23 -04:00
Ville Skyttä 1714f8a76d Spelling fixes 2016-09-30 13:24:08 -04:00
Clebert Suconic 8cd677b206 This closes #813 2016-09-30 13:19:08 -04:00
Ville Skyttä 082b75bb3d More use of try-with-resources 2016-09-30 13:17:26 -04:00
Martyn Taylor f698a7f818 This closes #815 2016-09-30 16:25:01 +01:00
Clebert Suconic ec48f9ed00 ARTEMIS-765 Improve Checkstyle 2016-09-30 11:12:09 -04:00
Clebert Suconic 04925bbfc4 This closes #810 2016-09-29 20:28:32 -04:00
Andy Taylor bd9b2057fa ARTEMIS-758 - List/Object message sent by OpenWire JMS client can't be consumed with other clients
https://issues.apache.org/jira/browse/ARTEMIS-758
2016-09-29 20:28:31 -04:00
Clebert Suconic f10752b681 This closes #800 2016-09-29 16:25:48 -04:00
John D. Ament 9163c679ef ARTEMIS-756 introduce CDI based integration for Artemis. Includes integration tests on both Weld and OWB. 2016-09-29 16:25:47 -04:00
Clebert Suconic 507deb6a8d This closes #811 2016-09-29 15:58:56 -04:00
Timothy Bish 67fc49014e ARTEMIS-763 Remove the legacy Qpid JMS client annotations
Removes the append of the destination annotations from the outbound JMS
transformer as the legacy client has be unsupported at Qpid for quite
some time now.
2016-09-29 15:37:47 -04:00
Clebert Suconic 01503ed46e ARTEMIS-739 fixing checkstyle 2016-09-29 12:58:20 -04:00
John D. Ament bca0fd701a
This closes #808 2016-09-28 22:26:27 -04:00
Paul Gallagher 704de5b204
Add javax inject dependancy, is part of the distributiona and should be versioned in the pom, have put the runtime versions into properties in the pom as well 2016-09-28 22:26:27 -04:00
Clebert Suconic 0d3ff1a9d2 This closes #806 2016-09-28 14:20:07 -04:00
jbertram a6974596a0 ARTEMIS-739 fix large msg file leak on copy 2016-09-28 14:20:07 -04:00
Clebert Suconic b1a06b8857 This closes #807 2016-09-28 12:18:27 -04:00
Martyn Taylor aca1733660 ARTEMIS-757 Fix STOMP with interceptor example 2016-09-28 12:18:27 -04:00
Clebert Suconic bfbe68f0c9 This closes #809 2016-09-28 11:47:47 -04:00
Francesco Nigro b4225832e0 ARTEMIS-759 Improve exception message on queue configuration builder 2016-09-28 13:45:17 +02:00
Clebert Suconic bd5786e8bc This closes #805 2016-09-27 17:49:26 -04:00
jbertram e53998bf3b ARTEMIS-755 Fix divert MBean warning 2016-09-27 10:38:43 -05:00
Clebert Suconic f5456e760a ARTEMIS-737 fixing test 2016-09-27 09:57:52 -04:00
Martyn Taylor 0ac9dbd573 This closes #794 2016-09-27 14:54:13 +01:00
Clebert Suconic a838bf0479 ARTEMIS-751 Simplification of the AMQP implementation
Since we don't need client implementations any longer, given the maturity level of
qpid jms, these classes can go, as a result a lot of the interfaces can be removed.

As part of this I am removing proton-plug, and reorganizing the packages in a way I think it
makes more sense and easier to other developers to understand and maintain it.

https://issues.apache.org/jira/browse/ARTEMIS-751
2016-09-27 09:29:40 -04:00
Clebert Suconic 4e349693f4 Fixing build on extra-tests 2016-09-27 09:21:25 -04:00
Clebert Suconic e09a5acbdc This closes #804 2016-09-27 09:15:04 -04:00
Ville Skyttä 447d7840aa Add missing @Overrides 2016-09-27 14:36:54 +03:00
Ville Skyttä 78d8ddffbe Flag missing @Override as error in Error Prone 2016-09-27 14:36:00 +03:00
Ville Skyttä 1a4fe92802 Fix WaitNotInLoop issues flagged by new Error Prone 2016-09-27 14:28:29 +03:00
Ville Skyttä 75b52169f8 Update javac-errorprone to 2.8 and error_prone_core to 2.0.9 2016-09-27 13:49:21 +03:00
Clebert Suconic 59489b4de0 ARTEMIS-737 fixing test 2016-09-26 18:51:59 -04:00