Releases: centic9/commons-dost
Releases · centic9/commons-dost
1.0.0.18
- Revert to Java 7 as there are still cases where we cannot use JDK 8, e.g. Dynatrace 6.2.x
1.0.0.17
Add possibility to set timeout on NanoHTTPD sessions to not keep threads running endlessly if the client-side does not close the connection correctly
More unit test coverage for NanoHTTPD
1.0.0.16
Add HttpClientWraper.simpleGet() method which passes the InputStream to a Consumer
Ensure that the failing file/dir is included when Exceptions are thrown in ZipUtils.extractZip()
1.0.0.15
Add helper class used for collecting measure-data when writing Dynatrace plugins.
Update to HTTP client 4.5.1
Try switching to Java 8
JavaDoc updates