Skip to content

Releases: saeg/saeg-commons

saeg-commons 0.0.5

20 Dec 15:23
Compare
Choose a tag to compare

Fixed Bugs

  • NPE in ArrayUtils.indexOf(...) when the array contains nulls and we search for non-null elements

New Features

  • New interface Predicate and a simple implementation PredicateChain
  • A really simple reflection API
  • New methods ArrayUtils.indexOf(...) for primitive types
  • New methods ArrayUtils.merge(...)
  • New methods ArrayUtils.contains(...) for primitive types
  • new methods ArrayUtils.toArray(...). This methods translate a Collections to a primitive array.

Other

  • Streams.get() now throw IllegalStateException (instead of IllegalArgumentException) when file is not found

saeg-commons 0.0.4

26 Mar 05:14
Compare
Choose a tag to compare

Fixed Bugs

  • bug that occurs when compiling with JDK 6
  • now ArrayUtils.indexOf(...) accepts find nulls

Other

  • Deploying artifacts to Maven central repository

saeg-commons 0.0.3

12 Mar 06:24
Compare
Choose a tag to compare

New Features

  • new method to copy the contents of a InputStream to a OutputStream: Files.copy(...)

Other

  • added license header to all java files and configured 'license-maven-plugin' to manage this headers
  • using spaces instead of tabs in all java files

saeg-commons 0.0.2

28 Feb 03:25
Compare
Choose a tag to compare
saeg-commons 0.0.2 Pre-release
Pre-release

New Features

  • new class ArrayUtils
  • new class BitSetIterator

Initial release

21 Feb 21:29
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial release