规则路由和中间引擎,Camel 2.11.3 发布

jopen 10年前

Apache Camel是一个非常实用的规则引擎库,能够用来处理来自于不同源的事件和信息。你可以在使用不同的协议比如VM,HTTP,FTP,JMS甚至是文件系统中来传递消息,并且让你的操作逻辑和传递逻辑保持分离,这能够让你更专注于消息的内容。在面向服务的体系结构的项目中,Camel通常与Apache ServiceMix, Apache ActiveMQ以及Apache CXF一同使用。

新的和值得注意的

 2.11.3 发布,包含解决约116个问题。

欲了解更多详情,请参阅 JIRA tickets

Known Issues

Important changes to consider when upgrading

Notice

Getting the Distributions

Binary Distributions

Description

Download Link

PGP Signature file of download

Windows Distribution

apache-camel-2.11.3.zip

apache-camel-2.11.3.zip.asc

Unix/Linux/Cygwin Distribution

apache-camel-2.11.3.tar.gz

apache-camel-2.11.3.tar.gz.asc

The above URLs use redirection

Icon

The above URLs use the Apache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using FireFox

</div>

Source Distributions

Description

Download Link

PGP Signature file of download

Source (zip)

apache-camel-2.11.3-src.zip

apache-camel-2.11.3-src.zip.asc

Getting the Binaries using Maven 2

To use this release in your maven project, the proper dependency configuration that you should use in your Maven POM is:

<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-core</artifactId>
  <version>2.11.3</version>
</dependency>
</div> </td> </tr> </tbody> </table> </div> </div> </div> </div>

Git Tag Checkout

git clone https://git-wip-us.apache.org/repos/asf/camel.git
cd camel
git checkout camel-2.11.3
</div> </td> </tr> </tbody> </table> </div> </div> </div> </div>

变更记录

有关新功能和bug修复更详细的视图,请参阅: