2782 Commits

Author SHA1 Message Date
Ville Skyttä
99f404ea0a javadoc: Fix doclint {@code} within <code> warnings 2016-10-10 10:02:49 +02:00
Ville Skyttä
ddd1559fbe javadoc: Fix doclint empty <p> warnings 2016-10-10 10:02:49 +02:00
Ville Skyttä
65342a5ad2 javadoc: Fix doclint syntax errors 2016-10-10 10:02:49 +02:00
Ville Skyttä
9a439b4791 javadoc: Fix doclint reference errors 2016-10-10 10:02:49 +02:00
Ville Skyttä
3b9ed795d1 javadoc: Fix doclint html errors 2016-10-10 10:02:49 +02:00
Ville Skyttä
c70883674f javadoc: Enable all but missing and syntax doclint checks
Using multiple -Xdoclint options instead of one with all,-missing,-syntax
because of https://issues.apache.org/jira/browse/MJAVADOC-368
2016-10-10 10:02:49 +02:00
Clebert Suconic
30809c081d This closes #830 2016-10-10 10:01:01 +02:00
Ville Skyttä
1b67ac6928 Fix hacking-guide/formatting subheadings 2016-10-10 10:01:01 +02:00
Ville Skyttä
b7b3ff7f31 Remove some redundant rat-plugin exclusions 2016-10-10 10:01:01 +02:00
Ville Skyttä
b2fe246e62 Add EditorConfig
http://editorconfig.org/
2016-10-10 10:01:01 +02:00
Clebert Suconic
15f44d60df This closes #829 2016-10-10 09:55:16 +02:00
Ville Skyttä
693e745b9c Remove redundant type arguments
Missed by sevntu-checkstyle, but not the Eclipse compiler.

https://github.com/sevntu-checkstyle/sevntu.checkstyle/issues/458
2016-10-08 10:01:45 +03:00
Clebert Suconic
de746a7620 This closes #826 2016-10-07 18:50:45 -04:00
jbertram
c47a9a5f80 ARTEMIS-761 fix possible dup journal record ID 2016-10-07 18:50:44 -04:00
Clebert Suconic
ca2bf0ed89 This closes #824 2016-10-07 18:40:49 -04:00
Timothy Bish
bc6ad1dfdb ARTEMIS-775 Tests for AMQP credit handling
Some new tests that cover some AMQP credit handling scenarios.  Test
case 'testCloseBusyReceiver' currently fails due to being dispatched a
duplicate message.
2016-10-07 18:40:49 -04:00
Clebert Suconic
07ab1be331 This closes #828 2016-10-07 18:39:41 -04:00
Timothy Bish
4496cd6120 ARTEMIS-777 Remove dependency on legacy Qpid AMQP 0.x JMS client
Remove the dependency on the qpid-client module which is an AMQP JMS
client for the 0.x AMQP protocols which Artemis does not support.
2016-10-07 18:39:41 -04:00
Clebert Suconic
1bb3c15362 This closes #827 2016-10-07 18:32:17 -04:00
Timothy Bish
398da40f7d ARTEMIS-776 Attach response should only list supported filters
The broker needs to return only the filters that are supported on a
receiver attach otherwise the remote is not aware that the broker is not
able to honor the requested configuration of the receiver.
2016-10-07 17:35:27 -04:00
Clebert Suconic
736886fc13 This closes #825 2016-10-07 14:47:22 -04:00
jbertram
59bff3b36b ARTEMIS-767 consumer with pre-ack flagged as slow 2016-10-07 14:47:21 -04:00
Clebert Suconic
1b157addd8 NO-JIRA Adding script to help debug data on testcases 2016-10-07 14:36:05 -04:00
Clebert Suconic
54b7dcc48e ARTEMIS-773 closing connections through finally to avoid thread leakage 2016-10-07 11:04:45 -04:00
Clebert Suconic
330ddf0c6b This closes #821 2016-10-07 10:54:02 -04:00
Timothy Bish
ea54071f77 ARTEMIS-773 Tests that show issue with TX acquisition and retirement.
Two new tests that acquire messages inside a TX and manage their
settlement and retirement in differing ways, one test works the other
'testReceiversCommitAndRollbackWithMultipleSessionsInSingleTXNoSettlement' 
fails due to messages that were committed being redelivered to the
client unexpectedly.
2016-10-07 10:54:02 -04:00
Clebert Suconic
73a73bb9e3 This closes #823 2016-10-07 10:53:33 -04:00
Francesco Nigro
c69bf09fe0 ARTEMIS-774 Fixed format of JMeter benchmark
Moved the Apache Licence header after the XML Declaration.
2016-10-07 10:53:33 -04:00
Clebert Suconic
a2a21b0736 This closes #822 2016-10-07 10:52:47 -04:00
Christopher L. Shannon (cshannon)
39532d7245 https://issues.apache.org/jira/browse/ARTEMIS-730
Adding instructions for adding the proper schemas to the Eclipse XML
Catalog
2016-10-07 10:52:47 -04:00
Christopher L. Shannon (cshannon)
5b833efc1b NO-JIRA: Exclude xml-apis test dependency
This dependency is not needed as the api is part of the JDK and it is
causing issues when m2eclipse
2016-10-07 10:52:47 -04:00
Clebert Suconic
67f804054d This closes #820 2016-10-07 10:45:23 -04:00
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