[
https://issues.apache.org/jira/browse/ZOOKEEPER-3148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16616662#comment-16616662
]
Hadoop QA commented on ZOOKEEPER-3148:
--------------------------------------
+1 overall. GitHub Pull Request Build
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 27 new or modified tests.
+1 javadoc. The javadoc tool did not generate any warning messages.
+1 javac. The applied patch does not increase the total number of javac
compiler warnings.
+1 findbugs. The patch does not introduce any new Findbugs (version 3.0.1)
warnings.
+1 release audit. The applied patch does not increase the total number of
release audit warnings.
+1 core tests. The patch passed core unit tests.
+1 contrib tests. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/2188//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/2188//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output:
https://builds.apache.org/job/PreCommit-ZOOKEEPER-github-pr-build/2188//console
This message is automatically generated.
> 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
> Time Spent: 10m
> 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)