This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch gradle
in repository https://gitbox.apache.org/repos/asf/camel.git
from 7a27cafff6ef CAMEL-22801: camel-jbang - Remove deprecated export to
gradle
add 7c8eaa861273 CAMEL-23102: camel-jbang - Automatic keep up to date list
of Camel FactoryFinder as known dependencies
new 7ac29c48a666 Merge branch 'main' into gradle
new 1ed2864eb234 CAMEL-22801: camel-jbang - Remove deprecated export to
gradle
new 03c92d96a6e3 CAMEL-23102: camel-jbang - Automatic keep up to date list
of Camel FactoryFinder as known dependencies
new c3abdaf47821 CAMEL-23102: camel-jbang - Automatic keep up to date list
of Camel FactoryFinder as known dependencies
new fc6b7335b1e0 CAMEL-23102: camel-jbang - Automatic keep up to date list
of Camel FactoryFinder as known dependencies
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../jbang/camel-jbang-configuration-metadata.json | 2 -
.../apache/camel/component/avro/AvroListener.java | 10 ++--
.../apache/camel/component/cron/CronHelper.java | 9 ++--
.../language/csimple/joor/JoorCSimpleCompiler.java | 3 +-
.../camel/component/knative/KnativeComponent.java | 20 +++-----
.../apache/camel/openapi/RestOpenApiSupport.java | 3 +-
.../platform/http/PlatformHttpComponent.java | 13 ++---
.../platform/http/PlatformHttpPluginRegistry.java | 25 ++-------
.../reactive/streams/ReactiveStreamsHelper.java | 21 ++------
.../camel/component/rest/RestApiEndpoint.java | 10 ++--
.../apache/camel/component/rest/RestEndpoint.java | 19 ++-----
.../apache/camel/spring/SpringCamelContext.java | 3 +-
.../camel/impl/engine/AbstractCamelContext.java | 7 ++-
.../impl/engine/DefaultTransformerResolver.java | 7 +--
.../impl/engine/DefaultUriFactoryResolver.java | 1 +
.../engine/DefaultVariableRepositoryFactory.java | 4 +-
.../camel/impl/engine/SimpleCamelContext.java | 60 ++++++----------------
.../simple/ast/SimpleFunctionExpression.java | 12 ++---
.../camel/builder/AdviceWithRouteBuilder.java | 11 ++--
.../cloud/ServiceCallDefinitionConstants.java | 1 +
.../org/apache/camel/reifier/ResumableReifier.java | 24 ++-------
.../camel/reifier/tokenizer/TokenizerReifier.java | 18 ++-----
.../org/apache/camel/main/BaseMainSupport.java | 60 +++++++++-------------
.../camel/support/HeaderSelectorProducer.java | 32 ++++++------
.../java/org/apache/camel/support/OAuthHelper.java | 2 +-
.../org/apache/camel/support/ResolverHelper.java | 31 +++++++++++
.../apache/camel/support/resume/AdapterHelper.java | 18 ++-----
.../download/DependencyDownloadFactoryFinder.java | 10 ++++
.../DependencyDownloadFactoryFinderResolver.java | 3 +-
29 files changed, 166 insertions(+), 273 deletions(-)