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

davsclaus pushed a change to branch CAMEL-23706-cmd-span-waterfall
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 37a7a72bb2ff CAMEL-23706: camel cmd span - Add trace-grouped view and 
ASCII waterfall
    omit a48a716d4b1a CAMEL-23672: TUI - Fix throughput chart not updating
    omit 85dca76df7a9 CAMEL-23706: TUI - Stable trace selection across tab 
switches
    omit 008eb1dab54c CAMEL-23706: TUI - Pre-select first trace when opening 
Spans tab
    omit 2dff03ed095a CAMEL-23706: TUI - Add route and from as sortable columns
    omit a8ea037f3006 CAMEL-23706: TUI - Sort cycle follows column order 
left-to-right
    omit 075537de93d4 CAMEL-23706: TUI - Fix sort header styles to all use 
yellow
    omit 66c65b85035b CAMEL-23706: TUI - MCP navigate/getTable support for More 
submenu tabs
    omit d40854cb0f13 CAMEL-23706: TUI - Improve OTel trace list with sorting, 
filtering, and remote detection
    omit f0d487ede0cb CAMEL-23708: DevSpanExporter trace-aware eviction and 
capacity bump
    omit 5f9d6986b608 CAMEL-23708: Add reproducer test for multicast+seda/stub 
OTel spans
    omit 3b24880098f8 CAMEL-23706: TUI - Enrich OTel spans with 
routeId/processorId, add MCP tool, improve waterfall
    omit 9638b977cc26 CAMEL-23706: TUI - Add OTel Spans tab with Jaeger-style 
waterfall view
    omit 298de3c46c38 CAMEL-23706: Add camel cmd span CLI command for OTel span 
display
     add a1c7d3facf96 Regen SBOM from commit 
33334be369115fc592bdac640c5bab830ffc2af3 (#23820)
     add 7f1ba4cd05b7 CAMEL-23535: camel-api - batch 7: enhance class-level 
Javadoc for type conversion and class resolution SPIs
     add 6c9a375e4173 CAMEL-23707: Fix row-mutation bug in ListVault with 
multiple vault types
     add deedbe3dc952 CAMEL-23535: camel-api - batches 8-9: enhance Javadoc for 
registry, DI, and route lifecycle SPIs
     add 3eecf146044f CAMEL-23706: TUI - Add OTel Spans tab with Jaeger-style 
waterfall view (#23819)
     add 1078af354cb4 CAMEL-23706: camel cmd span - Add trace-grouped view and 
ASCII waterfall

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (37a7a72bb2ff)
            \
             N -- N -- N   refs/heads/CAMEL-23706-cmd-span-waterfall 
(1078af354cb4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 camel-sbom/camel-sbom.json                         | 16742 +++++++++----------
 camel-sbom/camel-sbom.xml                          | 14495 ++++++++--------
 .../main/java/org/apache/camel/ShutdownRoute.java  |    18 +-
 .../java/org/apache/camel/ShutdownRunningTask.java |    19 +-
 .../main/java/org/apache/camel/TypeConverter.java  |    21 +-
 .../java/org/apache/camel/TypeConverterExists.java |    12 +-
 .../main/java/org/apache/camel/TypeConverters.java |    14 +-
 .../org/apache/camel/spi/BeanIntrospection.java    |    18 +-
 .../org/apache/camel/spi/BeanProcessorFactory.java |    17 +-
 .../org/apache/camel/spi/BeanProxyFactory.java     |    13 +-
 .../java/org/apache/camel/spi/BeanRepository.java  |    15 +-
 .../org/apache/camel/spi/BulkTypeConverters.java   |    15 +-
 .../java/org/apache/camel/spi/ClassResolver.java   |    15 +-
 .../apache/camel/spi/ComponentNameResolver.java    |     8 +-
 .../org/apache/camel/spi/ComponentResolver.java    |    14 +-
 .../main/java/org/apache/camel/spi/Configurer.java |    18 +-
 .../org/apache/camel/spi/ConfigurerResolver.java   |    11 +-
 .../org/apache/camel/spi/ConfigurerStrategy.java   |    11 +-
 .../java/org/apache/camel/spi/FactoryFinder.java   |    14 +-
 .../apache/camel/spi/FactoryFinderResolver.java    |    11 +-
 .../apache/camel/spi/PackageScanClassResolver.java |    12 +-
 .../org/apache/camel/spi/PackageScanFilter.java    |    15 +-
 .../java/org/apache/camel/spi/RouteController.java |    17 +-
 .../java/org/apache/camel/spi/RoutePolicy.java     |    17 +-
 .../org/apache/camel/spi/RoutePolicyFactory.java   |    15 +-
 .../org/apache/camel/spi/RouteStartupOrder.java    |    14 +-
 .../org/apache/camel/spi/ShutdownStrategy.java     |    36 +-
 .../org/apache/camel/spi/StartupCondition.java     |    13 +-
 .../org/apache/camel/spi/StartupStepRecorder.java  |    16 +-
 .../camel/spi/SupervisingRouteController.java      |    19 +-
 .../org/apache/camel/spi/TypeConverterLoader.java  |    13 +-
 .../apache/camel/spi/TypeConverterRegistry.java    |    23 +-
 dsl/camel-jbang/camel-jbang-core/pom.xml           |     6 +
 .../dsl/jbang/core/commands/process/ListVault.java |     7 +
 .../jbang/core/commands/process/ListVaultTest.java |   300 +
 .../process/ProcessCommandTestSupport.java         |   157 +
 36 files changed, 16012 insertions(+), 16169 deletions(-)
 create mode 100644 
dsl/camel-jbang/camel-jbang-core/src/test/java/org/apache/camel/dsl/jbang/core/commands/process/ListVaultTest.java
 create mode 100644 
dsl/camel-jbang/camel-jbang-core/src/test/java/org/apache/camel/dsl/jbang/core/commands/process/ProcessCommandTestSupport.java

Reply via email to