This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch fix/CAMEL-24879
in repository https://gitbox.apache.org/repos/asf/camel.git
omit 5757a196c2b5 CAMEL-24879: camel-groovy - Bind @BindToRegistry and
@Converter classes from Groovy sources in every runtime
omit 84b13923a765 CAMEL-24873: Address review feedback
omit 138f6ae4ac47 CAMEL-24873: camel-jbang - Custom simple functions in
Groovy with camel run --dev
add 4067ca25bde1 CAMEL-24813: camel-base - PropertiesComponent.unescape()
drops a trailing backslash
add 439a4e7f498e CAMEL-24716: fix serialization regression - resolve
algorithm names lazily at crypto call-sites (#26671)
add ba9508e3dca4 Reduce git fetch time for scalpel in GitHub actions
add 471ad9363a38 CAMEL-24639: camel-http - document vault-backed
credential rotation
add aaef7487c407 CAMEL-24789: camel-vertx-websocket - finish an exchange
with no peer synchronously (#26541)
add 2974dfd9fc44 chore(deps): Bump com.aliyun:tea-openapi from 0.3.15 to
0.3.16 in the aliyun group (#26683)
add 7a573a10baa6 chore(camel-test-infra-docling): upgrade
docling.container to v1.34.0 (#26644)
add ac6f0cd1fd81 chore(deps): Bump huaweicloud-sdk-version from 3.1.216 to
3.1.217 (#26685)
add f5d419d5a3b0 chore(camel-test-infra-kafka): upgrade
confluent.container.image to 8.3.2 (#26648)
add 0c99b5621ea1 chore(camel-test-infra-ollama): upgrade ollama.container
to 0.34.2 (#26652)
add f04d3fd8dfc2 chore(deps): Bump jline-version from 4.4.3 to 4.4.5
add 2d1ab0502feb chore(deps-dev): Bump org.hibernate.orm:hibernate-core
add 0f7765ff4d4d chore(deps): Bump org.apache.fory:fory-core from 1.7.3 to
1.7.4
add 73717a13f5f2 chore(deps): Bump quarkus-version from 3.39.3 to 3.39.4
add 22c106d27443 chore(deps): Bump com.google.genai:google-genai from
1.71.0 to 1.72.0
add e22188c40b3f chore(deps): Bump org.apache.camel.kamelets:camel-kamelets
add 4db4785868cc chore(deps): Bump
org.apache.camel.kamelets:camel-kamelets-catalog
add 17e2810bde7a chore(deps): Bump io.smallrye.config:smallrye-config
add b79fe29d5931 chore(deps): Bump com.ibm.cloud:cloudant from 0.10.21 to
0.10.22
add 88311c0e6c47 chore(deps): Bump
com.braintreepayments.gateway:braintree-java
add c953503dcbd0 chore(deps): Bump mongo-java-driver-version from 5.11.1
to 5.12.0
add 72c3c6fde1d9 CAMEL-24743: camel-opa - skip the producer health check
in wasm mode and warn on ignored server options (#26669)
add 5bcb48b79755 CAMEL-24751: camel-opa - unregister the OpaSecurityPolicy
health check when its routes stop (#26667)
add ff036ce678ad CAMEL-24807: Deprecate Pipe (kind: Pipe) support in the
YAML DSL
add 5ffbcae5529e CAMEL-24878: camel-kamelet-main - resolving an http:
resource must not fetch it
add 9f5e3f3d170f chore(deps): Bump com.ibm.mq:com.ibm.mq.jakarta.client
from 10.0.0.0 to 10.0.0.5
add a6bc7c254143 CAMEL-24718: observability must not report a
CamelSqlQuery header the endpoint ignored
add 5e896b2df24b CAMEL-24872: camel-oauth - align token caching with
effective profile configuration
add 54b578218776 CAMEL-24815: camel-opensearch - honour socketTimeout
without SSL and scope basic auth to all hosts
add 46caa174307d chore(deps): Bump debezium-version from 3.6.2.Final to
3.6.3.Final (#26686)
add 2be41c31ca66 CAMEL-24874: camel-core-languages - the simple init block
operators := and ~:= are in the catalog (#26680)
add b05ca5c23440 CAMEL-24873: camel-jbang - Custom simple functions in
Groovy with camel run --dev (#26678)
add 7bc5954952b6 chore(deps): Bump com.openai:openai-java from 4.63.2 to
4.65.0 (#26687)
add 362fd9cc3508 CAMEL-24879: camel-groovy - Bind @BindToRegistry and
@Converter classes from Groovy sources in every runtime
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 (5757a196c2b5)
\
N -- N -- N refs/heads/fix/CAMEL-24879 (362fd9cc3508)
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/pr-build-main.yml | 4 +-
.github/workflows/sonar-build.yml | 4 +-
.../camel/catalog/components/debezium-oracle.json | 404 ++++++++++-----------
.../apache/camel/catalog/docs/http-component.adoc | 8 +
.../org/apache/camel/catalog/docs/oauth.adoc | 2 +
.../apache/camel/catalog/docs/opa-component.adoc | 11 +-
.../apache/camel/catalog/docs/simple-advanced.adoc | 4 +-
.../camel/catalog/docs/simple-operators.adoc | 2 +
.../org/apache/camel/catalog/docs/yaml-dsl.adoc | 11 +
.../org/apache/camel/catalog/languages/simple.json | 4 +-
.../camel/catalog/simple/camel-simple-validator.js | 4 +-
.../apache/camel/catalog/test-infra/metadata.json | 6 +-
.../oracle/DebeziumOracleComponentConfigurer.java | 12 -
.../oracle/DebeziumOracleEndpointConfigurer.java | 12 -
.../oracle/DebeziumOracleEndpointUriFactory.java | 4 +-
...acleConnectorEmbeddedDebeziumConfiguration.java | 35 +-
.../component/debezium/oracle/debezium-oracle.json | 404 ++++++++++-----------
.../camel-http/src/main/docs/http-component.adoc | 8 +
components/camel-oauth/src/main/docs/oauth.adoc | 2 +
.../oauth/OAuthClientCredentialsTokenResolver.java | 29 +-
.../OAuthClientCredentialsTokenResolverTest.java | 176 +++++++++
.../camel-opa/src/main/docs/opa-component.adoc | 11 +-
.../camel/component/opa/OpaConfiguration.java | 4 +-
.../apache/camel/component/opa/OpaEndpoint.java | 25 +-
.../apache/camel/component/opa/OpaProducer.java | 7 +-
.../component/opa/security/OpaSecurityPolicy.java | 48 ++-
.../opa/security/OpaSecurityProcessor.java | 15 +
...ionTest.java => OpaWasmModeValidationTest.java} | 47 +--
.../OpaSecurityPolicyHealthCheckLifecycleTest.java | 128 +++++++
.../component/opensearch/OpensearchProducer.java | 7 +-
.../telemetry/decorators/SqlQueryHeaderHelper.java | 57 +++
.../telemetry/decorators/SqlSpanDecorator.java | 12 +-
.../telemetry/decorators/SqlSpanDecoratorTest.java | 83 ++++-
.../tracing/decorators/SqlQueryHeaderHelper.java | 57 +++
.../camel/tracing/decorators/SqlSpanDecorator.java | 12 +-
.../tracing/decorators/SqlSpanDecoratorTest.java | 83 ++++-
.../vertx/websocket/VertxWebsocketProducer.java | 21 +-
.../VertxWebsocketProducerNoPeerTest.java | 101 ++++++
.../vertx/websocket/VertxWebsocketTest.java | 29 ++
.../xmlsecurity/XMLSecurityDataFormat.java | 100 +++--
.../xmlsecurity/XmlSecurityConstantNameTest.java | 30 +-
.../component/properties/PropertiesComponent.java | 1 +
.../camel/impl/console/SqlTraceDevConsole.java | 39 +-
.../console/SqlTraceDevConsoleQueryHeaderTest.java | 146 ++++++++
.../org/apache/camel/language/simple/simple.json | 4 +-
.../modules/languages/pages/simple-advanced.adoc | 4 +-
.../modules/languages/pages/simple-operators.adoc | 2 +
.../language/simple/SimpleOperatorConstants.java | 20 +
.../properties/PropertiesComponentEscapedTest.java | 15 +
.../PropertiesComponentLoadPropertiesTest.java | 2 +-
.../component/properties/myproperties.properties | 10 +
.../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 56 +++
.../dsl/DebeziumOracleComponentBuilderFactory.java | 37 +-
.../dsl/DebeziumOracleEndpointBuilderFactory.java | 33 +-
.../jbang/core/commands/ai/CatalogDocsTest.java | 15 +
dsl/camel-jbang/camel-launcher/pom.xml | 2 +-
.../DependencyDownloaderResourceLoader.java | 5 +-
.../DependencyDownloaderResourceLoaderTest.java | 34 ++
.../camel-yaml-dsl/src/main/docs/yaml-dsl.adoc | 11 +
.../camel/dsl/yaml/YamlRoutesBuilderLoader.java | 13 +
parent/pom.xml | 30 +-
.../src/generated/resources/META-INF/metadata.json | 6 +-
.../infra/docling/services/container.properties | 2 +-
.../test/infra/kafka/services/container.properties | 2 +-
.../infra/ollama/services/container.properties | 2 +-
65 files changed, 1808 insertions(+), 706 deletions(-)
create mode 100644
components/camel-oauth/src/test/java/org/apache/camel/oauth/OAuthClientCredentialsTokenResolverTest.java
copy
components/camel-opa/src/test/java/org/apache/camel/component/opa/{OpaHealthCheckRegistrationTest.java
=> OpaWasmModeValidationTest.java} (50%)
create mode 100644
components/camel-opa/src/test/java/org/apache/camel/component/opa/security/OpaSecurityPolicyHealthCheckLifecycleTest.java
create mode 100644
components/camel-telemetry/src/main/java/org/apache/camel/telemetry/decorators/SqlQueryHeaderHelper.java
create mode 100644
components/camel-tracing/src/main/java/org/apache/camel/tracing/decorators/SqlQueryHeaderHelper.java
create mode 100644
components/camel-vertx/camel-vertx-websocket/src/test/java/org/apache/camel/component/vertx/websocket/VertxWebsocketProducerNoPeerTest.java
create mode 100644
core/camel-console/src/test/java/org/apache/camel/impl/console/SqlTraceDevConsoleQueryHeaderTest.java