You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ssl-config] [error] /home/jenkins/workspace/scala-2.12.x-jdk11-integrate-community-build/target-0.9.15/project-builds/ssl-config-07f531ee9e1ef3da74f34507aa754b10f207882d/ssl-config-core/src/main/scala/com/typesafe/sslconfig/ssl/DefaultHostnameVerifier.scala:40: value match is not a member of object sun.security.util.HostnameChecker
[ssl-config] [error] def matchKerberos(hostname: String, principal: Principal) = HostnameChecker.`match`(hostname, principal.asInstanceOf[KerberosPrincipal])
[ssl-config] [error] ^
[ssl-config] [error] /home/jenkins/workspace/scala-2.12.x-jdk11-integrate-community-build/target-0.9.15/project-builds/ssl-config-07f531ee9e1ef3da74f34507aa754b10f207882d/ssl-config-core/src/main/scala/com/typesafe/sslconfig/ssl/DefaultHostnameVerifier.scala:40: value match is not a member of object sun.security.util.HostnameChecker
[ssl-config] [error] def matchKerberos(hostname: String, principal: Principal) = HostnameChecker.`match`(hostname, principal.asInstanceOf[KerberosPrincipal])
[ssl-config] [error] ^
[ssl-config] [error] one error found
also reproducible outside dbuild with e.g sslConfigCore/compile. I expect you will also see the failure if you add openjdk11 to the matrix in .travis.yml
The text was updated successfully, but these errors were encountered:
seen in the Scala community build https://scala-ci.typesafe.com/view/scala-2.12.x/job/scala-2.12.x-jdk11-integrate-community-build/73/consoleFull
also reproducible outside dbuild with e.g
sslConfigCore/compile
. I expect you will also see the failure if you addopenjdk11
to the matrix in.travis.yml
The text was updated successfully, but these errors were encountered: