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 fa39aa4ac2e7 CAMEL-24003: Fix thread-safety in BacklogTracer message 
history queue
 discard 828635650abf CAMEL-24003: Improve Activity summary with percentiles, 
error rate, throughput rate
 discard 4774747f112b CAMEL-24003: Improve Errors tab message history with 
colored route IDs and error highlight
 discard aa5e6d5e8f05 CAMEL-24003: Add Detail title to History tab detail panels
 discard 92438c6fbd06 CAMEL-24003: Fix Errors tab detail panel layout, title, 
exception duplication, and type shortening
 discard e97544c0ee1e CAMEL-24003: Fix infra popup port dialog navigation and 
align cycling style
 discard cc805d91e175 CAMEL-24003: Widen Overview FAIL column to avoid 
truncating age
 discard e23aa7d4a697 CAMEL-24003: Address review feedback - fix FQCNs and 
remove dead filter field
 discard e2c58ea58654 CAMEL-24003: Add Detail title to Activity tab panel and 
shrink stats panel
 discard c00d38a155bc CAMEL-24003: Remove body/headers/properties/variables 
from Activity tab
 discard ac0f85ec230d CAMEL-24003: Enhance TUI Activity tab with stats panel, 
endpoint sends, pause and time filter
 discard 2d5186fb2f7d CAMEL-24003: Add F1 help text for Activity tab
 discard 7a171c916b90 chore: improve TUI footer hints for Activity tab and 
detail scroll labels
 discard 1621290883b5 chore: fix missing trailing space in show hint key for 
HistoryTab and ErrorsTab
 discard 41a5443feb7f CAMEL-24003: Use HistoryTab-style show BHPV footer hints 
in ActivityTab
 discard 3145a0f40f5e CAMEL-24003: Add TUI Activity tab for live exchange 
monitoring
 discard a9f605bcbebb CAMEL-24003: Add unit test for ListActivity CLI command
 discard 01823282c38f CAMEL-24003: Add camel get activity CLI command
 discard 9b0c0487c7e2 CAMEL-24003: Wire activity data into CLI connector
     add a1052f618935 CAMEL-24033: Fix flaky camel-core tests using timed 
