Skip to content

1.5.2

Compare
Choose a tag to compare
@bdemers bdemers released this 28 Mar 21:35
· 455 commits to master since this release
okta-sdk-root-1.5.2
  • 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 Property com.okta.sdk.impl.http.httpclient.HttpClientRequestExecutor.connPoolControl.validateAfterInactivity)