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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new cb4530a  CAMEL-16828: camel-cloud - should not use reflection when 
configuring model to factory. For this we need to use generated configurer 
classes.
cb4530a is described below

commit cb4530ae40629986b1491768992d9596ebf3b672
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Jul 30 13:49:34 2021 +0200

    CAMEL-16828: camel-cloud - should not use reflection when configuring model 
to factory. For this we need to use generated configurer classes.
---
 components/camel-blueprint/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-blueprint/pom.xml 
b/components/camel-blueprint/pom.xml
index 04565b2..06e9790 100644
--- a/components/camel-blueprint/pom.xml
+++ b/components/camel-blueprint/pom.xml
@@ -389,7 +389,7 @@
                                             <type>jar</type>
                                             <classifier>sources</classifier>
                                             <overWrite>true</overWrite>
-                                            
<excludes>**/*nDefinitionConfigurer.java</excludes>
+                                            
<excludes>**/*nConfigurer.java</excludes>
                                             
<outputDirectory>target/sources/camel-core-model</outputDirectory>
                                         </artifactItem>
                                         <artifactItem>

Reply via email to