Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2016-02-03 | 920 Bytes | |
Version 0.7.0 source code.tar.gz | 2016-02-03 | 725.4 kB | |
Version 0.7.0 source code.zip | 2016-02-03 | 1.4 MB | |
Totals: 3 Items | 2.1 MB | 0 |
Changes - Orbit Async has now been split into a separate project. - Introduced stream message dispatcher for invoking requests to annotated methods. - Support for marking immutable objects to avoid cloning. - Introduced ObserverMapManager. - Support for variable substitution in config files. - Fixed table creation bug in DynamoDB extension. - Updated Infinispan Dependency to 8.1.0. - Heavy optimization across the entire framework. - Various improvements and bug fixes for stream system. - Various logging improvements. - Small bug fixes across the framework.
Migration Notes - Projects which use async will need to update to the new API. - com.ea.orbit.async becomes com.ea.async. - Await.await becomes Async.await. - Await annotation removed. - See https://github.com/electronicarts/ea-async for more info.
Special Thanks - @johnou - @Fiurgeist