assertions (#24633)
     add 30795dc42556 CAMEL-24034: Fix flaky SingleMessageSameTopicIT (#24634)
     add 9aaa8178c8b1 CAMEL-24037: Fix flaky camel-core tests using timed 
assertions (#24635)
     add 6544f1b716d7 CAMEL-24038: Fix flaky AsyncWiretapTest in telemetry 
modules (#24636)
     add 8cae267bb14c CAMEL-23979: Expose published CVE security advisories via 
camel-catalog and camel-jbang-mcp (#24573)
     add 8c1e61d7b6fc CAMEL-24003: Fix thread-safety in BacklogTracer message 
history queue
     add fa0ab21b75c6 CAMEL-24003: Wire activity data into CLI connector
     add f0c468d3aa99 CAMEL-24003: Add camel get activity CLI command
     add 612a26f2db6d CAMEL-24003: Add unit test for ListActivity CLI command
     add 4116d9f4b865 CAMEL-24003: Add TUI Activity tab for live exchange 
monitoring
     add bf581b099388 CAMEL-24003: Use HistoryTab-style show BHPV footer hints 
in ActivityTab
     add 36d08b1ff594 chore: fix missing trailing space in show hint key for 
HistoryTab and ErrorsTab
     add afa5f11a84b2 chore: improve TUI footer hints for Activity tab and 
detail scroll labels
     add eff6e51b0fcc CAMEL-24003: Add F1 help text for Activity tab
     add ae01dda62976 CAMEL-24003: Enhance TUI Activity tab with stats panel, 
endpoint sends, pause and time filter
     add ee2e1d37edd5 CAMEL-24003: Remove body/headers/properties/variables 
from Activity tab
     add 11e17dfbea88 CAMEL-24003: Add Detail title to Activity tab panel and 
shrink stats panel
     add f941373b55cf CAMEL-24003: Address review feedback - fix FQCNs and 
remove dead filter field
     add 11c995fe77d5 CAMEL-24003: Widen Overview FAIL column to avoid 
truncating age
     add 82e2e0821048 CAMEL-24003: Fix infra popup port dialog navigation and 
align cycling style
     add c4414987dcee CAMEL-24003: Fix Errors tab detail panel layout, title, 
exception duplication, and type shortening
     add d0357b075a2f CAMEL-24003: Add Detail title to History tab detail panels
     add b5e2338cf3e9 CAMEL-24003: Improve Errors tab message history with 
colored route IDs and error highlight
     add acd15d16919a CAMEL-24003: Improve Activity summary with percentiles, 
error rate, throughput rate

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

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:
 catalog/camel-catalog/pom.xml                      |   20 +
 .../advisories/camel-security-advisories.json      | 1032 ++++++++++++++++++++
 .../org/apache/camel/catalog/CamelCatalog.java     |   10 +
 .../apache/camel/catalog/DefaultCamelCatalog.java  |   20 +
 .../org/apache/camel/catalog/CamelCatalogTest.java |   20 +
 .../consumers/SingleMessageSameTopicIT.java        |    5 +-
 .../camel/telemetrydev/AsyncWiretapTest.java       |   18 +-
 .../apache/camel/telemetry/AsyncWiretapTest.java   |   19 +-
 .../file/FileConsumePollEnrichFileTest.java        |   21 +-
 .../component/scheduler/TwoSchedulerTest.java      |    9 +-
 .../component/seda/SedaBlockWhenFullTest.java      |    5 +-
 .../SplitterParallelAsyncProcessorIssueTest.java   |    6 +-
 .../aggregator/DistributedTimeoutTest.java         |   10 +-
 ...xceptionRoutePolicyHalfOpenHandlerSedaTest.java |    6 +-
 ...tlingExceptionRoutePolicyOpenViaConfigTest.java |    9 +-
 .../modules/ROOT/pages/camel-jbang-mcp.adoc        |   27 +-
 .../jbang/core/commands/mcp/AdvisoryResources.java |  127 +++
 .../jbang/core/commands/mcp/AdvisoryService.java   |  218 +++++
 .../dsl/jbang/core/commands/mcp/AdvisoryTools.java |   90 ++
 .../dsl/jbang/core/commands/mcp/HardenTools.java   |   70 +-
 .../core/commands/mcp/AdvisoryResourcesTest.java   |  110 +++
 .../core/commands/mcp/AdvisoryServiceTest.java     |  179 ++++
 .../jbang/core/commands/mcp/AdvisoryToolsTest.java |   86 ++
 .../core/commands/mcp/HardenToolsAdvisoryTest.java |  100 ++
 .../org/apache/camel/tooling/model/JsonMapper.java |   49 +
 .../camel/tooling/model/SecurityAdvisoryModel.java |  122 +++
 .../packaging/UpdateSecurityAdvisoriesMojo.java    |  307 ++++++
 .../UpdateSecurityAdvisoriesMojoTest.java          |  127 +++
 .../resources/security-advisories/CVE-2013-4330.md |   23 +
 .../security-advisories/CVE-2025-27636.md          |   53 +
 30 files changed, 2851 insertions(+), 47 deletions(-)
 create mode 100644 
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/advisories/camel-security-advisories.json
 create mode 100644 
dsl/camel-jbang/camel-jbang-mcp/src/main/java/org/apache/camel/dsl/jbang/core/commands/mcp/AdvisoryResources.java
 create mode 100644 
dsl/camel-jbang/camel-jbang-mcp/src/main/java/org/apache/camel/dsl/jbang/core/commands/mcp/AdvisoryService.java
 create mode 100644 
dsl/camel-jbang/camel-jbang-mcp/src/main/java/org/apache/camel/dsl/jbang/core/commands/mcp/AdvisoryTools.java
 create mode 100644 
dsl/camel-jbang/camel-jbang-mcp/src/test/java/org/apache/camel/dsl/jbang/core/commands/mcp/AdvisoryResourcesTest.java
 create mode 100644 
dsl/camel-jbang/camel-jbang-mcp/src/test/java/org/apache/camel/dsl/jbang/core/commands/mcp/AdvisoryServiceTest.java
 create mode 100644 
dsl/camel-jbang/camel-jbang-mcp/src/test/java/org/apache/camel/dsl/jbang/core/commands/mcp/AdvisoryToolsTest.java
 create mode 100644 
dsl/camel-jbang/camel-jbang-mcp/src/test/java/org/apache/camel/dsl/jbang/core/commands/mcp/HardenToolsAdvisoryTest.java
 create mode 100644 
tooling/camel-tooling-model/src/main/java/org/apache/camel/tooling/model/SecurityAdvisoryModel.java
 create mode 100644 
tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/UpdateSecurityAdvisoriesMojo.java
 create mode 100644 
tooling/maven/camel-package-maven-plugin/src/test/java/org/apache/camel/maven/packaging/UpdateSecurityAdvisoriesMojoTest.java
 create mode 100644 
tooling/maven/camel-package-maven-plugin/src/test/resources/security-advisories/CVE-2013-4330.md
 create mode 100644 
tooling/maven/camel-package-maven-plugin/src/test/resources/security-advisories/CVE-2025-27636.md

Reply via email to