This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/langchain4j-59957d059f
in repository https://gitbox.apache.org/repos/asf/camel.git
omit 4a01108e40e9 chore(deps): Bump the langchain4j group across 1
directory with 18 updates
add d3384e9e73e9 chore(deps-dev): Bump agroal-version from 3.1 to 3.1.2
add 5cb1c8546a5e CAMEL-23542 - Fix main branch - revert requirements of
non null value in some ValidationException fields
add 8e2cbc55730b chore(deps): Bump eu.maveniverse.maven.nisse:extension
add 0f974a2399dd chore(deps): Bump mima-version from 2.4.43 to 2.4.44
add 4216a0c20675 chore(deps): Bump com.azure:azure-storage-blob-changefeed
add 8e32563d353b chore(deps): Bump com.pubnub:pubnub-gson from 13.2.1 to
13.3.0
add 921ec825c868 Replace windows-2019 by windows-2025 as GitHub action
runner
add a56c64118841 Improve test assertion in ValidatorRouteTest
add d1afebe772fe CAMEL-23547: camel-core - Properties component should
eager start custom functions resolver. Same for jbang that has a custom
resolver.
add 1e776238202e CAMEL-23532: camel-vertx-websocket /
camel-atmosphere-websocket / camel-iggy - use dedicated HeaderFilterStrategy
aligned with sibling components
add 913a20871af9 CAMEL-23534: URL-decode schema properties in Jackson
Avro/Protobuf components (#23270)
add 7005e4f55b11 docs: add core router-engine invariants to the security
model (#23282)
add 45343260ef56 CAMEL-23529: camel-jbang-mcp - add ascii/unicode theme
support to route diagram tool (#23306)
add deb2828e40a1 CAMEL-23345: Document HTTP 429 Retry-After hang and
automaticRetriesDisabled workaround (#23309)
add add9c10b1b9d Typo fix - "Failed to parse" (#23308)
add 75812fb1b44c CAMEL-23535: camel-api - enhance class-level javadoc for
lifecycle and context types (#23311)
add 8939f3da5cf9 Deprecate Paho component and disable related flaky test
on CI (#23187)
add 894b645ce115 chore(deps): Bump the langchain4j group across 1
directory with 18 updates
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 (4a01108e40e9)
\
N -- N -- N refs/heads/dependabot/maven/langchain4j-59957d059f
(894b645ce115)
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:
.github/workflows/alternative-os-build-main.yml | 2 +-
.mvn/extensions.xml | 2 +-
.../org/apache/camel/catalog/components/http.json | 2 +-
.../org/apache/camel/catalog/components/https.json | 2 +-
.../org/apache/camel/catalog/components/iggy.json | 9 +-
.../org/apache/camel/catalog/components/paho.json | 2 +-
.../camel/catalog/components/vertx-websocket.json | 9 +-
.../atmosphere/websocket/WebsocketConsumer.java | 7 +-
.../org/apache/camel/component/http/http.json | 2 +-
.../org/apache/camel/component/http/https.json | 2 +-
.../camel-http/src/main/docs/http-component.adoc | 27 ++++++
.../apache/camel/component/http/HttpComponent.java | 5 +-
.../component/iggy/IggyEndpointConfigurer.java | 6 ++
.../component/iggy/IggyEndpointUriFactory.java | 3 +-
.../org/apache/camel/component/iggy/iggy.json | 9 +-
.../apache/camel/component/iggy/IggyEndpoint.java | 23 +++++-
.../camel/component/iggy/IggyFetchRecords.java | 9 +-
.../component/iggy/IggyHeaderFilterStrategy.java} | 12 +--
.../iggy/IggyHeaderFilterStrategyTest.java} | 6 +-
.../jackson/avro/transform/AvroSchemaResolver.java | 6 +-
.../avro/transform/AvroSchemaResolverTest.java | 43 ++++++++++
.../protobuf/transform/ProtobufSchemaResolver.java | 8 +-
.../transform/ProtobufSchemaResolverTest.java | 39 +++++++++
.../avro/transform/AvroSchemaResolver.java | 6 +-
.../avro/transform/AvroSchemaResolverTest.java | 43 ++++++++++
.../protobuf/transform/ProtobufSchemaResolver.java | 8 +-
.../transform/ProtobufSchemaResolverTest.java | 39 +++++++++
components/camel-json-validator/pom.xml | 5 ++
.../jsonvalidator/ValidatorRouteTest.java | 6 +-
.../component/kamelet/utils/format/MimeType.java | 7 +-
components/camel-paho/pom.xml | 2 +-
.../org/apache/camel/component/paho/paho.json | 2 +-
.../services/org/apache/camel/component.properties | 2 +-
.../camel-paho/src/main/docs/paho-component.adoc | 5 +-
.../apache/camel/component/paho/PahoComponent.java | 1 +
.../camel/component/paho/PahoConfiguration.java | 1 +
.../apache/camel/component/paho/PahoConstants.java | 1 +
.../apache/camel/component/paho/PahoConsumer.java | 1 +
.../apache/camel/component/paho/PahoEndpoint.java | 1 +
.../apache/camel/component/paho/PahoMessage.java | 1 +
.../camel/component/paho/PahoPersistence.java | 1 +
.../apache/camel/component/paho/PahoProducer.java | 1 +
.../camel/component/paho/PahoSendDynamicAware.java | 1 +
.../camel/component/paho/PahoManualAcksTest.java | 3 +
.../component/paho/PahoOverrideTopicTest.java | 3 +
.../component/paho/PahoToDSendDynamicTest.java | 3 +
.../apache/camel/component/paho/PahoToDTest.java | 3 +
.../VertxWebsocketEndpointConfigurer.java | 6 ++
.../VertxWebsocketEndpointUriFactory.java | 3 +-
.../component/vertx/websocket/vertx-websocket.json | 9 +-
.../vertx/websocket/VertxWebsocketConsumer.java | 16 +++-
.../vertx/websocket/VertxWebsocketEndpoint.java | 23 +++++-
.../VertxWebsocketHeaderFilterStrategy.java} | 12 +--
.../VertxWebsocketHeaderFilterStrategyTest.java} | 6 +-
.../org/apache/camel/AlreadyStoppedException.java | 6 +-
.../main/java/org/apache/camel/CamelContext.java | 21 +++--
.../java/org/apache/camel/CamelContextAware.java | 12 ++-
.../org/apache/camel/CamelContextLifecycle.java | 19 +++--
.../main/java/org/apache/camel/CamelException.java | 8 +-
.../org/apache/camel/CamelExchangeException.java | 17 ++--
.../java/org/apache/camel/CatalogCamelContext.java | 23 ++++--
.../main/java/org/apache/camel/ContextEvents.java | 6 +-
.../org/apache/camel/ExtendedCamelContext.java | 9 +-
.../camel/FailedToCreateConsumerException.java | 5 +-
.../camel/FailedToCreateProducerException.java | 5 +-
.../apache/camel/FailedToCreateRouteException.java | 6 +-
.../camel/FailedToStartComponentException.java | 5 +-
.../apache/camel/FailedToStartRouteException.java | 6 +-
.../org/apache/camel/RuntimeCamelException.java | 10 ++-
.../src/main/java/org/apache/camel/Service.java | 14 +++-
.../main/java/org/apache/camel/ServiceStatus.java | 9 +-
.../java/org/apache/camel/StatefulService.java | 8 +-
.../java/org/apache/camel/ValidationException.java | 12 +--
.../org/apache/camel/spi/RestConfiguration.java | 2 +-
.../DefaultPropertiesFunctionResolver.java | 9 +-
.../advanced-camel-core-guides/pages/index.adoc | 6 +-
docs/main/modules/getting-started/pages/index.adoc | 30 +++----
.../working-with-camel-core/pages/index.adoc | 8 +-
.../ROOT/pages/camel-4x-upgrade-guide-4_21.adoc | 36 +++++++-
.../modules/ROOT/pages/security-model.adoc | 74 +++++++++++++++++
.../component/dsl/HttpComponentBuilderFactory.java | 5 +-
.../dsl/HttpsComponentBuilderFactory.java | 5 +-
.../builder/endpoint/StaticEndpointBuilders.java | 2 +
.../endpoint/dsl/IggyEndpointBuilderFactory.java | 96 ++++++++++++++++++++++
.../endpoint/dsl/PahoEndpointBuilderFactory.java | 3 +
.../dsl/VertxWebsocketEndpointBuilderFactory.java | 96 ++++++++++++++++++++++
.../jbang/core/commands/mcp/RouteDiagramTools.java | 50 +++++++----
.../core/commands/mcp/RouteDiagramToolsTest.java | 20 +++++
.../java/org/apache/camel/main/KameletMain.java | 13 ++-
parent/pom.xml | 8 +-
90 files changed, 959 insertions(+), 161 deletions(-)
copy
components/{camel-coap/src/main/java/org/apache/camel/coap/CoAPHeaderFilterStrategy.java
=>
camel-iggy/src/main/java/org/apache/camel/component/iggy/IggyHeaderFilterStrategy.java}
(76%)
copy
components/{camel-nats/src/test/java/org/apache/camel/component/nats/NatsHeaderFilterStrategyTest.java
=>
camel-iggy/src/test/java/org/apache/camel/component/iggy/IggyHeaderFilterStrategyTest.java}
(93%)
copy
components/{camel-coap/src/main/java/org/apache/camel/coap/CoAPHeaderFilterStrategy.java
=>
camel-vertx/camel-vertx-websocket/src/main/java/org/apache/camel/component/vertx/websocket/VertxWebsocketHeaderFilterStrategy.java}
(73%)
copy
components/{camel-nats/src/test/java/org/apache/camel/component/nats/NatsHeaderFilterStrategyTest.java
=>
camel-vertx/camel-vertx-websocket/src/test/java/org/apache/camel/component/vertx/websocket/VertxWebsocketHeaderFilterStrategyTest.java}
(91%)