grgrzybek commented on PR #135:
URL:
https://github.com/apache/activemq-artemis-console/pull/135#issuecomment-3546922829
@andytaylor @jbertram @brusdev here's a PR for console changes:
* Hawtio is upgraded to latest upstream versions:
* hawtio 4.6.2 with Jolokia 2.4.2 which doesn't short-circuit fetching
multiple attributes and returns better values for error handling at client-side
* @hawtio/react is upgraded to 1.11.4 where we don't silently return default
(`{}`, `[]`, `0`, `null`) values where RBAC throws an exception
* https://issues.apache.org/jira/browse/ARTEMIS-5772 where I remove
hardcoded 5s refresh rate and use the value configured in preferences (if
available)
* https://issues.apache.org/jira/browse/ARTEMIS-5760 (a big one) where I
carefully review all places where artemis console calls jolokiaService , so
RBAC exceptions are handled as notifications at proper level (no silent
ignoring of the errors)
* https://issues.apache.org/jira/browse/ARTEMIS-5743:
* I either use RBAC metadata to show nice banner or
* without RBAC metadata I add lock icons to inaccessible attributes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact