Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2015-05-21 | 1.1 kB | |
Version 0.3.0 source code.tar.gz | 2015-05-21 | 518.7 kB | |
Version 0.3.0 source code.zip | 2015-05-21 | 1.0 MB | |
Totals: 3 Items | 1.5 MB | 0 |
Version 0.3.0 is a major release that refactors the Orbit public API to bring it more in line with the Java standard library and to make it cleaner in non-Java languages such as Scala.
Improvements - Major API Refactor - See notes below
Fixes - Fixed an issue in JPA extension that caused an exception when persisting reminders.
API Refactors This release contains major changes to the public API, the most impactful changes are listed below. - Interfaces are no longer prefixed with I - Actor API Changes - IActor -> Actor - OrbitActor -> AbstractActor - IActorObserver -> ActorObserver - OrbitStage -> Stage - IActor.getReference -> Actor.getReference - etc - Actor Providers are now Extensions - IOrbitProvider -> ActorExtension - IStorageProvider -> StorageExtension - /providers -> /extensions - com.ea.orbit.actors.providers -> com.ea.orbit.actors.extensions - etc - Container API Changes - OrbitContainer -> Container - Providers -> Components - Other API Changes - OrbitRestClient -> RestClient - Many smaller changes to fit with new conventions