Closed nab0310 closed 3 years ago
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.
See also: https://github.com/cerner/beadledom/pull/193
mvn clean install
This is bare minimum acceptable testing
./mvnw clean install -U
What was changed? Why is this necessary?
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.
See also: https://github.com/cerner/beadledom/pull/193
How was it tested?
mvn clean install
How to test
./mvnw clean install -U