Akka v2.5.3 发布了。Akka 是一个用 Scala 编写的库,用于简化编写容错的、高可伸缩性的 Java 和 Scala 的 Actor 模型应用。
Akka v2.5.3 是 2.5 的新补丁版本,包含一些显着的改进和错误修复:
Fix Akka Remoting issue (ResendUnfulfillableException) after transport failure detection
Fix OversizedPayloadException in delta-CRDT propagation
Ability to snapshot PersistentFSM after set number of persisted events, thanks to Richard Imaoka
Improved logging and error reporting,
Improve documentation of Blocking Needs Careful Management
Update Camel dependency to version 2.15.6
软件详情:http://akka.io/blog/
下载地址:https://github.com/akka/akka/archive/v2.5.3.zip
来自:开源中国社区

