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

davsclaus pushed a change to branch feature/CAMEL-24003-cli-activity-connector
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard d3359082afe9 CAMEL-24003: Address review feedback - fix FQCNs and 
remove dead filter field
 discard 1eceb074e5ff CAMEL-24003: Add Detail title to Activity tab panel and 
shrink stats panel
 discard ba469d9adfce CAMEL-24003: Remove body/headers/properties/variables 
from Activity tab
 discard 38bc59690848 CAMEL-24003: Enhance TUI Activity tab with stats panel, 
endpoint sends, pause and time filter
 discard 2f452fa3a68b CAMEL-24003: Add F1 help text for Activity tab
 discard 4f3c02a091e6 chore: improve TUI footer hints for Activity tab and 
detail scroll labels
 discard 2edacd1d24d2 chore: fix missing trailing space in show hint key for 
HistoryTab and ErrorsTab
 discard e6c1f892a35a CAMEL-24003: Use HistoryTab-style show BHPV footer hints 
in ActivityTab
 discard 230d564b6108 CAMEL-24003: Add TUI Activity tab for live exchange 
monitoring
 discard 108894cb24b5 CAMEL-24003: Add unit test for ListActivity CLI command
 discard b5723ebcc1fd CAMEL-24003: Add camel get activity CLI command
 discard 7f0cf0f08226 CAMEL-24003: Wire activity data into CLI connector
     add c5cfe2f04896 CAMEL-24019: Fix flaky VertxWebsocketHandshakeHeadersTest 
(#24619)
     add a8f3423ffc5a CAMEL-23941: Fail startup in prod when authentication is 
enabled without a mechanism
     add a7f3a91c7a8a CAMEL-23815: camel-support - Shared ObjectInputFilter 
deserialization-filter helper (#24588)
     add ea4cd0f47e98 Generated sources regen for SBOM (#24624)
     add e95c60e2febb CAMEL-24018: Fix flaky OpensearchIndexIT (#24620)
     add 1f8808cc848e CAMEL-24026: Fix flaky XsltFromFileExceptionTest (#24625)
     add e6cc48e9c1d7 CAMEL-24007: Skip redundant TUI re-render on idle ticks
     add 9493e1d0c6d3 CAMEL-24027: Fix flaky InOutQueueProducerAsyncLoadTest 
(#24626)
     add 1d6db7c21856 CAMEL-24028: Fix flaky 
JmsTransactedDeadLetterChannelNotHandlerRollbackOnExceptionIT (#24627)
     add a752f554c8a8 CAMEL-24020: Fix flaky SjmsConnectionRecoveryTest (#24628)
     add 5d602acb7d0c CAMEL-23978: Fix AI panel cancellation, model resolution, 
and model listing
     add 6b7c4048a477 CAMEL-24003: Wire activity data into CLI connector
     add 12e6a708f821 CAMEL-24003: Add camel get activity CLI command
     add 787ece16499a CAMEL-24003: Add unit test for ListActivity CLI command
     add 8b04e6797a3a CAMEL-24003: Add TUI Activity tab for live exchange 
monitoring
     add f4201264a171 CAMEL-24003: Use HistoryTab-style show BHPV footer hints 
in ActivityTab
     add 27548f8ccf01 chore: fix missing trailing space in show hint key for 
HistoryTab and ErrorsTab
     add 590c5e27ab89 chore: improve TUI footer hints for Activity tab and 
detail scroll labels
     add 4689b01dde13 CAMEL-24003: Add F1 help text for Activity tab
     add 0823a55dc926 CAMEL-24003: Enhance TUI Activity tab with stats panel, 
endpoint sends, pause and time filter
     add b61877ec5d67 CAMEL-24003: Remove body/headers/properties/variables 
from Activity tab
     add acf28d16b6e7 CAMEL-24003: Add Detail title to Activity tab panel and 
shrink stats panel
     add 42646d1cfd74 CAMEL-24003: Address review feedback - fix FQCNs and 
remove dead filter field

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   (d3359082afe9)
            \
             N -- N -- N   
refs/heads/feature/CAMEL-24003-cli-activity-connector (42646d1cfd74)

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                         | 17027 +++++++++----------
 camel-sbom/camel-sbom.xml                          | 14981 ++++++++--------
 .../org/apache/camel/http/common/HttpHelper.java   |    29 +-
 .../protostream/DefaultExchangeHolderUtils.java    |    24 +-
 .../DefaultExchangeHolderUtilsTest.java            |     3 +-
 .../org/apache/camel/component/jms/JmsBinding.java |    64 +-
 ...tterChannelNotHandlerRollbackOnExceptionIT.java |    13 +-
 .../apache/camel/component/mina/MinaConverter.java |    23 +-
 .../mina/MinaConverterDefaultFilterTest.java       |    34 +-
 .../component/netty/http/NettyHttpHelper.java      |    32 +-
 .../NettyHttpHelperDeserializationFilterTest.java  |     3 +-
 .../camel/component/netty/NettyConverter.java      |    23 +-
 .../netty/NettyConverterDefaultFilterTest.java     |    32 +-
 .../opensearch/integration/OpensearchIndexIT.java  |    11 +
 .../http/main/DefaultMainHttpServerFactory.java    |    30 +-
 ...henticationConfigurationMainHttpServerTest.java |    10 +
 .../camel/component/sjms/jms/JmsBinding.java       |    61 +-
 .../component/sjms/SjmsConnectionRecoveryTest.java |    34 +-
 .../producer/InOutQueueProducerAsyncLoadTest.java  |    46 +-
 .../component/vertx/http/VertxHttpHelper.java      |    33 +-
 .../VertxHttpHelperDeserializationFilterTest.java  |     3 +-
 .../VertxWebsocketHandshakeHeadersTest.java        |    14 +-
 .../component/xslt/XsltFromFileExceptionTest.java  |    12 +-
 .../camel/support/DeserializationFilterHelper.java |   143 +
 .../example/external/NotAllowedSerializable.java   |     7 +-
 .../support/DeserializationFilterHelperTest.java   |   147 +
 .../ROOT/pages/camel-4x-upgrade-guide-4_22.adoc    |    12 +
 .../camel/dsl/jbang/core/commands/LlmClient.java   |    57 +-
 .../core/commands/LlmClientListModelsTest.java     |    73 +
 .../camel/dsl/jbang/core/commands/tui/AiPanel.java |    28 +-
 .../core/commands/tui/AiSlashCommandRegistry.java  |    39 +-
 .../dsl/jbang/core/commands/tui/CamelMonitor.java  |    40 +-
 .../dsl/jbang/core/commands/tui/AiPanelTest.java   |    63 +-
 .../commands/tui/CamelMonitorTickRedrawTest.java   |    63 +
 .../OpenSearchLocalContainerInfraService.java      |     4 +
 35 files changed, 15995 insertions(+), 17223 deletions(-)
 create mode 100644 
core/camel-support/src/main/java/org/apache/camel/support/DeserializationFilterHelper.java
 copy {components/camel-infinispan/camel-infinispan => 
core/camel-support}/src/test/java/com/example/external/NotAllowedSerializable.java
 (80%)
 create mode 100644 
core/camel-support/src/test/java/org/apache/camel/support/DeserializationFilterHelperTest.java
 create mode 100644 
dsl/camel-jbang/camel-jbang-plugin-tui/src/test/java/org/apache/camel/dsl/jbang/core/commands/tui/CamelMonitorTickRedrawTest.java

Reply via email to