Camel 取消从3.16.0到3.19.0的升级缺少滞后配置定义

jbose2ul  于 2022-12-18  发布在  Apache
关注(0)|答案(2)|浏览(67)

我正在更新Apache Camel 从3.16.0到Apache Camel 3.19.0和下面的错误。
线程中出现异常。从类路径资源[myContext.xml]分析XML文档时出现意外异常;使用java.lang.NoClassDefFoundError发现嵌套异常错误:主/Apache/camel/模型/滞后配置定义;**

原因:Java.lang.ClassNotFoundException:在java.base/jdk.internal.loader中的滞后配置定义。内置类加载器。加载类(内置类加载器. java:581)

我试图找到解决方案,但没有运气。我调查了依赖树以及。我是新的Apache Camel 。任何帮助非常感谢。

ykejflvf

ykejflvf1#

由于已弃用,似乎已在3.17中删除
https://camel.apache.org/manual/camel-3x-upgrade-guide-3_17.html#_deprecated_components

The following components that had been marked as deprecated, were removed in this release:
    ... 
    
    • camel-hystrix
    
    ...
nkhmeac6

nkhmeac62#

现在已经解决了。我添加了camel jaxb依赖项

相关问题