Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2016-05-02 | 1.1 kB | |
Version 0.9.0 source code.tar.gz | 2016-05-02 | 328.6 kB | |
Version 0.9.0 source code.zip | 2016-05-02 | 741.1 kB | |
Totals: 3 Items | 1.1 MB | 0 |
Improvements
- ea-async is no longer made available to orbit applications by default.
- Developers who wish to continue using orbit-ea should include the dependency themselves.
- Started shading and relocating most orbit dependencies.
- orbit-core no longer has any transient dependencies except slf4j-api and orbit-commons.
- orbit-runtime no longer has any transient dependencies except orbit-infinispan-cluster and orbit-core.
- Corrected erroneous documentation.
- Removed the deprecated NoOpCloner.
- Developers should use the Immutable annotation moving forward.
- Caffeine caching is no longer leaked to the outside world via public APIs.
- Updated various dependencies.
Bug Fixes
- Fixed a stack overflow in Task.supplyAsync.
- Fixed a bug where creating a stage but not starting it would prevent clean JVM shutdown.
- This was cause by the orbit-stage-timer being created implicitly by the constructor.
- The timer is now created during start and cleaned up during stop.
- Fixed some tests which were using incorrect testing methods.