You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/23 08:49:54 UTC

[camel-k-runtime] 02/02: Upgrade configurer

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch kotlin-1.4.30
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 441ce9aebffae346ff250f21a00772247b658c0b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 23 09:49:22 2021 +0100

    Upgrade configurer
---
 .../apache/camel/component/knative/KnativeEndpointConfigurer.java  | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/components/camel-knative/camel-knative/src/generated/java/org/apache/camel/component/knative/KnativeEndpointConfigurer.java b/components/camel-knative/camel-knative/src/generated/java/org/apache/camel/component/knative/KnativeEndpointConfigurer.java
index cbc6488..14d0184 100644
--- a/components/camel-knative/camel-knative/src/generated/java/org/apache/camel/component/knative/KnativeEndpointConfigurer.java
+++ b/components/camel-knative/camel-knative/src/generated/java/org/apache/camel/component/knative/KnativeEndpointConfigurer.java
@@ -1,9 +1,14 @@
 /* Generated by camel build tools - do NOT edit this file! */
 package org.apache.camel.component.knative;
 
+import java.util.Map;
+
 import org.apache.camel.CamelContext;
-import org.apache.camel.spi.GeneratedPropertyConfigurer;
+import org.apache.camel.spi.ExtendedPropertyConfigurerGetter;
 import org.apache.camel.spi.PropertyConfigurerGetter;
+import org.apache.camel.spi.ConfigurerStrategy;
+import org.apache.camel.spi.GeneratedPropertyConfigurer;
+import org.apache.camel.util.CaseInsensitiveMap;
 import org.apache.camel.support.component.PropertyConfigurerSupport;
 
 /**