Description
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
Attachments
Attachments
Issue Links
- duplicates
-
ZOOKEEPER-1963 Make JDK 7 the minimum requirement for Zookeeper
- Resolved