提问人:Ino 提问时间:11/3/2023 最后编辑:Ino 更新时间:11/3/2023 访问量:37
使用 Apache Camel 升级 2.25+ 将交换属性映射到速度模板时出错
Error in exchange property mapping to velocity template with Apache Camel upgrade 2.25+
问:
我在Spring Boot应用程序上将Apache Camel速度升级到2.25.4 现在我无法从速度模板访问交换属性。只检索模板而不带值。
应用程序适用于 org.apache.camel:camel-velocity:2.24.3(2.25+ 速度库给出此错误)
我正在使用 org.apache.velocity.tools.generic.EscapeTool
以下是使用的相关依赖项:
"org.apache.camel:camel-core:2.25.4"
"org.apache.camel:camel-velocity:2.25.4"
"org.apache.velocity:velocity-engine-core:2.3"
"org.apache.velocity.tools:velocity-tools-generic:3.1"
如何修复此错误?
答: 暂无答案
评论
velocity-engine-core
camel-velocity
2.25.4
velocity-engine-core
2.0
camel-velocity
2.25.4
velocity-engine-core
2.3
allowContextMapAll=true