197 Commits

Author SHA1 Message Date
aaron.hoffer
d0574b39af
ARTEMIS-3765 Display validated user in Hawtio
This PR adds a "Validated User" column to the Hawtio plugin. The column is
not visible by default. The "Validated User" column is available in the
Session, Consumer, and Producer tabs of the artemis-navigation notebook.
"Validated User" is also available for sort and filtering in those view.
The "Validated Consumer" in the Producer view is always blank. I debugged
as far as I could, but did not find the cause of the issue.
2022-04-19 09:49:31 -05:00
Justin Bertram
316fe8a350 ARTEMIS-3773 remove defunct rate references from web console
This is a follow-up from ARTEMIS-3397. This commit removes the last
traces of the "rate" queue metric from the web console.
2022-04-13 10:26:28 -04:00
Clebert Suconic
a0e7cb4eae [maven-release-plugin] prepare for next development iteration 2022-03-22 13:34:58 -04:00
Clebert Suconic
d57ac487c7 [maven-release-plugin] prepare release 2.21.0 2022-03-22 13:34:55 -04:00
Robbie Gemmell
dcbd4b059a ARTEMIS-3695: use specific jetty deps instead of uber jar, rationalise servlet api deps
Partially reverts c5f94f340d721600c4b67dc003eace023b046211
2022-03-03 21:59:13 -05: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
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
Robbie Gemmell
402a8e21a1
ARTEMIS-3689: remove various cruft and use consistent managed plugin and dep versions 2022-02-17 14:41:47 -06:00
Matteo Baccan
8c3f699d27 Typo error: double semicolon at the end of line 2022-02-17 10:30:33 -05:00
Robbie Gemmell
8661cecb8f ARTEMIS-3655: isolate the errorprone dependencies to its profiles, enable everywhere, fix related problems, and update to 2.10. 2022-01-26 16:32:34 +00:00
Justin Bertram
862b060416
NO-JIRA a few more logo/icon updates 2022-01-20 08:50:23 -06:00
Justin Bertram
1ddfa069bf
NO-JIRA update logos with ® and better quality 2022-01-14 17:01:18 -06:00
Erwin Dondorp
4179de9e36
ARTEMIS-3632 add absolute timestamp for expiry times (after the relative timestamp, only in the details panel) 2022-01-12 12:44:47 -06:00
Erwin Dondorp
851cc7ee08
ARTEMIS-3631 recognise more timestamp header fields from OpenWire 2022-01-12 12:42:31 -06:00
Erwin Dondorp
b8e7309482
ARTEMIS-3629 fixed css error 2022-01-12 12:15:06 -06:00
Erwin Dondorp
134425675e
ARTEMIS-3630 added missing end-tag in diagram page 2022-01-12 12:12:05 -06:00
Erwin Dondorp
5708bcbf56 ARTEMIS-3633 fixed description for password field in preferences tab 2022-01-12 09:31:27 -05:00
Erwin Dondorp
9b450558d9 ARTEMIS-3621 show 'zero' timestamp as 'N/A' (instead of 1970...) 2022-01-04 11:31:37 -05:00
Justin Bertram
2e3c69c9c8 ARTEMIS-3612 update Hawtio and strip Log4j from console web app
Move to the latest release of Hawtio 2.14.x.

Also, remove the Log4j archives from the web console application. It's
not necessary to include Log4j archives because Hawtio itself uses SLF4J
and the logging implementation will be provided by the broker runtime.
We already do this for SLF4J.

