andyyuduo 发表于 2015-11-28 18:43:53

Immutant 2.1.1 发布,Clojure 应用服务器

12月12日北京OSC源创会 —— 开源技术的年终盛典 »
  Immutant 2.1.1 发布,此版本主要是个 bug 修复和文档更新版本:

[*] - WebSockets can't be used from a user-provided servlet
[*] - Singleton daemons don't get started on another node if the thread dies
[*] - Luminus now has :main
[*] - Support for setting HTTP response headers in the WebSocket handshake
[*] - Pedestal servlet handler overrides handlers specified using :path
[*] - Registered closeables aren't closed when a destination is stopped (regression from 2.0.0)
[*] - Fix infinispan section in EAP guide
[*] - Expose :filter-map option to web/run for deploying Servlet Filters
[*] - Immutant seems to be sending "" for query string when it should be sending nil
[*] - Improve docs for listen to explain the explicit transaction
[*] - Only reuse the context given to request for the response listener if it is remote
[*] - Implement all methods on reified JDBC interfaces we return from our factory
[*] - Immutant doesn't work with clojure 1.8.0-beta2
[*] - Don't fail a WildFly deployment if the repl fails to start
[*] - See if we need to use the default listener concurrency for response listeners
[*] - scheduling docs point to caching/stop instead of scheduling/stop
  更多内容请看发行说明。
  Immutant 是一个 Clojure 的应用服务器,这是一个基于 JBoss AS 7 的集成平台,用于 Ring 处理、异步消息、缓存、任务调度、XA 事务、集群和守护进程等等。
页: [1]
查看完整版本: Immutant 2.1.1 发布,Clojure 应用服务器