Hi to everybody, i'm glad to announce that io-tools 1.14 is in staging repositories, ready to be tested.
You should add this repository to your pom.xml
And upgrade the version to 1.2.14. If your tests are ok this release will move to repo1.
These are the improvements compared to version 1.2.13
- Added the following readers: CloseOnceReader, DiagnosticReader, StatsReader
- Fix issue #36 that caused a thread lock under some circustances.
- Fix issue #35 in wazformat that can cause a wrong xml detection under java 7.
- General update of libraries and plugins.
- Fixed an issue with explicit subclassing in InputStreamFromOutputStream (the class was not completely initialized when the thread start) .