1.5.2
bdemers
released this
28 Mar 21:35
·
463 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
validateAfterInactivity
property, (can be configured via the System Propertycom.okta.sdk.impl.http.httpclient.HttpClientRequestExecutor.connPoolControl.validateAfterInactivity
)