Clebert Suconic
7628236453
This closes #1968
2018-03-22 16:21:17 -04:00
Martyn Taylor
f8547aecf1
ARTEMIS-1764 Ignore Ack for Prepared Tx when Queue deleted
2018-03-22 16:21:16 -04:00
Clebert Suconic
d8f22a399b
This closes #1971
2018-03-22 16:20:14 -04:00
Michael André Pearce
a9d84a7dad
ARTEMIS-1766 - Persist LastValue queue config in bindings.
...
Added Integration tests for the issue.
Add lastvalue to the queue bindings that get persisted.
2018-03-22 16:20:14 -04:00
Clebert Suconic
7a36e84aa9
This closes #1972
2018-03-22 16:19:36 -04:00
Francesco Nigro
b775cb251f
ARTEMIS-1767 JDBC Lock Acquisition Timeout should behave like the file based version
...
The JDBC Lock Acquisition Timeout is no longer exposed to any user configuration and defaulted to infinite to match the behaviour of the journal (file-based) one.
2018-03-22 16:19:35 -04:00
Clebert Suconic
fae3a8fadb
This closes #1970
2018-03-22 16:13:45 -04:00
Clebert Suconic
e86acd4824
ARTEMIS-1765 Fixing Large Message Compression and Conversion
2018-03-22 16:11:11 -04:00
Howard Gao
51f105da7b
ARTEMIS-1765 Adding StompWithLargeMessageTest
...
This closes #1965
2018-03-22 16:06:37 -04:00
Clebert Suconic
552e4a2844
NO-JIRA cleanup System.out on compatibility tests
2018-03-22 16:06:37 -04:00
Clebert Suconic
37657f22fa
ARTEMIS-1753 Fixing intermittent failure on OldAddressSpaceTest
2018-03-22 15:46:27 -04:00
Justin Bertram
e26c051617
This closes #1955
2018-03-22 10:46:40 -05:00
Ulf Lilleengen
be6cb7a22f
ARTEMIS-1748: Cleanup connections when client connector is destroyed
2018-03-22 10:46:40 -05:00
Timothy Bish
2f9d373937
This closes #1961
2018-03-22 10:10:50 -04:00
gtully
72ec6c8e0b
[ARTEMIS-1758] support SASL EXTERNAL with TextCertLoginModule
...
- rework proton handler to use saslListener
2018-03-22 10:09:58 -04:00
Martyn Taylor
92a73e2cb6
This closes #1957
2018-03-22 11:01:32 +00:00
andytaylor
a1c76e8d61
ARTEMIS-1752 - avoid null pointer in BridgeImpl
...
https://issues.apache.org/jira/browse/ARTEMIS-1752
2018-03-22 11:01:32 +00:00
Clebert Suconic
d3b11bc439
This closes #1959
2018-03-20 15:54:33 -04:00
Clebert Suconic
fe0e6c2b28
ARTEMIS-1754 Avoiding Leaks from LargeServerMessageImpl.getPersistentSize
2018-03-20 15:45:09 -04:00
Howard Gao
38ba5d797a
ARTEMIS-1754 LargeServerMessageImpl.toString() may leak files
2018-03-20 15:40:44 -04:00
Justin Bertram
8b8eff053f
This closes #1958
2018-03-19 10:39:53 -05:00
Martyn Taylor
772156dd35
ARTEMIS-1753 Prevent NPE on 1.x Client Topic Sub
...
When creting a durable topic subscription using the Artemis 1.x JMS
client library. The client sends a QueueQuery to the server to see if
the durable subsciption queue already exists. The broker then performs
some transformation of the queue addresses to suit the 1.x naming
scheme. However, if the queue does not already exist the transform is
attempted on a null string causing NPE. To fix we simply check that the
result return isExists=true.
2018-03-19 13:35:02 +00:00
Clebert Suconic
e56b38b3e0
This closes #1954
2018-03-15 10:05:12 -04:00
Michael André Pearce
c7622d58c0
ARTEMIS-1747 - Fix Configuration change loss when network Issue
...
Add Test Case to stop and restart server after config reload and check state, this re-creates network health check issue where config changes are lost when network health check de-activates the server and then re-activates.
Add fix to update the held configuration thats used when initialisation steps during start are done.
2018-03-15 10:05:11 -04:00
Clebert Suconic
4f1c94898f
NO-JIRA Fixing examples
2018-03-14 23:34:28 -04:00
Clebert Suconic
77172dece3
This closes #1953
2018-03-14 18:40:14 -04:00
Clebert Suconic
a7333bcf9d
ARTEMIS-1286 Fixing MQTT Bytes message encode
2018-03-14 18:39:58 -04:00
Clebert Suconic
0d47f62710
ARTEMIS-1286 Adding test replicating MQTT direct buffer leak
...
(Test developed as an interaction between Justin Bertram, Philip Jenkins and Clebert Suconic through
ARTEMIS-1286)
2018-03-14 18:39:58 -04:00
Clebert Suconic
2383c22f0e
This closes #1952
2018-03-14 14:56:30 -04:00
Stanislav Knot
84a098a4f4
ARTEMIS-1743 fix NPE in server log when Artemis trace logging is enabled
2018-03-14 14:56:29 -04:00
Clebert Suconic
a00245dd06
NO-JIRA Fixing CDI example
2018-03-14 14:18:36 -04:00
Clebert Suconic
577b62d521
NO-JIRA bump version on extra-tests
2018-03-12 14:53:47 -04:00
Clebert Suconic
920af19adb
[maven-release-plugin] prepare for next development iteration
2018-03-12 12:46:27 -04:00
Clebert Suconic
5f5b1dcf8f
[maven-release-plugin] prepare release 2.5.0
2018-03-12 12:46:16 -04:00
Clebert Suconic
5ab187b7fe
ARTEMIS-1562 Fixing typos on examples
2018-03-09 18:10:01 -05:00
Clebert Suconic
15460adf5b
This closes #1949
2018-03-09 16:02:43 -05:00
Clebert Suconic
cd0309e92e
NO-JIRA: remove cache
2018-03-09 16:02:07 -05:00
Clebert Suconic
e01358f17a
This closes #1948
2018-03-09 16:00:15 -05:00
Justin Bertram
d39b1b5799
NO-JIRA clean Artemis artifacts from Travis cache
2018-03-09 16:00:15 -05:00
Clebert Suconic
91043f8153
NO-JIRA Fixing intermittent failure on listSession methods
2018-03-09 15:48:51 -05:00
Martyn Taylor
41a3fedb82
ARTEMIS-1682 Added back test-jar artemis-server test-jar
2018-03-09 16:30:25 +00:00
Justin Bertram
3c9e725ae2
This closes #1947
2018-03-09 09:27:52 -06:00
Justin Bertram
906a4371a7
NO-JIRA update upgrade details for 2.4->2.5
2018-03-09 09:21:15 -06:00
Justin Bertram
c16387ef2c
This closes #1946
2018-03-09 09:10:55 -06:00
andytaylor
3c6876ece6
ARTEMIS-1741 - log warning if a node isnt configured for quorum voting
...
https://issues.apache.org/jira/browse/ARTEMIS-1741
2018-03-09 09:10:55 -06:00
Justin Bertram
2cc163da79
This closes #1945
2018-03-09 09:09:51 -06:00
Clebert Suconic
91c0452d60
ARTEMIS-1737 Fixing semantic of ServerControl.forceFailover
...
This closes #1940
2018-03-08 23:42:29 -05:00
Stanislav Knot
dc096f950d
ARTEMIS-1737 fix for inaccessible slave console after failover
2018-03-08 23:32:44 -05:00
Clebert Suconic
27a4a1dfc5
This closes #1943
2018-03-08 22:47:10 -05:00
Justin Bertram
86c9e7267b
NO-JIRA review docs for content, style, & format
2018-03-08 22:47:10 -05:00