This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-console.git


    from 06b5851  ARTEMIS-5771 display creation time for producer
     new a257483  ARTEMIS-5760: Upgrade to @hawtio/react 1.11.4
     new d3833c6  ARTEMIS-5760: reject the promises for getting MBean 
attributes after exception
     new 5c94faf  ARTEMIS-5760: Upgrade to Jolokia 2.4.2 and Jolokia 
Integration 0.8.0
     new 44f0207  ARTEMIS-5760: Upgrade to @hawtio/backend-middleware 1.0.8 to 
fix POST/proxy issue
     new 06f080d  ARTEMIS-5760: Upgrade to Hawtio 4.6.2 with new Jolokia 
version and improved RBAC support
     new 904ca38  ARTEMIS-5743: Handle inaccessible attributes better, when no 
RBAC metadata is available
     new 9ee3a33  ARTEMIS-5760: Handle _all_ places where jolokiaService may 
throw RBAC-related exception
     new 673d989  ARTEMIS-5772: Use Hawtio/Jolokia refresh rate if available

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../artemis-extension/app/package.json             |   4 +-
 .../artemis-extension/app/webpack.config.cjs       |   2 +-
 .../artemis-extension/package.json                 |   2 +-
 .../packages/artemis-console-plugin/package.json   |   2 +-
 .../artemis-console-plugin/src/ArtemisHeader.tsx   |   9 +-
 .../src/addresses/AddressesTable.tsx               |  14 +-
 .../src/addresses/CreateAddress.tsx                |  11 +-
 .../src/addresses/DeleteAddress.tsx                |  12 +-
 .../src/artemis-service.test.ts                    |  11 +-
 .../artemis-console-plugin/src/artemis-service.ts  | 238 ++++++++++++++++++---
 .../src/connections/ConnectionsTable.tsx           |  14 +-
 .../src/consumers/ConsumerTable.tsx                |  14 +-
 .../src/messages/MessagesTable.tsx                 |   9 +-
 .../src/messages/QueueSelect.tsx                   |   6 +-
 .../src/messages/SendMessage.tsx                   |  20 +-
 .../src/producers/ProducerTable.tsx                |   6 +-
 .../src/queues/CreateQueue.tsx                     |  11 +-
 .../src/queues/DeleteQueue.tsx                     |  16 +-
 .../src/queues/QueuesTable.tsx                     |  21 +-
 .../src/sessions/SessionsTable.tsx                 |  14 +-
 .../artemis-console-plugin/src/status/Status.tsx   | 149 ++++++++-----
 .../artemis-extension/yarn.lock                    |  56 ++---
 pom.xml                                            |   6 +-
 23 files changed, 423 insertions(+), 224 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to