This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-4.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git
from 59fe687a1522 CAMEL-24594: camel-platform-http-vertx - Add tests
verifying REST DSL response marshal failure returns HTTP 500 with empty body
(not silent 200)
add b9e1da150b80 [backport camel-4.22.x] CAMEL-24590: Route group MBean
aggregates performance statistics across all member routes
No new revisions were added by this update.
Summary of changes:
.../management/JmxManagementLifecycleStrategy.java | 28 +++++---
.../ManagedRouteGroupFailuresHandledTest.java | 83 ++++++++++++++++++++++
.../camel/management/ManagedRouteGroupTest.java | 5 +-
3 files changed, 107 insertions(+), 9 deletions(-)
create mode 100644
core/camel-management/src/test/java/org/apache/camel/management/ManagedRouteGroupFailuresHandledTest.java