This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-spring-boot-3.18.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/camel-spring-boot-3.18.x by this push: new f51ecaefbc0 CAMEL-18279: fix spring.factories f51ecaefbc0 is described below commit f51ecaefbc0adcd1fb1213224f156e67c14d6980 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