Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2015-07-03 | 720 Bytes | |
Version 0.4.0 source code.tar.gz | 2015-07-03 | 545.0 kB | |
Version 0.4.0 source code.zip | 2015-07-03 | 1.1 MB | |
Totals: 3 Items | 1.6 MB | 0 |
Version 0.4.0 is a major new version of Orbit.
New Features - Built-In Metrics system based on Dropwizard Metrics (Thanks @FieldFlux) - Introduced the OnlyIfActivated message annotation to the core framework. - Introduced CacheResponse message annotation to the core framework.
Improvements - Execution pool sizes are now easily configured - Minor performance improvements - Better logging and docs - Response timeout is now configurable (Thanks @johnou)
Bug Fixes - Fixed Null Pointer Exception when actor is in default package (Thanks @johnou) - Fixed some shutdown message ordering issues (Thanks @johnou) - JPA Storage Extension default config fixed (Thanks @quilombodigital) - Various smaller fixes