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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new 62824b58ee6 CAMEL-18279: fix spring.factories 62824b58ee6 is described below commit 62824b58ee6ca9ceb60fad5731a0dac379800c2e Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jul 25 15:14:21 2022 +0200 CAMEL-18279: fix spring.factories --- .../camel-cxf-rest-starter/src/main/resources/META-INF/spring.factories | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components-starter/camel-cxf-rest-starter/src/main/resources/META-INF/spring.factories b/components-starter/camel-cxf-rest-starter/src/main/resources/META-INF/spring.factories index dc778af6688..74270499144 100644 --- a/components-starter/camel-cxf-rest-starter/src/main/resources/META-INF/spring.factories +++ b/components-starter/camel-cxf-rest-starter/src/main/resources/META-INF/spring.factories @@ -16,7 +16,7 @@ ## --------------------------------------------------------------------------- org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ org.apache.camel.component.cxf.jaxrs.springboot.CxfRsComponentAutoConfiguration,\ -org.apache.camel.component.cxf.jaxrs.springboot.CxfRsComponentConverter,\ +org.apache.camel.component.cxf.jaxrs.springboot.CxfRsComponentConverter