1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Akka 2.5.0-RC1 发布,Actor 模型开发库 下载

本帖由 漂亮的石头2017-03-18 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,979
    赞:
    47
    Akka 2.5.0-RC1 发布了。自从 Akka 2.4.0(18 个月前)发布以来,我们已经为 2.4.x 版本系列增加了许多新功能,包括 Akka Streams 和 HTTP。但像以前一样,总会有一些变更不能在补丁版本中实现,因此 Akka 2.5 诞生了。其中的一个变化是将一些实验模块推广到完全稳定的模块,并在宣布它们稳定之前加入一些 API 改进。

    2.5.0-RC1 版本的主要特性:


    • The Java API for AbstractActor was promoted to fully stable API. While doing this we made some small, yet important, improvements to the API that will require some mechanical changes of your source code.Thanks to @ortigali for help.


    • Faster and more flexible Akka Streams materializer, which matters for short lived streams, such as HTTP requests.


    • Distributed Data was promoted to a fully stable module. Several improvements were also included, such as:


      • Support for delta-CRDTs in Distributed Data to reduce the amount of data that is replicated, thanks to help from @gosubpl.


      • Generic type for the key in Distributed Data ORMap, thanks to @jgordijn

    • Coordinated shutdown to facilitate ordered stopping of actors and services and perform registered tasks during the shutdown process. This greatly simplifies tasks involved in graceful leaving of Akka Cluster.


    • Support remembering entities in Cluster Sharding with the Distributed Data (ddata) mode. ddata is now also the default mode for Cluster Sharding.


    • New Java API for Testkit taking advantage of lambas, thanks to @Hawstein


    • Fix performance regression for Scala 2.12, due to change in scheduling fairness of the JDK8 ForkJoinPool implementation


    • We added @ApiMayChange and other annotations which can be used to mark experimental API inside stable modules, primarily for use in Akka HTTP. API improvements of Akka Typed, including Java API

    发布主页

    下载地址

    Akka 2.5.0-RC1 发布,Actor 模型开发库下载地址
     
正在加载...