6546 Commits

Author SHA1 Message Date
Francesco Nigro
f8d3a8f2f2 ARTEMIS-2354 Improve compatibillity of tests with JDK 11 2019-06-19 10:53:53 -05:00
Justin Bertram
a53855a948 This closes #2707 2019-06-19 10:38:00 -05:00
brusdev
74c79625b8 ARTEMIS-2002 Proton transport objects leaked
Remove scheduled tasks when a client disconnects to allow garbage
collector to delete the unused proton objects. Add a the unity test
AMQPConnectionContextTest to check leaks after close.
2019-06-19 10:38:00 -05:00
Justin Bertram
55e59febf3 This closes #2709 2019-06-19 10:26:10 -05:00
Andy
e82d95fff6 ARTEMIS-2338 - Live server does not shutdown when using vote-on-replication-failure
https://issues.apache.org/jira/browse/ARTEMIS-2338
2019-06-19 10:26:10 -05:00
Francesco Nigro
cac984ee6d This closes #2708 2019-06-18 12:18:10 +02:00
Andy
6a2e964f5b ARTEMIS-2386 - use internal session for management queues for QOS2
https://issues.apache.org/jira/browse/ARTEMIS-2386
2019-06-18 08:21:39 +01:00
Clebert Suconic
b77fa83c26 This closes #2697 2019-06-17 22:32:57 -04:00
Benjamin Graf
e3ec7aa5fd ARTEMIS-2376 Remove guava from artemis-common feature 2019-06-17 22:32:57 -04:00
Clebert Suconic
1bd4d45b23 This closes #2701 2019-06-17 22:32:33 -04:00
gtully
d1add00b00 ARTEMIS-2378 respect openwire removeInfo lastSequenceId when dealing with delivery count 2019-06-17 22:32:33 -04:00
Clebert Suconic
9021c89f05 This closes #2702 2019-06-17 22:31:54 -04:00
Francesco Nigro
fe3bebaa91 ARTEMIS-2379 AMQP: Update Qpid JMS and Proton-J to latest releases
Qpid JMS to 0.43.0 and proton-j to 0.33.1
2019-06-17 22:31:54 -04:00
Clebert Suconic
a046453ef6 This closes #2704 2019-06-17 22:31:30 -04:00
Francesco Nigro
4445261f34 ARTEMIS-2382 Reclaimer doesn't need to be instantiatable 2019-06-17 22:31:30 -04:00
Clebert Suconic
a1cfc4526f This closes #2706 2019-06-17 22:29:57 -04:00
Justin Bertram
3c5453d401 ARTEMIS-2384 log underlying bridge failure at DEBUG 2019-06-17 22:29:57 -04:00
Francesco Nigro
0dc13e1bec This closes #2705 2019-06-17 18:04:24 +02:00
brusdev
f8b295b9b5 ARTEMIS-2383 Upgrade to Guava 24.1.1 2019-06-17 13:49:16 +02:00
Justin Bertram
75a68511fa NO-JIRA make ExceptionListenerForConnectionTimedOutExceptionTest more robust 2019-06-13 11:02:40 -05:00
Clebert Suconic
e506180532 This closes #2700 2019-06-12 17:22:30 -04:00
Justin Bertram
3ff75c3353 ARTEMIS-1982 queue metrics can go negative
When redelivery is exhausted and messages are sent to a DLA with bindings
then some queue metrics can go negative.
2019-06-12 17:22:30 -04:00
Justin Bertram
8335e78094 This closes #2698 2019-06-12 13:51:30 -05:00
Clebert Suconic
7e3b68a4cf ARTEMIS-2367 Adding rule to avoid files leaking on the main folder
We had to fix a few cases where data folder was being created outside of the ./target output.
This is just to avoid re-ocurrence of that.
2019-06-12 12:10:28 -04:00
Justin Bertram
6b67e27b02 This closes #2699 2019-06-11 15:33:21 -05:00
Andy
959d25f0e6 ARTEMIS-2377 - add password encryption to security plugins
https://issues.apache.org/jira/browse/ARTEMIS-2377
2019-06-11 19:16:33 +01:00
Clebert Suconic
a652ec251f This closes #2694 2019-06-10 17:36:19 -04:00
brusdev
9b52547ff7 ARTEMIS-2371 Message with huge header shuts broker down
Add max record size check before adding a record to prevent that the
broker shuts down, when there is one really large header sent with the
message. Add message size check before allocating large message resource
if it can't be stored.
2019-06-10 17:36:18 -04:00
Clebert Suconic
c1771a5aed This closes #2696 2019-06-10 10:24:10 -04:00
Francesco Nigro
bfe6b70c5a ARTEMIS-2374 JournalStorageManager::addBytesToLargeMessage leaks ByteBuffer 2019-06-10 15:52:58 +02:00
Francesco Nigro
42f0157765 This closes #2287 2019-06-10 13:36:43 +02:00
Tomas Hofman
097ef281fd ARTEMIS-2069 Backup doesn't activate after shared store is reconnected 2019-06-10 13:36:43 +02:00
Clebert Suconic
74cd81afa0 This closes #2692 2019-06-03 15:37:04 -04:00
Justin Bertram
bde1b1cc4e ARTEMIS-2367 fix directories for tests 2019-06-03 13:22:06 -05:00
Clebert Suconic
d4973ff636 This closes #2689 2019-05-31 19:06:16 -04:00
Clebert Suconic
a7e5e6d074 NO-JIRA test improvements 2019-05-31 19:06:15 -04:00
Clebert Suconic
b7047faea5 NO-JIRA Adding checking for leaking server socket 2019-05-31 19:06:15 -04:00
Clebert Suconic
64dae916dc This closes #2690 2019-05-31 15:24:18 -04:00
Justin Bertram
6d749dac0c ARTEMIS-2348 update version doc 2019-05-31 15:24:18 -04:00
Clebert Suconic
f0c023eec1 This closes #2688 2019-05-31 12:21:29 -04:00
brusdev
ef2ec7b56e ARTEMIS-1011 Slow consumer detection after bursts
Fix slow consumer detection after a burst, taking into account messages
which are already in queue at the start of queueRateCheckTime period.
2019-05-31 12:21:28 -04:00
Clebert Suconic
d5257ff098 This closes #2687 2019-05-31 12:20:58 -04:00
brusdev
d708be3189 ARTEMIS-2359 Upgrade to Guava 24.1
CVE-2018-10237 guava: Unbounded memory allocation in AtomicDoubleArray
and CompoundOrdering classes allow remote attackers to cause a denial
of service.
2019-05-31 09:15:45 +02:00
Clebert Suconic
93cc1f2c5a NO-JIRA Modifying .travis.yml, re-enabling artemis-web on the build.
This was causing issues when a snapshot is not available for artemis-web, like right after we bump the release.
2019-05-30 18:15:27 -04:00
Justin Bertram
1183dc3453 NO-JIRA Extra tests upgrade on pom 2019-05-29 22:10:46 -05:00
Justin Bertram
dbb2b54fa7 [maven-release-plugin] prepare for next development iteration 2019-05-29 22:02:00 -05:00
Justin Bertram
88c686cc99 [maven-release-plugin] prepare release 2.9.0 2.9.0 2019-05-29 21:59:18 -05:00
Clebert Suconic
2918bdffd2 This closes #2686 2019-05-29 18:56:01 -04:00
Clebert Suconic
4fa2e75cdc ARTEMIS-2361 Bridge should make a copy of messages
and some improvements into ARTEMIS-2355
2019-05-29 16:35:01 -04:00
Luis De Bello
1ccb688eec ARTEMIS-2355: Marking message as changed after setting routing type, because it is set after divert 2019-05-29 16:34:22 -04:00