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.git


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

commit 2d95ec38d9ebe869f533d8c733dd0ee01fc014e2
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Jul 30 13:41:43 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-spring-xml/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-spring-xml/pom.xml 
b/components/camel-spring-xml/pom.xml
index c190915..51c7344 100644
--- a/components/camel-spring-xml/pom.xml
+++ b/components/camel-spring-xml/pom.xml
@@ -385,7 +385,7 @@
                                     <classifier>sources</classifier>
                                     <overWrite>true</overWrite>
                                     <includes>**/*</includes>
-                                    
<excludes>**/*DefinitionConfigurer.java</excludes>
+                                    <excludes>**/*Configurer.java</excludes>
                                     
<outputDirectory>target/sources/camel-core-model</outputDirectory>
                                 </artifactItem>
                                 <artifactItem>

Reply via email to