cerner / beadledom

A simple, composable framework for building RESTful services
http://engineering.cerner.com/beadledom
Apache License 2.0
25 stars 30 forks source link

Update Beadledom Client to retry on SSLException when the cause is IOException #193

Closed nathanschile closed 3 years ago

nathanschile commented 3 years ago

Starting with Java 1.8.0_272, SSLSocketImpl wraps SocketException - https://bugs.openjdk.java.net/browse/JDK-8214339. Beadledom Client is updated to retry on SSLExceptions that occur because of IOExceptions.