GitHub user kevinxu021 opened a pull request:
https://github.com/apache/trafodion/pull/1753
[TRAFODION-3241]support both jdk1.7 and jdk1.8
Previously, it doesnot support jdk1.8 because of site. Here use profile as
a solution. By the way, to accelerate to the compilation speed, add if-else in
Makefile that if you want to re-compile, please do make clean first. With my
experiences, most of the time if the error is not in DCS/JDBC, you might not
want to recompile this module.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kevinxu021/incubator-trafodion javadoc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1753.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1753
----
commit b1a5d7b38e4efbdfad607907783f908c71b202e9
Author: Kevin Xu <kaihua.xu@...>
Date: 2018-11-30T09:20:15Z
support both jdk1.7 and jdk1.8
----
---