This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git
from f6440a66004 (chores) core: use more adequately sized buffers
add 95b38c2e89a chore(deps): Bump aws-java-sdk2-version from 2.27.11 to
2.27.12 (#15304)
add 50f1810614c chore(deps): Bump io.nats:jnats from 2.20.1 to 2.20.2
(#15306)
add 05928f061ad chore(deps): Bump
com.google.cloud:google-cloud-functions-bom (#15308)
add 521a17e1883 chore(deps): Bump
org.l2x6.cq:cq-alias-fastinstall-quickly-extension (#15305)
add 229919890c5 CAMEL-21116 - Camel-AWS2-S3: Make ignoreBody supported
also for getObject producer operation (#15309)
add caf1c7d6113 (chores) convert core/camel-main to use pattern matching
for instanceof
add cdb3aa8cc1e (chores) convert core/camel-yaml-io to use pattern
matching for instanceof
add d6f7e68a941 (chores) convert core/camel-util to use pattern matching
for instanceof
add fc32b403228 Upgrade Nats container image to version 2.10.18 (#15312)
add 38e13491213 Do not play some tests of Tahu on s390x and ppc64le
add 96d6cf056a9 Fix section level in doc for kubernetes (#15314)
add 353132decb2 CAMEL-21112: camel-sql - SQL producer in batch mode using
inlined simple expression should use the individual batch body when evaluating.
Thanks to Alexander Zobkov for the analysis. (#15315)
add e23ac0c558a Otel close scope only once
No new revisions were added by this update.
Summary of changes:
.mvn/extensions.xml | 2 +-
.../apache/camel/catalog/components/aws2-s3.json | 66 +++++-----
.../apache/camel/component/aws2/s3/aws2-s3.json | 66 +++++-----
.../component/aws2/s3/AWS2S3Configuration.java | 2 +-
.../camel/component/aws2/s3/AWS2S3Producer.java | 8 +-
.../s3/integration/S3GetObjectOperationIT.java | 24 +++-
.../docs/kubernetes-config-maps-component.adoc | 2 +-
.../sql/DefaultSqlPrepareStatementStrategy.java | 16 ++-
.../component/sql/ProducerBatchSimpleExpTest.java | 89 ++++++++++++++
components/camel-tahu/pom.xml | 3 +
...geProducerTest.java => TahuEdgeProducerIT.java} | 2 +-
...stConsumerTest.java => TahuHostConsumerIT.java} | 2 +-
...ManualTest.java => TahuEdgeClientManualIT.java} | 4 +-
...lTest.java => TahuHostApplicationManualIT.java} | 4 +-
.../apache/camel/tracing/ActiveSpanManager.java | 5 +-
.../java/org/apache/camel/main/MainHelper.java | 15 ++-
.../apache/camel/main/MainPropertiesReload.java | 3 +-
.../org/apache/camel/main/RoutesConfigurer.java | 10 +-
.../MainIoCBeanConfigInjectConfigurerTest.java | 3 +-
.../main/java/org/apache/camel/util/IOHelper.java | 16 +--
.../java/org/apache/camel/util/ObjectHelper.java | 51 ++++----
.../main/java/org/apache/camel/util/Scanner.java | 4 +-
.../java/org/apache/camel/util/URIScanner.java | 4 +-
.../java/org/apache/camel/util/URISupport.java | 3 +-
.../RejectableScheduledThreadPoolExecutor.java | 4 +-
.../concurrent/RejectableThreadPoolExecutor.java | 4 +-
.../concurrent/SizedScheduledExecutorService.java | 4 +-
.../util/concurrent/ThreadPoolRejectedPolicy.java | 4 +-
.../org/apache/camel/yaml/LwModelToYAMLDumper.java | 8 +-
.../java/org/apache/camel/yaml/io/YamlWriter.java | 15 ++-
.../dsl/Aws2S3ComponentBuilderFactory.java | 40 +++---
.../endpoint/dsl/AWS2S3EndpointBuilderFactory.java | 136 +++++++++++++++------
.../apache/camel/kotlin/components/Aws2S3UriDsl.kt | 36 +++---
parent/pom.xml | 6 +-
.../test/infra/nats/services/container.properties | 2 +-
35 files changed, 424 insertions(+), 239 deletions(-)
create mode 100644
components/camel-sql/src/test/java/org/apache/camel/component/sql/ProducerBatchSimpleExpTest.java
rename
components/camel-tahu/src/test/java/org/apache/camel/component/tahu/{TahuEdgeProducerTest.java
=> TahuEdgeProducerIT.java} (98%)
rename
components/camel-tahu/src/test/java/org/apache/camel/component/tahu/{TahuHostConsumerTest.java
=> TahuHostConsumerIT.java} (97%)
rename
components/camel-tahu/src/test/java/org/apache/camel/component/tahu/handlers/{TahuEdgeClientManualTest.java
=> TahuEdgeClientManualIT.java} (99%)
rename
components/camel-tahu/src/test/java/org/apache/camel/component/tahu/handlers/{TahuHostApplicationManualTest.java
=> TahuHostApplicationManualIT.java} (98%)