我的应用程序一直使用
org.apache.camel.component.cxf.common.header.CxfHeaderFilterStrategy
org.apache.camel.spi.HeaderFilterStrategy.Direction
org.apache.camel.component.cxf.CxfOperationException
由骆驼定义。但是我的构建在使用Camel 3.18.0时失败了。对于3.18.0中的这些类,我需要哪些依赖项更改?
发布于 2022-07-19 07:10:21
抄袭Camel 3.18升级指南:
https://camel.apache.org/manual/camel-3x-upgrade-guide-3_18.html#_camel_cxf
camel-cxf JAR被分成SOAP和。
camel-cxf-soapcamel-cxf-spring-soapcamel-cxf-restcamel-cxf-spring-restcamel-cxf-transportcamel-cxf-spring-transport当使用Spring时,您需要从camel-cxf-starter迁移到使用SOAP或REST:
camel-cxf-soap-startercamel-cxf-rest-starterhttps://stackoverflow.com/questions/73029874
复制相似问题