]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: bump target jdk to 1.7 21082/head
authorShengjing Zhu <zhsj@umcloud.com>
Wed, 28 Mar 2018 04:54:31 +0000 (12:54 +0800)
committerShengjing Zhu <zhsj@umcloud.com>
Wed, 28 Mar 2018 09:24:07 +0000 (17:24 +0800)
commit7c511d79240ac2ab20a3f9360d90a766ee1b9682
tree8291cf5e0583724cb3bb548e674f07fb0da3068a
parent3b164cb252604b31adde4e80c88a7c7730010217
cmake: bump target jdk to 1.7

jdk 1.7 was released on 2011. For CentOS 6/7, both have openjdk
1.8. For Debian 8(jessie), Ubuntu 14.04(trusty) have openjdk 1.7.
These are the oldest distributions officially built for during
luminous release.

Since jdk 1.9/9, the minimal supported version is 1.6/6.
jdk 1.0/10(recently released) only supports 1.7/7.
http://openjdk.java.net/jeps/182

Fixes: http://tracker.ceph.com/issues/23458
Signed-off-by: Shengjing Zhu <zhsj@umcloud.com>
src/java/CMakeLists.txt