Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

v2.0.3 - Shutdown correctly on Java 9+

Latest
Compare
Choose a tag to compare
@ivantopo ivantopo released this 02 Mar 05:52
· 3 commits to master since this release

Fixes:

  • The reporter wouldn't stop properly when running on Java 9+ due to the underlying OkHttp client keeping a non-daemon thread alive. There is more info here: square/okhttp#4029. This release allows for a full shutdown by evicting all connections from the underlying pool in the stopping procedure.