This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 97045a93cce CAMEL-18222: camel-kubernetes - KubernetesClient should be
autowried
new 6dec16ab59e CAMEL-18171: camel-main - LocationHelper to make it easier
to get summary logs
new 4bf48eaf2a0 CAMEL-18171: camel-kubernetes - Allow to configure k8s
client from application.properties.
The 2 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:
.../properties/BasePropertiesFunction.java | 45 ++++++++++++++++
.../org/apache/camel/main/BaseMainSupport.java | 32 +----------
.../java/org/apache/camel/util/LocationHelper.java | 62 ++++++++++++++++++++++
3 files changed, 108 insertions(+), 31 deletions(-)
create mode 100644
core/camel-util/src/main/java/org/apache/camel/util/LocationHelper.java