发布于 2016-06-28 00:18:33 | 132 次阅读 | 评论: 0 | 来源: 网友投递
Immutant Clojure应用服务器
Immutant 是一个 Clojure 的应用服务器,它是一个集成平台,基于 JBoss AS 7 构建,提供 Ring 处理器、异步消息、缓存、任务调度、XA 事务、集群和守护进程等等支持。
Immutant 2.1.5 发布了,
改进如下:
Support for deployment to the newly-released JBoss EAP 7
A fix to allow you to use XA, immutant.messaging/listen
, and a remote context together
We no longer transitively depend on two different versions of jboss-logging
Our Undertow dependency has been updated to 1.3.23.Final (from 1.3.0.Beta9) to fix issues with HTTP/2 in Chrome (IMMUTANT-621)
Other updates to our transitive depenencies, including:
java.classpath 0.2.2 -> 0.2.3
potemkin 0.4.1 -> 0.4.3
tools.nrepl 0.2.7 -> 0.2.11
问题修复:
[IMMUTANT-617] - immutant/web brings in two versions of jboss-logging
[IMMUTANT-618] - Support deployment to EAP 7
[IMMUTANT-619] - IllegalStateException when passing remote xa context to msg/listen
[IMMUTANT-620] - Update Undertow version
[IMMUTANT-621] - Crash in Chrome with HTTP/2
下载地址:http://immutant.org/releases/