Skip to content

Releases: wavesoftware/java-eid-exceptions

Release v2.0.0

Choose a tag to compare

@cardil cardil released this 29 Dec 21:28
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

Choose a tag to compare

@cardil cardil released this 30 Mar 14:42
  • Major performance tweaks and tests for EidPreconditions methods #4
  • Major performance tweaks and tests for Eid class #2
  • Switched to new OSSRH maven template
  • Switched to Git Flow via jgitflow plugin

Release v1.1.0

Choose a tag to compare

@cardil cardil released this 22 Nov 14:44
  • Adding support for formatted messages in exceptions and also in utility methods of EidPreconditions

Patch v1.0.1

Choose a tag to compare

@cardil cardil released this 07 Oct 19:55
  • Fixes handling for throwables as a cause with message == null, cause.toString() method is used

Release v1.0.0

Choose a tag to compare

@cardil cardil released this 07 Oct 19:53
  • Public final release
  • Support for JDK >= 1.6

Initial release v0.1.0

Pre-release

Choose a tag to compare

@cardil cardil released this 07 Oct 19:53
  • Initial release
  • Idea for this library is based on Guava and code in Centralny Oroder Informatyki / Poland