1.5.2
·
603 commits
to master
since this release
- Fixed Http connection retry regression (since 1.4) where SocketException and SocketTimeoutException were not triggering a retry
- Defaults HttpClient's connection pool TTL to 5 minutes (can be configured via the System Property
com.okta.sdk.impl.http.httpclient.HttpClientRequestExecutor.connPoolControl.timeToLive) - Exposes HttpClient's connection pool
validateAfterInactivityproperty, (can be configured via the System Propertycom.okta.sdk.impl.http.httpclient.HttpClientRequestExecutor.connPoolControl.validateAfterInactivity)