Skip to content

Releases: centic9/commons-dost

1.0.0.18

15 Feb 14:29
Compare
Choose a tag to compare
  • 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

03 Feb 20:44
Compare
Choose a tag to compare

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

16 Jan 21:02
Compare
Choose a tag to compare

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

27 Jan 11:55
Compare
Choose a tag to compare

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