This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 83a62789b289 chore(deps): Bump
io.opentelemetry.proto:opentelemetry-proto
add 610731580ffe camel-tui: Use TAB to switch focus between master/detail
panels
add 4bfbb9435208 chore(deps): Upgrade Vert.x from 4.5.28 to 4.5.31
add d22cb6230451 Improve test assertion for
org.apache.camel.dsl.jbang.core.commands.tui.ConsumersTabRenderTest.renderShowsTableHeaders()
add 05bd493faab8 CAMEL-24206 - Revert "Provide requirements for jvm
parameter for Apache Fory and JDK 25+"
add a6f73c6d2828 CAMEL-24279: camel-google-storage - contain
downloadFileName downloads within the configured directory (#25179)
add 3e1a05fcaa1a camel-tui: Show infra UI URL column and use clickable
hyperlinks
add 09d246d411cb CAMEL-24279: sync camel-google-storage download
containment note to the 4.18/4.14 upgrade guides on main (#25182)
add 2666f8809ee6 camel-tui: Add clickable hyperlinks to HTTP tab paths and
URLs
add 3662cab1970f CAMEL-24280: camel-aws2-mq - throw when pojoRequest=true
and the body is the wrong type (#25184)
add 7bbd202f40df camel-tui: Fix CVE audit using wrong dependency versions
add f10b634525af chore(deps): Bump logback-version from 1.6.0 to 1.6.1
(#25188)
add 5d0eb6ec9e1d chore(deps): Bump
org.apache.activemq:activemq-client-jakarta from 5.19.8 to 5.19.9 (#25189)
add c283da0ee385 chore(deps): Bump io.github.classgraph:classgraph from
4.8.184 to 4.8.186 (#25190)
add 586c6a242f96 chore(deps): Bump org.eclipse.sisu:sisu-maven-plugin from
1.0.1 to 1.1.0 (#25176)
add 7db6d0d6c410 chore(deps): Bump
org.eclipse.sisu:org.eclipse.sisu.inject from 1.0.1 to 1.1.0 (#25193)
add d908eff42a7b CAMEL-24283: camel-aws2-comprehend - throw when
pojoRequest=true and the body is the wrong type (#25194)
add 4dbb9387102c CAMEL-24281: camel-platform-http-main - fail closed when
JWT authentication has no issuer or audience (#25187)
add 230f6646be34 camel-jbang-tui: HTTP probe lightweight Postman
add 75bf0452db57 Upgrade activemq 6.3.0
add a5aa70dc4e36 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 (83a62789b289)
\
N -- N -- N
refs/heads/dependabot/maven/io.opentelemetry.proto-opentelemetry-proto-1.11.0-alpha
(a5aa70dc4e36)
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:
.../apache/camel/catalog/docs/fory-dataformat.adoc | 3 -
.../org/apache/camel/catalog/docs/main.adoc | 6 +-
.../camel/catalog/docs/platform-http-main.adoc | 17 +-
.../main/camel-main-configuration-metadata.json | 2 +
components/camel-aws/camel-aws2-comprehend/pom.xml | 5 +
.../aws2/comprehend/Comprehend2Producer.java | 27 +
.../aws2/comprehend/Comprehend2ProducerTest.java | 35 +
.../camel/component/aws2/mq/MQ2Producer.java | 18 +
.../camel/component/aws2/mq/MQProducerTest.java | 52 +
components/camel-fory/pom.xml | 1 -
.../camel-fory/src/main/docs/fory-dataformat.adoc | 3 -
.../camel-google/camel-google-storage/pom.xml | 5 +
.../google/storage/GoogleCloudStorageConsumer.java | 9 +-
.../storage/GoogleCloudStorageFileNameHelper.java | 56 +
...GoogleCloudStorageConsumerDownloadPathTest.java | 101 ++
.../GoogleCloudStorageFileNameHelperTest.java | 83 ++
components/camel-platform-http-main/pom.xml | 5 +
.../src/main/docs/platform-http-main.adoc | 17 +-
.../JWTAuthenticationConfigurer.java | 24 +
...WTIssuerAudienceRequiredMainHttpServerTest.java | 136 ++
...ties => jwt-auth-no-issuer-audience.properties} | 0
.../src/test/resources/jwt-auth.properties | 2 +
...entServerConfigurationPropertiesConfigurer.java | 7 +
...ttpServerConfigurationPropertiesConfigurer.java | 7 +
.../camel-main-configuration-metadata.json | 2 +
core/camel-main/src/main/docs/main.adoc | 6 +-
...ttpManagementServerConfigurationProperties.java | 28 +
.../main/HttpServerConfigurationProperties.java | 28 +
.../ROOT/pages/camel-4x-upgrade-guide-4_14.adoc | 14 +
.../ROOT/pages/camel-4x-upgrade-guide-4_18.adoc | 14 +
.../ROOT/pages/camel-4x-upgrade-guide-4_22.adoc | 33 +-
.../modules/ROOT/pages/camel-jbang-tui.adoc | 55 +
.../dsl/jbang/core/commands/tui/BeansTab.java | 66 +-
.../dsl/jbang/core/commands/tui/BrowseTab.java | 126 +-
.../jbang/core/commands/tui/ConfigurationTab.java | 62 +-
.../dsl/jbang/core/commands/tui/CveAuditTab.java | 181 ++-
.../core/commands/tui/DataRefreshService.java | 7 +
.../dsl/jbang/core/commands/tui/EndpointsTab.java | 77 +-
.../dsl/jbang/core/commands/tui/HistoryTab.java | 132 +-
.../camel/dsl/jbang/core/commands/tui/HttpTab.java | 1369 ++++++++++++++++----
.../dsl/jbang/core/commands/tui/McpFacade.java | 5 +
.../dsl/jbang/core/commands/tui/MonitorTab.java | 4 +
.../dsl/jbang/core/commands/tui/OverviewTab.java | 22 +-
.../dsl/jbang/core/commands/tui/ThreadsTab.java | 64 +-
.../jbang/core/commands/tui/TuiToolRegistry.java | 16 +-
.../core/commands/tui/ConsumersTabRenderTest.java | 7 +-
dsl/camel-jbang/camel-launcher/pom.xml | 2 +-
parent/pom.xml | 12 +-
48 files changed, 2516 insertions(+), 437 deletions(-)
create mode 100644
components/camel-google/camel-google-storage/src/main/java/org/apache/camel/component/google/storage/GoogleCloudStorageFileNameHelper.java
create mode 100644
components/camel-google/camel-google-storage/src/test/java/org/apache/camel/component/google/storage/GoogleCloudStorageConsumerDownloadPathTest.java
create mode 100644
components/camel-google/camel-google-storage/src/test/java/org/apache/camel/component/google/storage/GoogleCloudStorageFileNameHelperTest.java
create mode 100644
components/camel-platform-http-main/src/test/java/org/apache/camel/component/platform/http/main/authentication/JWTIssuerAudienceRequiredMainHttpServerTest.java
copy
components/camel-platform-http-main/src/test/resources/{jwt-auth.properties =>
jwt-auth-no-issuer-audience.properties} (100%)