Clebert Suconic
293b96aa45
ARTEMIS-3697 Adding test assertion on invalid IO on Paging
...
This commit is part of a bigger task where I am improving paging.
This test is needed to validate some of the changes I am making on further commits.
2022-02-25 14:34:44 -05:00
Domenico Francesco Bruscino
b0f131f080
ARTEMIS-3694 Support remote servers for console smoke tests
2022-02-23 20:39:11 +01:00
franz1981
101c0d2cd0
ARTEMIS-3679 Brokers shutdown after daylight saving fall back
2022-02-23 06:53:49 +01:00
Justin Bertram
3be4dd6aeb
NO-JIRA clarify LVQ docs on clustering
2022-02-21 14:59:56 -06:00
Justin Bertram
178b6ce77f
This closes #3913
2022-02-17 15:24:05 -06:00
Erwin Dondorp
754c569d08
ARTEMIS-3186 enable create-queue more often
...
* provide proper default when creating queues on anycast/multicast level
* allow queue creation on 3 levels (not 1)
* reformatted the shouldShow functions for readability
* force conscious decision on the routing type when creating address or queue
* do not need workspace as a parameter (4 out of 7 functions were already like that)
2022-02-17 15:24:05 -06:00
Justin Bertram
27f09810b8
This closes #3923
2022-02-17 15:23:10 -06:00
Erwin Dondorp
c9d427a112
ARTEMIS-3653 broker diagram improvements
...
* only show the checkboxes that have any influence on the diagram
* add additional brokers that are known but are not part of the cluster (at this moment)
* made construction of master-slave pair slightly more readable
* simplified construction of dummy broker icon
* show properties of current broker with the correct node of the diagram
* use the new styling for the current broker icon
* show the broker name instead of "broker"
* replace style ThisBroker with ThisMasterBroker+ThisSlaveBroker
* do not show quotes around address- and queue-names
* show the broker name without port number when the port number is the default one
* properly document the icon choices
2022-02-17 15:23:09 -06:00
Justin Bertram
469260375e
This closes #3959
2022-02-17 15:20:53 -06:00
gtully
cdcbfb2ae0
ARTEMIS-3627 - support 25k type postfix, same feature as xml config, for long values
2022-02-17 15:20:52 -06:00
Justin Bertram
fb0e4a531a
This closes #3947
2022-02-17 14:56:43 -06:00
AntonRoskvist
99b9d87bfd
ARTEMIS-2934 Add option to suppress SESSION notifications
2022-02-17 14:56:16 -06:00
Justin Bertram
7ea5010d04
This closes #3960
2022-02-17 14:41:48 -06:00
Robbie Gemmell
402a8e21a1
ARTEMIS-3689: remove various cruft and use consistent managed plugin and dep versions
2022-02-17 14:41:47 -06:00
Justin Bertram
7cc66a8299
This closes #3927
2022-02-17 14:36:39 -06:00
AntonRoskvist
8a9f326b25
ARTEMIS-3647 - OpenWire, remove rolledbackMessageRef on Ack
2022-02-17 14:36:39 -06:00
Robbie Gemmell
5d5e6ccb20
ARTEMIS-3638: remove duplicate dependency definition to fix warning
2022-02-17 16:19:19 +00:00
Matteo Baccan
8c3f699d27
Typo error: double semicolon at the end of line
2022-02-17 10:30:33 -05:00
Matteo Baccan
dc1c269b36
Fixed a typo error "unkown" -> "unknown"
2022-02-17 10:29:58 -05:00
Robbie Gemmell
f0a96628b4
ARTEMIS-3666: update to postgresql 42.3.3
2022-02-16 23:35:09 +01:00
Emmanuel Hugonnet
20bbfe3afb
[ARTEMIS-3682]: No way of knowing if a bridge was successfully deployed
...
or not.
* deployBridge now returns a boolean to know if the deployment
succeeded or not.
Issue: https://issues.apache.org/jira/browse/ARTEMIS-3682
2022-02-15 09:05:35 -05:00
Justin Bertram
0bc7bf3f7c
ARTEMIS-3677 add more tests
2022-02-14 12:23:16 -06:00
Robbie Gemmell
e8cac3c5c2
ARTEMIS-3684: update netty to 4.1.74 (and netty-tcnative to 2.0.48)
2022-02-14 15:49:49 +00:00
Robbie Gemmell
6aa9e207f6
This closes #3951
2022-02-14 12:43:56 +00:00
Domenico Francesco Bruscino
c5f94f340d
ARTEMIS-3650: Remove unused tomcat-servlet-api dependency
2022-02-14 12:41:53 +00:00
Justin Bertram
7b25cbb51d
ARTEMIS-3677 add test, etc.
2022-02-10 12:00:17 -06:00
Justin Bertram
d2e31a6b3f
This closes #3949
2022-02-10 10:30:45 -06:00
Justin Bertram
27d018327a
ARTEMIS-3678 return proper CONNACK code when MQTT 3.x auth fails
2022-02-10 10:30:44 -06:00
Justin Bertram
7a34194ce0
This closes #3948
2022-02-10 10:30:03 -06:00
Justin Bertram
51a25b4ba4
ARTEMIS-3677 mitigate NPE when browsing messages
2022-02-10 10:30:03 -06:00
Justin Bertram
7648e8bac3
NO-JIRA fix compressLargeMessage documentation
2022-02-10 09:49:22 -06:00
Justin Bertram
c3d0658466
ARTEMIS-3671 fix readability of queue stat output
2022-02-09 18:29:27 -05:00
Robbie Gemmell
22328dc188
ARTEMIS-3675: use reload4j in the optional openwire tests module
2022-02-08 17:21:31 +00:00
Robbie Gemmell
9043f7ad97
ARTEMIS-3674: update to SLF4J 1.7.36
2022-02-08 16:11:54 +00:00
Justin Bertram
fd9eb2ec9f
This closes #3851
2022-02-07 20:31:30 -06:00
Domenico Francesco Bruscino
bac579ac25
ARTEMIS-3573 Support PropertiesLoginModule custom password codecs
2022-02-07 20:31:30 -06:00
Justin Bertram
124cd6ca58
This closes #3884
2022-02-07 20:06:46 -06:00
AntonRoskvist
bf83a9b3d1
ARTEMIS-3608 - Add distribution for Multicast messages to OFF_WITH_REDISTRIBUTION to avoid message loss
2022-02-07 20:06:45 -06:00
Justin Bertram
8353eca9ee
This closes #3886
2022-02-07 19:45:09 -06:00
Luis De Bello
cf73e895f3
ARTEMIS-3613: Deprecating stompMaxFramePayloadLength in favour of webSocketMaxFramePayloadLength
2022-02-07 19:44:18 -06:00
Justin Bertram
d22e675ae9
This closes #3914
2022-02-07 19:08:00 -06:00
Domenico Francesco Bruscino
290e5016c8
ARTEMIS-3645 Support broker balancer cache persistence
2022-02-07 19:08:00 -06:00
Justin Bertram
ae7e7cbb22
ARTEMIS-2413 fix tests
2022-02-07 11:44:41 -06:00
Justin Bertram
edc5c9ffa2
This closes #3945
2022-02-07 11:14:14 -06:00
Domenico Francesco Bruscino
a882b5514b
ARTEMIS-3673 Set default hawtio role
2022-02-07 11:14:14 -06:00
Justin Bertram
1f24bef0a3
This closes #3817
2022-02-07 09:07:12 -06:00
Justin Bertram
ec52682697
ARTEMIS-3145 ensure lock validity before releasing
2022-02-07 09:07:12 -06:00
Justin Bertram
bafa0fbb3c
ARTEMIS-3641 move to the latest checkstyle
2022-02-07 10:02:09 -05:00
Justin Bertram
e3cbc566c2
This closes #3811
2022-02-07 08:56:15 -06:00
nbrendah
dbb4cd0a7a
ARTEMIS-2582: EmbeddedActiveMQ.stop() should check for null
2022-02-07 08:55:57 -06:00