Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2016-05-31 | 423 Bytes | |
Version 0.9.1 source code.tar.gz | 2016-05-31 | 328.5 kB | |
Version 0.9.1 source code.zip | 2016-05-31 | 741.0 kB | |
Totals: 3 Items | 1.1 MB | 0 |
Improvements
- Introduced Actor.getIdentity to allow retrieving actor identity from outside the actor using the actor ref.
- AbstractActor.actorIdentity is now deprecated, prefer Actor.getIdentity.
Bug Fixes
- Kryo cloner now supports classes without no-arg constructors.
- Fixed a race condition in cache flushing and creation.
- Java serialization cloner now supports replacing remote objects with references.