While not strictly necessary, removing Log4j will ease concerns about
security issues such as the recently announced CVE-2021-44228.
2021-12-16 21:25:48 -05:00
Clebert Suconic
e34677f5c0 [maven-release-plugin] prepare for next development iteration 2021-12-14 22:50:55 -05:00
Clebert Suconic
3dea7eeb71 [maven-release-plugin] prepare release 2.20.0 2021-12-14 22:50:53 -05:00
Erwin Dondorp
b65c84584a ARTEMIS-3568 consistent capitals 2021-12-14 19:25:03 -05:00
Erwin Dondorp
6ea4146228 ARTEMIS-3568 smaller dropdownbox and button on same row 2021-12-14 19:25:03 -05:00
Erwin Dondorp
0722b3c570 ARTEMIS-3568 fixed "it's" vs "its" 2021-12-14 19:25:03 -05:00
Erwin Dondorp
97378a6b15 ARTEMIS-3568 fixed "in" vs "ion" 2021-12-14 19:25:03 -05:00
Erwin Dondorp
6ca05e5da1 ARTEMIS-3568 fixed format-message of page send-message-to-queue 2021-12-14 19:25:03 -05:00
Erwin Dondorp
5e17db7d8f ARTEMIS-3568 fixed delete-header of page send-message-to-queue 2021-12-14 19:25:03 -05:00
Erwin Dondorp
de7d141397 ARTEMIS-3570 also decode routing-types 2021-12-14 08:55:02 -05:00
Erwin Dondorp
dcd993d8e4 ARTEMIS-3570 do not try to use header fields when they are not even numeric 2021-12-14 08:55:02 -05:00
Erwin Dondorp
02e19e6531 ARTEMIS-3570 decode more timestamp properties 2021-12-14 08:55:02 -05:00
Erwin Dondorp
51fd26a22c ARTEMIS-3570 also decode _AMQ_Binding_Type 2021-12-14 08:55:02 -05:00
Benjamin Graf
5f5f683a85 ARTEMIS-3544 Set min version of javax.servlet 2021-11-29 12:01:53 -05:00
Erwin Dondorp
abf82bc851 ARTEMIS-3571 fixed pluralization in confirmation message 2021-11-16 13:09:07 +01:00
Justin Bertram
402842062a [maven-release-plugin] prepare for next development iteration 2021-10-11 13:35:57 -05:00
Justin Bertram
5fcb763234 [maven-release-plugin] prepare release 2.19.0 2021-10-11 13:35:06 -05:00
Erwin Dondorp
f4be4d9718 ARTEMIS-3508 enhance all fields for which an enhancement function exists 2021-10-04 14:51:51 -05:00
Erwin Dondorp
ea06621f3f ARTEMIS-3510 enhance detailed view of property JMS_AMQP_ORIGINAL_ENCODING 2021-10-01 09:56:54 +02:00
Andy Taylor
e37175784c ARTEMIS-3493 - expose User ID (JMS Message ID) in send tab of console
https://issues.apache.org/jira/browse/ARTEMIS-3493
2021-09-28 08:11:26 +01:00
Domenico Francesco Bruscino
902cb105cf ARTEMIS-3485 Improve branding context init 2021-09-24 09:50:08 +02:00
Domenico Francesco Bruscino
a648805a59 ARTEMIS-3485 Fix web plugin contexts
Support custom web plugin contexts defined with the `url` attribute
of the `app` element in bootstrap.xml.
2021-09-17 07:56:13 -05:00
Justin Bertram
4dd643cbec ARTEMIS-3466 byte arrays can have negative hex numbers in web console 2021-09-09 15:28:39 -05:00
Erwin Dondorp
366ab504ac ARTEMIS-3469 additionally show readable versions of expiration/timestamp 2021-09-09 15:27:47 -05:00
Erwin Dondorp
e27ef12ae1 ARTEMIS-3468 do not show field "selected" 2021-09-09 15:27:15 -05:00
Clebert Suconic
b8c64590f9 [maven-release-plugin] prepare for next development iteration 2021-08-09 11:58:28 -04:00
Clebert Suconic
37cc298973 [maven-release-plugin] prepare release 2.18.0 2021-08-09 11:58:27 -04:00
Clebert Suconic
cc4a51a3ea [maven-release-plugin] prepare for next development iteration 2021-08-06 17:04:18 -04:00
Clebert Suconic
0b30187091 [maven-release-plugin] prepare release 2.18.0 2021-08-06 17:04:16 -04:00
Clebert Suconic
0e2ce484ba [maven-release-plugin] prepare for next development iteration 2021-08-06 13:46:56 -04:00
Clebert Suconic
cb705b5c5c [maven-release-plugin] prepare release 2.18.0 2021-08-06 13:46:54 -04:00
Erwin Dondorp
abcfe2fe6f ARTEMIS-3177 allow a NOT-CONTAINS filter 2021-08-05 09:21:55 -04:00