发布于 2016-10-11 00:33:20 | 165 次阅读 | 评论: 0 | 来源: 网友投递
Apache Camel
Apache Camel是Apache基金会下的一个开源项目,它是一个基于规则路由和中介引擎,提供企业集成模式的Java对象的实现,通过应用程序接口(或称为陈述式的Java领域特定语言(DSL))来配置路由和中介的规则。领域特定语言意味着Apache Camel支持你在的集成开发工具中使用平常的,类型安全的,可自动补全的Java代码来编写路由规则,而不需要大量的XML配置文件。同时,也支持在Spring中使用XML配置定义路由和中介规则。
Apache Camel 2.18.0 发布了。
改进内容:
Bug 修复
[CAMEL-6256] - Camel xmpp dynamic router is not sending incoming messages to openfire upon first failed groupchatroom join
[CAMEL-6433] - Invalid KeyStore format error is generated using camel websocket secure on osgi platform
[CAMEL-6720] - SoapJaxbDataFormat not handling correctly SOAP action with request wrapper element
[CAMEL-7174] - CacheManager should only be shutdown when last endpoint is stopped
[CAMEL-7443] - Remote Print URI changed to UNC Name
[CAMEL-7884] - camel-netty4-http does not work for HTTP POST requests on routingSlip
提升
[CAMEL-4532] - improve printer support on unix
[CAMEL-5252] - Simple language - Improved OGNL invocation with simple expression as functions for parameters
[CAMEL-5585] - RedeliverErrorHandler - Should quicker reject running scheduled redeliver tasks if shutting down and not allowed to do redeliver
[CAMEL-5690] - Using bean component with beans that implement Service from Camel should have the lifecycle callbacks invoked
[CAMEL-6439] - camel-jms - Add thread pool for handling timeout when doing request/reply and allow to configure this thread pool
[CAMEL-6616] - On SMPP producer start if SMSC returns a negative bind response producer will get stuck in an infinite reconnect loop
[CAMEL-6707] - Asynchronous Mode In camel-servlet, Servlet 3.0 AsyncContext
[CAMEL-7660] - Add support for expression on tokenizeXml
完整更新内容,请点击此处查看。
下载地址: