简体   繁体   English

在 Karaf 4.4.0 中使用 KIE 7.73.0.Final 和 Camel 3.11.7

[英]Use KIE 7.73.0.Final with Camel 3.11.7 in Karaf 4.4.0

I want to migrate KIE 6.2.0.Final and DROOLS 6.2.0.Final which work fine with Apache Camel 2.25 in Apache Servicemix 7.1.0-SNAPSHOT (Karaf 4.0.7) to我想将与 Apache Servicemix 7.1.0-SNAPSHOT 中的 Apache Camel 2.25 一起正常工作的 KIE 6.2.0.Final 和 DROOLS 6.2.0.Final 迁移到 4.0。

KIE 7.73.0.Final, DROOLS 7.73.0.Final, Apache Camel 3.11.7 in Apache Karaf 4.4.0 KIE 7.73.0.Final,DROOLS 7.73.0.Final,Apache Camel 3.11.7 在 Apache Karaf 4.4.0

I checked all kie-camel.jar Versions, they use and implement intern camel 2.24.我检查了所有 kie-camel.jar 版本,他们使用并实现了实习骆驼 2.24。 But this jar can not work for me, because the KiePolicy class which implements Policy Class in Camel3 has different Methods than Camel2.但是这个 jar 对我不起作用,因为在 Camel3 中实现策略 Class 的 KiePolicy class 具有与 Camel2 不同的方法。

<dependency>
    <groupId>org.kie</groupId>
    <artifactId>kie-camel</artifactId>
    <version>7.73.0.Final </version>
</dependency>

Where can I find the kie-camel jar which using camel 3?我在哪里可以找到使用骆驼 3 的 kie-camel jar?

Is there any documentation or Examples which explain using Kie, Drools 7.73.0.Final with Camel 3 in Karaf 4.4.0?是否有任何文档或示例可以解释在 Karaf 4.4.0 中使用 Kie、Drools 7.73.0.Final 和 Camel 3?

Best regards Amjad最好的问候阿姆贾德

I looked through the Drools github repositories and it looks like kie-parent pins Camel 2.24.0 up until now.我查看了 Drools github 存储库,到目前为止,它看起来像 kie-parent pin Camel 2.24.0。 (All releases, and current 'main' branch.) (所有版本和当前的“主”分支。)

As of now, there's no official version of kie-camel with a Camel 3 dependency.截至目前,还没有带有 Camel 3 依赖项的官方版本的 kie-camel。 You'll need to either fork the repository and fix it yourself, find a third-party library that provides the same functionality, or implement the Camel 3 support yourself.您需要分叉存储库并自己修复它,找到提供相同功能的第三方库,或者自己实现 Camel 3 支持。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM