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 46a12c1c8b7 CAMEL-21260: camel-cxf - Allow to configure synchronous on
component level (#15693)
add c2f4266dbd5 CAMEL-21251 - Camel-AWS2-S3: Support Conditional Reads on
producer operations (#15691)
add 0838f523759 chore(deps): Bump com.sonofab1rd:univocity-parsers from
2.10.0 to 2.10.1 (#15689)
add b5235df7496 Revert "chore(deps): Bump org.apache.thrift:libthrift from
0.20.0 to 0.21.0 (…" (#15696)
add 0c530120e0f Update doc
add e1402ebc898 CAMEL-21255: camel-core - Add listener for creating
ThreadFactory in … (#15679)
add 68d5b245b35 CAMEL-21261 - camel-opentelemetry: let's use the context
propagators defined in the tracer
add 0614ca2a862 CAMEL-21261 - camel-opentelemetry: let's use the strict
context storage in tests to check for leaks
add c4df0b380ef [CAMEL-21238] Reloading in k8s run does not change route
behaviour (#15672)
No new revisions were added by this update.
Summary of changes:
.../apache/camel/catalog/components/aws2-s3.json | 6 +-
.../apache/camel/component/aws2/s3/aws2-s3.json | 6 +-
.../camel/component/aws2/s3/AWS2S3Constants.java | 12 ++
.../camel/component/aws2/s3/AWS2S3Producer.java | 39 +++++
components/camel-opentelemetry/pom.xml | 14 ++
.../camel/opentelemetry/OpenTelemetryTracer.java | 4 +-
.../camel-smb/src/main/docs/smb-component.adoc | 2 +-
.../apache/camel/spi/ExecutorServiceManager.java | 29 ++++
.../impl/engine/BaseExecutorServiceManager.java | 31 +++-
.../impl/DefaultExecutorServiceManagerTest.java | 45 +++++
.../endpoint/dsl/AWS2S3EndpointBuilderFactory.java | 53 ++++++
.../core/commands/kubernetes/KubernetesExport.java | 11 +-
.../core/commands/kubernetes/KubernetesRun.java | 186 ++++++++++++---------
.../jbang/core/commands/kubernetes/PodLogs.java | 32 ++--
parent/pom.xml | 4 +-
15 files changed, 369 insertions(+), 105 deletions(-)