作者:mobiledu2502899835 | 来源:互联网 | 2014-08-04 01:17
程序员必上的开发者服务平台 —— DevStore
Immutant 是一个 Clojure 的应用服务器,这是一个基于 JBoss AS 7 的集成平台,用于 Ring 处理、异步消息、缓存、任务调度、XA 事务、集群和守护进程等等。
Immutant 1.1.4 发布,代号:"OneFourMoreTheRoad"。此版本主要是 1.x 系列的 bug 修复版本,同时也会添加一些新特性。Immutant 目前专注于 Deuce,具体的发布计划请看这里。
值得关注的更新如下:
-
META-INF/
and WEB-INF/
directories on your resource path are now honored.
- We've restored the needed bits to allow remote jmx connections.
- Recent cider-nrepl snapshots require
tools.nrepl
to be on the classpath at the time the project.clj
is resolved, so it's now available.
- We no longer force
tools.logging
to use log4j. Note: If you were relying on that behavior, see IMMUTANT-464.
Immutant 1.1.4 解决的问题:
- [IMMUTANT-452] - Remote jmx not supported by default distribution
- [IMMUTANT-453] - Immutant ignores logback config
- [IMMUTANT-455] - META-INF and WEB-INF in a resource dir should be honored
- [IMMUTANT-457] - Yet more com.sun packages need to be exposed in the sun.jdk module. This time, it's sound packages.
- [IMMUTANT-459] - Recent cider-nrepl snapshots cause deployment to fail because it can't find tools.nrepl
- [IMMUTANT-464] - Don't force tools.logging to use a particular provider
更多内容请看发行说明。