Immutant 1.1.2 发布了,该版本主要是 bug 修复。目前 1.x 版本只是 bug 修复。新特性的开发只会在 2.x 版本中进行,从这里可以查看版本的路线图:https://issues.jboss.org/browse/IMMUTANT
Immutant 是一个 Clojure 的应用服务器,这是一个基于 JBoss AS 7 的集成平台,用于 Ring 处理、异步消息、缓存、任务调度、XA 事务、集群和守护进程等等。
该版本值得关注的有:
•Immutant now properly starts when installed on a non-primary drive on Windows systems.
• log4j.(properties|xml) and logging.properties files are now loaded from any classpath elements within the root of your application (resources/, src/, target/classes/, etc). This allows you to override logging settings on a per-application basis, including logging to a separate file. See the docs for more details.
解决的问题
•[IMMUTANT-434] - Metadata set on the project via lein-modules causes the project to be unreadable in the app runtime
•[IMMUTANT-435] - util/classpath barfs when an older dynapath is on the app ECP
•[IMMUTANT-437] - Load log4j.xml (and friends) from anywhere on the ECP
•[IMMUTANT-438] - shimdandy jars can fail to be found when Immutant is installed on non-primary drive on windows
•[IMMUTANT-443] - immutant.logging should use clojure.tools.logging if available
•[IMMUTANT-444] - Force clojure.tools.logging to use the log4j-factory
项目主页:http://immutant.org/
下载地址:http://immutant.org/releases/
来自:开源中国社区

