Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2015-05-12 | 852 Bytes | |
Version 0.2.4 source code.tar.gz | 2015-05-12 | 517.9 kB | |
Version 0.2.4 source code.zip | 2015-05-12 | 1.0 MB | |
Totals: 3 Items | 1.5 MB | 0 |
Version 0.2.4 is a refresh release that is aimed at addressing serious issues and introducing small new features. It is compatible with existing 0.2.X releases.
Fixes - Fixed an issue in Async when multiple local variables have the same name. - Fixed an issue that causes a null pointer exception during shutdown in some circumstances. - State is now properly cleared in memory as well as persistence when calling clearState - Various smaller Async fixes.
Improvements - Vastly improved shutdown handling and flow. - Support for multiple storage providers (via named providers). Thanks @quilombodigital. - REST Client now has a convenience builder method to change WebTarget properties. - Exposed exception handling in REST Client via an override. - Various Async feature improvements.
Providers - LDAP Provider from @quilombodigital