You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Andor Molnar (JIRA)" <ji...@apache.org> on 2018/09/25 11:26:00 UTC

[jira] [Resolved] (ZOOKEEPER-3148) Fix Kerberos tests on branch 3.4 and JDK11

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-3148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andor Molnar resolved ZOOKEEPER-3148.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.4.14

Issue resolved by pull request 626
[https://github.com/apache/zookeeper/pull/626]

> Fix Kerberos tests on branch 3.4 and JDK11
> ------------------------------------------
>
>                 Key: ZOOKEEPER-3148
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3148
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: kerberos
>    Affects Versions: 3.4.13
>            Reporter: Enrico Olivelli
>            Assignee: Enrico Olivelli
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 3.4.14
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Branch 3.4 uses Apache Directory Service for Kerberos tests, this is not compatibile with JDK 11.
> A simple "upgrade" is not enough.
> The fix is to port Kerby based tests from branch-3.5 to branch-3.4 and make old tests run *only on JDK6* and new tests with Kerby run on JDK7 onwards.
>  
> There will be some duplicated code, but branch-3.4 is expected to be sent in be deprecated soon, as 3.5 will be released as "stabile".
> Those "old" test would be dropped in case we decide to drop JDK6 support.
>  
> Additionally JDK6 VMs cannot download dependencies from Maven Central due to SSL policies:
> [ivy:retrieve]     Server access error at url https://repo1.maven.org/maven2/net/minidev/json-smart/ (javax.net.ssl.SSLException: Received fatal alert: protocol_version)
> [ivy:retrieve]     Server access error at url https://repo1.maven.org/maven2/net/minidev/json-smart/ (javax.net.ssl.SSLException: Received fatal alert: protocol_version)
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)