[
https://issues.apache.org/jira/browse/ZOOKEEPER-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14197026#comment-14197026
]
Hadoop QA commented on ZOOKEEPER-2046:
--------------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12679345/ZOOKEEPER-2046-v2.patch
against trunk revision 1634776.
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 6 new or modified tests.
+1 javadoc. The javadoc tool did not generate any warning messages.
-1 javac. The patch appears to cause tar ant target to fail.
-1 findbugs. The patch appears to cause Findbugs (version 2.0.3) to fail.
+1 release audit. The applied patch does not increase the total number of
release audit warnings.
-1 core tests. The patch failed core unit tests.
+1 contrib tests. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/2425//testReport/
Console output:
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/2425//console
This message is automatically generated.
> Compile zookeeper by JDK 7 in default
> -------------------------------------
>
> Key: ZOOKEEPER-2046
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2046
> Project: ZooKeeper
> Issue Type: Improvement
> Components: build
> Affects Versions: 3.5.0
> Reporter: Guo Ruijing
> Labels: build
> Attachments: ZOOKEEPER-2046-v2.patch, ZOOKEEPER-2046.patch
>
>
> Currently, zookeeper is compiled by JDK 5 in default as
> <property name="javac.target" value="1.5" />
> <property name="javac.source" value="1.5" />
> we may change it to JDK 7 in default
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)