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

dependabot[bot] pushed a change to branch 
dependabot/maven/io.opentelemetry.proto-opentelemetry-proto-1.11.0-alpha
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit a5aa70dc4e36 chore(deps): Bump 
io.opentelemetry.proto:opentelemetry-proto
     add 1bfe091dec49 camel-jbang-tui: Extract HTTP probe into its own class
     add f46f5af03256 CAMEL-24216: Set xpathTotalOpLimit per TransformerFactory 
instead of JVM-global system property
     add d9ef4a9679ae CAMEL-24273: Fix SshClient thread leak in 
MinaSftpOperations.disconnect()
     add cc2ba7c0c1be chore(camel-test-infra-azure-common): upgrade 
azure.container to 3.36.0 (#25121)
     add eaeab68116b0 camel-jbang-tui: Polish TUI text and Go to Tab popup width
     add 943819e02632 CAMEL-24276: Add Azure OpenAI support for TUI/CLI AI 
prompt
     add 9eff5a236307 Remove GC1 parameter from Maven jvm.config
     add 5e3e507e00c0 Fix flakiness of CxfMessageHeaderTimeoutTest
     add 7ece2ccd99aa camel-jbang-tui: Add confirm setting for destructive 
actions
     add cd1a17b15543 camel-jbang-tui: Widen P50/P95/P99 column to avoid 
truncation
     add 0d2c01b59f17 camel-jbang-tui: Gate Stop All behind confirm setting
     add 940c905b215b CAMEL-24266: Add volatile to Delayer.delayValue for JMM 
visibility (#25206)
     add 4c952dc5d4e2 CAMEL-24267: Synchronize writer-side setters in 
ThrottlingInflightRoutePolicy
     add 8954f2de10a2 CAMEL-24289: camel-aws2-textract - throw when 
pojoRequest=true and the body is the wrong type (#25210)
     add c16407edf6aa CAMEL-24300: camel-aws2-ec2 - throw when pojoRequest=true 
and the body is the wrong type (#25215)
     add 68c4eaf5fcc9 chore(deps): Bump quarkus-version from 3.37.4 to 3.38.0
     add 4612bf35141e chore(deps): Bump com.azure:azure-storage-blob-changefeed
     add d2b5784e50e7 docs(datasonnet): update DataSonnet documentation URL
     add 4d1c892e0f00 chore(deps): Bump aws-java-sdk2-version from 2.49.4 to 
2.49.5
     add cde36a6cba60 CAMEL-24285: camel-aws2-polly - throw when 
pojoRequest=true and the body is the wrong type (#25199)
     add cd3c6d912a02 chore(deps): Bump 
io.opentelemetry.proto:opentelemetry-proto

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   (a5aa70dc4e36)
            \
             N -- N -- N   
refs/heads/dependabot/maven/io.opentelemetry.proto-opentelemetry-proto-1.11.0-alpha
 (cd3c6d912a02)

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:
 .mvn/jvm.config                                    |    9 +-
 .../org/apache/camel/catalog/components/xj.json    |    5 +-
 .../camel/catalog/components/xslt-saxon.json       |    5 +-
 .../org/apache/camel/catalog/components/xslt.json  |    5 +-
 .../camel/catalog/docs/datasonnet-language.adoc    |    2 +-
 .../apache/camel/catalog/test-infra/metadata.json  |    4 +-
 components/camel-aws/camel-aws2-ec2/pom.xml        |    5 +
 .../camel/component/aws2/ec2/AWS2EC2Producer.java  |   27 +
 .../camel/component/aws2/ec2/EC2ProducerTest.java  |   37 +
 components/camel-aws/camel-aws2-polly/pom.xml      |    5 +
 .../camel/component/aws2/polly/Polly2Producer.java |   27 +
 .../component/aws2/polly/Polly2ProducerTest.java   |   37 +
 components/camel-aws/camel-aws2-textract/pom.xml   |    5 +
 .../component/aws2/textract/Textract2Producer.java |   27 +
 .../aws2/textract/Textract2ProducerTest.java       |   37 +
 .../component/cxf/CxfMessageHeaderTimeoutTest.java |   15 +-
 .../src/main/docs/datasonnet-language.adoc         |    2 +-
 components/camel-mina-sftp/pom.xml                 |    6 +
 .../file/remote/mina/MinaSftpOperations.java       |   13 +
 .../mina/MinaSftpOperationsDisconnectTest.java     |  136 ++
 .../mina/sftp/SftpDisconnectThreadLeakIT.java      |   90 +
 .../camel/component/xj/XJEndpointUriFactory.java   |    3 +-
 .../META-INF/org/apache/camel/component/xj/xj.json |    5 +-
 .../xslt/saxon/XsltSaxonEndpointUriFactory.java    |    3 +-
 .../camel/component/xslt/saxon/xslt-saxon.json     |    5 +-
 .../component/xslt/saxon/XsltSaxonEndpoint.java    |   11 +
 .../component/xslt/XsltEndpointConfigurer.java     |    6 +
 .../component/xslt/XsltEndpointUriFactory.java     |    3 +-
 .../org/apache/camel/component/xslt/xslt.json      |    5 +-
 .../apache/camel/component/xslt/XsltComponent.java |   21 +-
 .../apache/camel/component/xslt/XsltEndpoint.java  |   32 +
 .../java/org/apache/camel/processor/Delayer.java   |    2 +-
 .../camel/component/xslt/XsltTotalOpsTest.java     |  127 ++
 .../camel/component/xslt/ZXsltTotalOpsTest.java    |   68 -
 .../throttling/ThrottlingInflightRoutePolicy.java  |    4 +-
 .../ThrottlingInflightRoutePolicySetterTest.java   |  170 ++
 .../ROOT/pages/camel-4x-upgrade-guide-4_22.adoc    |    5 +
 .../modules/ROOT/pages/camel-jbang-ai.adoc         |    7 +-
 .../modules/ROOT/pages/camel-jbang-tui.adoc        |    7 +-
 .../component/dsl/XjComponentBuilderFactory.java   |    4 +-
 .../component/dsl/XsltComponentBuilderFactory.java |    4 +-
 .../dsl/XsltSaxonComponentBuilderFactory.java      |    4 +-
 .../endpoint/dsl/XJEndpointBuilderFactory.java     |   34 +
 .../endpoint/dsl/XsltEndpointBuilderFactory.java   |   34 +
 .../dsl/XsltSaxonEndpointBuilderFactory.java       |   34 +
 .../camel/dsl/jbang/core/commands/LlmClient.java   |  220 ++-
 .../jbang/core/commands/LlmClientAzureTest.java    |  153 ++
 .../dsl/jbang/core/commands/tui/ActionsPopup.java  |    1 +
 .../camel/dsl/jbang/core/commands/tui/AiPanel.java |    3 +-
 .../dsl/jbang/core/commands/tui/CamelMonitor.java  |   24 +-
 .../dsl/jbang/core/commands/tui/DoctorPopup.java   |    5 +-
 .../dsl/jbang/core/commands/tui/GotoTabPopup.java  |    4 +-
 .../commands/tui/{HttpTab.java => HttpProbe.java}  | 1175 +++---------
 .../camel/dsl/jbang/core/commands/tui/HttpTab.java | 2029 ++------------------
 .../dsl/jbang/core/commands/tui/McpFacade.java     |    3 +
 .../jbang/core/commands/tui/MonitorContext.java    |    1 +
 .../dsl/jbang/core/commands/tui/OverviewTab.java   |   67 +-
 .../dsl/jbang/core/commands/tui/PopupManager.java  |   74 +-
 .../dsl/jbang/core/commands/tui/RoutesTab.java     |   40 +-
 .../dsl/jbang/core/commands/tui/SettingsPopup.java |   39 +-
 .../dsl/jbang/core/commands/tui/SourceTab.java     |    2 +-
 .../dsl/jbang/core/commands/tui/StopAllPopup.java  |   66 +-
 .../jbang/core/commands/tui/SyntaxHighlighter.java |  207 +-
 .../dsl/jbang/core/commands/tui/ThemeMode.java     |    5 +
 .../dsl/jbang/core/commands/tui/TuiSettings.java   |   16 +
 ...atppuccin-mocha.tcss => catppuccin-frappe.tcss} |   54 +-
 .../{everforest.tcss => everforest-light.tcss}     |   50 +-
 .../{gruvbox-dark.tcss => gruvbox-light.tcss}      |   50 +-
 .../tui/themes/{nord.tcss => nord-light.tcss}      |   32 +-
 .../themes/{rose-pine.tcss => rose-pine-moon.tcss} |   22 +-
 .../jbang/core/commands/tui/SettingsPopupTest.java |   20 +-
 .../core/commands/tui/SyntaxHighlighterTest.java   |    6 +
 .../tui/ThemeModeCompletionCandidatesTest.java     |    7 +-
 .../dsl/jbang/core/commands/tui/ThemeModeTest.java |    7 +-
 parent/pom.xml                                     |    6 +-
 .../src/generated/resources/META-INF/metadata.json |    4 +-
 .../azure/common/services/container.properties     |    2 +-
 77 files changed, 2293 insertions(+), 3198 deletions(-)
 create mode 100644 
components/camel-mina-sftp/src/test/java/org/apache/camel/component/file/remote/mina/MinaSftpOperationsDisconnectTest.java
 create mode 100644 
components/camel-mina-sftp/src/test/java/org/apache/camel/component/file/remote/mina/sftp/SftpDisconnectThreadLeakIT.java
 create mode 100644 
core/camel-core/src/test/java/org/apache/camel/component/xslt/XsltTotalOpsTest.java
 delete mode 100644 
core/camel-core/src/test/java/org/apache/camel/component/xslt/ZXsltTotalOpsTest.java
 create mode 100644 
core/camel-support/src/test/java/org/apache/camel/throttling/ThrottlingInflightRoutePolicySetterTest.java
 create mode 100644 
dsl/camel-jbang/camel-jbang-core/src/test/java/org/apache/camel/dsl/jbang/core/commands/LlmClientAzureTest.java
 copy 
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/java/org/apache/camel/dsl/jbang/core/commands/tui/{HttpTab.java
 => HttpProbe.java} (65%)
 copy 
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/resources/tui/themes/{catppuccin-mocha.tcss
 => catppuccin-frappe.tcss} (52%)
 copy 
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/resources/tui/themes/{everforest.tcss
 => everforest-light.tcss} (54%)
 copy 
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/resources/tui/themes/{gruvbox-dark.tcss
 => gruvbox-light.tcss} (54%)
 copy 
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/resources/tui/themes/{nord.tcss 
=> nord-light.tcss} (69%)
 copy 
dsl/camel-jbang/camel-jbang-plugin-tui/src/main/resources/tui/themes/{rose-pine.tcss
 => rose-pine-moon.tcss} (79%)

Reply via email to