Releases: saeg/saeg-commons
Releases · saeg/saeg-commons
saeg-commons 0.0.5
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
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
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
New Features
- new class ArrayUtils
- new class BitSetIterator
Initial release
Initial release