为什么akka的spring integration doc仅存在于1.3.1但不存在于下一版本

ses*_*ses 6 java integration spring akka

有一个关于整合的方式链接AKKASpring.或者更好地说:"如何Akkaspring环境中使用演员".

http://doc.akka.io/docs/akka-modules/1.3.1/modules/spring.html

实际上只存在版本的modules文件夹http://doc.akka.io/docs/akka-modules/1.3.1.

Does it mean that there is no integration for different than `1.3.1` version 
 with spring? 
Or it means that we should not use it (spring integration I mean)? 
Or we should do it in the same way as we do it for `1.3.1` version?
Run Code Online (Sandbox Code Playgroud)

Rol*_*uhn 11

akka-spring模块没有移植到Akka 2.x系列,因为它与actor系统的工作方式相冲突:在父母监督下,只有actor创建其他actor,这意味着Spring - 不是actor也不能创建actor.

在即将发布的2.2版本的文档中有一个关于如何在创建actor时使用依赖注入的新部分(参见文档).我们正在编写一份更完整的文档,描述DI框架与Akka之间的相互作用.