v2.1.0
Changes
- Allow overriding the OCSP client with
AuthTokenValidatorBuilder.withOcspClient(). This gives the possibility to either configure the request timeouts, proxies etc of theOkHttpClientinstance used byOkHttpOcspClientor provide an implementation that uses an altogether different HTTP client, for example the built-inHttpClientprovided by Java 9+. - Remove the Guava dependency that was used in only a few places.
Full list of changes is in the v2.1.0 milestone.
Packages
Maven package is available in the GitLab Package Repository.