This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit 42ac8c2f4c697b5f2f37cf141a1ec5be65d03b35 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 25 07:31:10 2021 +0100 Regen --- .../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; /**