Clebert Suconic
eaf935ecec
NO-JIRA avoiding possible NPE on SharedNothingBackupActivation
2018-05-08 18:55:59 -04:00
Clebert Suconic
845f03dce3
This closes #2077
2018-05-08 18:55:41 -04:00
Justin Bertram
90a604da20
ARTEMIS-1834 don't alter STOMP 'destination' header when using prefix
2018-05-08 15:28:46 -05:00
Clebert Suconic
a66b7dda27
NO-JIRA Fixing race on test
2018-05-08 14:45:56 -04:00
Clebert Suconic
82d8992bce
NO-JIRA Improving MqttClusterWildcardTest
2018-05-08 11:45:07 -04:00
Clebert Suconic
50e170b7ec
NO-JIRA Fixing ReplicatedFailoverTest testFailBack
2018-05-07 20:03:29 -04:00
Clebert Suconic
93a868c117
This closes #2076
2018-05-07 17:34:15 -04:00
Justin Bertram
67964facf0
NO-JIRA fix another OpenWire race
2018-05-07 17:34:15 -04:00
Clebert Suconic
88b1371e98
This closes #2075
2018-05-07 10:23:36 -04:00
Francesco Nigro
d31d6e8131
ARTEMIS-1852 PageCursorProvider is leaking cleanup tasks while stopping
...
PageCursorProviderImpl is not handling any pending cleanup tasks
on stop, leaving paging enabled due to the remaining pages to be
cleared up.
PagingStoreImpl is responsible to trigger the flushing of pending
tasks on PageCursorProviderImpl before stopping it and to try to
execute any remaining tasks on the owned common executor, before
shutting it down.
It fixes testTopicsWithNonDurableSubscription.
2018-05-07 15:28:45 +02:00
Clebert Suconic
26ccd63b1d
NO-JIRA fixing race on a test
2018-05-06 22:17:13 -04:00
Clebert Suconic
8859d99224
NO-JIRA fixing race on a test
2018-05-05 15:10:43 -04:00
Clebert Suconic
386494c73b
NO-JIRA Using a different Port on PagingWithFailoverAndCountersTest
2018-05-05 12:21:52 -04:00
Clebert Suconic
ca41de32ec
This closes #2073
2018-05-05 12:15:49 -04:00
Benjamin Graf
faec43530d
ARTEMIS-1768: Update to fix handling of internalSession for OpenWireConnection
2018-05-05 16:35:39 +02:00
Clebert Suconic
b3e1bec7e8
This closes #2072
2018-05-04 22:47:54 -04:00
Justin Bertram
90f52920e5
NO-JIRA fix potential race in SessionTest
2018-05-04 22:47:54 -04:00
Clebert Suconic
25f8820c58
This closes #2069
2018-05-04 22:47:07 -04:00
Clebert Suconic
bc09a8011d
NO-JIRA More Strict settings for test thread leaks
...
I'm investigating thread leakages and previous change on this class here is biting me.
2018-05-04 22:43:56 -04:00
Clebert Suconic
61d2cc5bb0
NO-JIRA Adding checks for spawned servers on the testsuite
2018-05-04 22:43:56 -04:00
Justin Bertram
950698960a
This closes #2071
2018-05-04 14:27:43 -05:00
Jiri Danek
dac332fe1f
ARTEMIS-1804 deprecated Netty SslHandler.close() causing NPE
...
The NPE can appear when an OpenWire client which is using SSL disconnects.
2018-05-04 14:26:48 -05:00
Clebert Suconic
acc34d9088
This closes #2070
2018-05-03 21:43:26 -04:00
Justin Bertram
bd7ec8cca5
NO-JIRA fix race in OpenWire temp queue test
2018-05-03 18:58:14 -05:00
Clebert Suconic
3c0f3cf52f
This closes #2068
2018-05-03 16:44:32 -04:00
Justin Bertram
3016db699d
ARTEMIS-1848 auto-delete auto-created queue for OpenWire
2018-05-03 14:22:20 -05:00
Justin Bertram
893f219919
ARTEMIS-1847 another test fix after Netty upgrade
2018-05-03 14:22:19 -05:00
Timothy Bish
8f4b1a6c18
ARTEMIS-1847 Fix test after netty upgrade
...
Missing call to resetReadIndex causes IndexOutOfBoundsException after
netty fixed to correctly throw on vilation of the contract.
2018-05-03 14:47:55 -04:00
Clebert Suconic
2ea4d1c8bf
This closes #2067
2018-05-03 13:15:22 -04:00
Timothy Bish
d5263dbe8c
ARTEMIS-1847 Update to Netty 4.1.24.Final
2018-05-03 13:15:22 -04:00
Clebert Suconic
2a3b67d921
ARTEMIS-1801 Fixing checkstyle after NullCheck fix
2018-05-03 13:14:50 -04:00
Clebert Suconic
aac7d6b041
This closes #2010
2018-05-03 12:42:42 -04:00
Stanislav Knot
b67008c4ca
ARTEMIS-1801 removing null-unchecked dereferences
2018-05-03 12:42:42 -04:00
Clebert Suconic
63a5233143
This closes #2035
2018-05-03 12:39:35 -04:00
Ingo Weiss
c3fbd1b9e4
[ARTEMIS-1819] Missing fields on listAllConsumersAsJSON, listConsumersAsJSON and listConnectionsAsJSON
...
Issue: https://issues.apache.org/jira/browse/ARTEMIS-1819
2018-05-03 12:39:35 -04:00
Clebert Suconic
7bcf71a5d6
This closes #2051
2018-05-03 12:25:00 -04:00
acemanace
835245b37b
ARTEMIS-1836 Bug with broker when running on Windows,
...
cannot find login.config
The Windows variable ARTEMIS_ETC_INSTANCE was not set correctly,
as it was used as ARTEMIS_INSTANCE_ETC. So the fix is to make sure
that the two match, and additionally they it was renamed to more
closely match the other variables naming convention. This was done
in two files; so when 'artemis create mybroker' is run on a Windows
machine, the broker is correctly configured with login.config.
Minor fix of changing use of single quotes to correct usage of
double quotes when declaring variable
2018-05-03 12:24:59 -04:00
Clebert Suconic
75c92a364d
This closes #2060
2018-05-03 12:23:58 -04:00
Benjamin Graf
08fd2acb24
ARTEMIS-1768: Fix handling of internalSession for OpenWireConnection
2018-05-03 12:23:57 -04:00
Clebert Suconic
6c7843f0a6
This closes #2057
2018-05-03 12:12:51 -04:00
Justin Bertram
ed623e0afc
ARTEMIS-1659 add test for reload on inactive slave
2018-05-03 12:12:51 -04:00
Clebert Suconic
85b8af686d
This closes #2063
2018-05-03 12:12:24 -04:00
Radovan Stancel
6acdb490c8
[ARTEMIS-1844] Fix opening SSL connection in IBM JDK in tests
2018-05-03 12:12:24 -04:00
Clebert Suconic
410cb9ee23
This closes #2064
2018-05-03 12:10:26 -04:00
Timothy Bish
c1cf9ef12d
ARTEMIS-1843 Update Qpid JMS 0.32.0 and Proton-j 0.27.1
...
Use new no copy variants for the delivery send and receive and make
use of the ReadableBuffer type that is now used to convery tranfer
payloads without a copy. Also set max outgoing frame size to match
the configured maxFrameSize for the AMQP protocol head to avoid the
case where an overly large frame can be written instead of chunking
a large message.
2018-05-03 12:10:25 -04:00
Clebert Suconic
b60f6489f3
This closes #2065
2018-05-03 12:09:58 -04:00
Justin Bertram
a6fe25599c
ARTEMIS-1846 fix activemq.usemaskedpassword in URL
2018-05-03 12:09:58 -04:00
Clebert Suconic
541dfc6951
This closes #2066
2018-05-03 12:08:33 -04:00
Shailendra Kumar Singh
32c6759c25
[ARTEMIS-1845]Timestamp header field should display in human readable format on console.
...
no tests needed as this is an UI change
2018-05-03 12:08:08 -04:00
Martyn Taylor
a6c48a37c7
ARTEMIS-1840 Added Error and Doc to Import Message
2018-05-03 11:43:50 +01:00