Releases: wavesoftware/java-eid-exceptions
Releases · wavesoftware/java-eid-exceptions
Release v2.0.0
Features done:
- Complete overhaul of library structure
- More obvious exceptions constructors
- Better configuration
- Optional validation
- Support for Java 9+ (tested on Java 11, also)
- Better documentation
Bug fixes:
- #15 improper checking for index and size for arrays
Release v1.2.0 - codename: CloudFlash
Release v1.1.0
- Adding support for formatted messages in exceptions and also in utility methods of
EidPreconditions
Patch v1.0.1
- Fixes handling for throwables as a cause with message == null,
cause.toString()
method is used
Release v1.0.0
- Public final release
- Support for JDK >= 1.6
Initial release v0.1.0
- Initial release
- Idea for this library is based on Guava and code in Centralny Oroder Informatyki / Poland