[hibernate-commits] [hibernate/hibernate-orm] e67f3d: HHH-13069 Go back to non-SSL links for our JBoss N...

GitHub noreply at github.com
Mon Nov 5 06:12:13 EST 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: e67f3dfa8215f9ed2e7ec0f510891dcb08dc8fab
      https://github.com/hibernate/hibernate-orm/commit/e67f3dfa8215f9ed2e7ec0f510891dcb08dc8fab
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2018-11-05 (Mon, 05 Nov 2018)

  Changed paths:
    M build.gradle
    M buildSrc/build.gradle
    M documentation/src/main/asciidoc/topical/wildfly/Wildfly.adoc
    M hibernate-orm-modules/hibernate-orm-modules.gradle

  Log Message:
  -----------
  HHH-13069 Go back to non-SSL links for our JBoss Nexus repositories

Using SSL repositories with JDK 11 ends up with the error below:
javax.net.ssl.SSLHandshakeException: extension (10) should not be presented in server_hello

This is a bug in JDK 11 that will apparently be fixed in the next update
(planned for January 2019).

Until then, we need to use non-SSL links.

For more information:
https://stackoverflow.com/questions/52016415/jdk-11-ssl-error-on-valid-certificate-working-in-previous-versions
https://bugs.openjdk.java.net/browse/JDK-8209965 - JDK 12 issue
https://bugs.openjdk.java.net/browse/JDK-8210005 - JDK 11 issue



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the hibernate-commits mailing list