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/25 06:31:25 UTC

[camel-k-runtime] branch enforcer-3.0.0-M2 created (now 511b87a)

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

acosentino pushed a change to branch enforcer-3.0.0-M2
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


      at 511b87a  Regen

This branch includes the following new commits:

     new 06e8ee6  Bump Maven Enforcer to version 3.0.0-M2
     new 511b87a  Regen

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.



[camel-k-runtime] 01/02: Bump Maven Enforcer to version 3.0.0-M2

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 06e8ee68f80609055829cd372cb7149aa8380d2b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 25 07:25:14 2021 +0100

    Bump Maven Enforcer to version 3.0.0-M2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9de0064..2aa33a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
         <maven-jar-plugin-version>3.2.0</maven-jar-plugin-version>
         <maven-invoker-plugin-version>3.2.1</maven-invoker-plugin-version>
         <maven-clean-plugin-version>3.1.0</maven-clean-plugin-version>
-        <maven-enforcer-plugin-version>1.4.1</maven-enforcer-plugin-version>
+        <maven-enforcer-plugin-version>3.0.0-M2</maven-enforcer-plugin-version>
         <maven-resources-plugin-version>3.2.0</maven-resources-plugin-version>
         <maven-site-plugin-version>3.9.1</maven-site-plugin-version>
         <maven-pmd-plugin-version>3.14.0</maven-pmd-plugin-version>


[camel-k-runtime] 02/02: Regen

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 511b87a8fba4de3f197c8636fa0c525d08efd713
Author: Andrea Cosentino <an...@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;
 
 /**