dakirily opened a new pull request, #57: URL: https://github.com/apache/qpid-jms/pull/57
This PR addresses appveyor builds failing with error "no PSK available" during maven dependency resolution. Seemingly apveyor image "Visual Studio 2019" contains JDK 11.0.2: https://www.appveyor.com/docs/windows-images-software/#java JDK 11.0.2 has an issue with TLS 1.3 (Possible race condition in TLS 1.3 session resumption): https://bugs.openjdk.org/browse/JDK-8213202 To resolve the issue without changing the JDK version, flag forcing TLS 1.2 usage was added to maven commands -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
