[
https://issues.apache.org/jira/browse/CALCITE-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16446599#comment-16446599
]
Kevin Risden commented on CALCITE-2255:
---------------------------------------
[~julianhyde] - I tested JDK 11 with javadoc and got a success. Here is the
command I ran:
{noformat}
docker run -it --rm -v $PWD:/src -v $HOME/.m2:/root/.m2 -w /src maven:3-jdk-11
mvn -Djavax.net.ssl.trustStorePassword=changeit site{noformat}
Results:
{noformat}
...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Calcite 1.17.0-SNAPSHOT ............................ SUCCESS [30:12 min]
[INFO] Calcite Linq4j ..................................... SUCCESS [01:08 min]
[INFO] Calcite Core ....................................... SUCCESS [03:25 min]
[INFO] Calcite Cassandra .................................. SUCCESS [01:05 min]
[INFO] Calcite Druid ...................................... SUCCESS [01:05 min]
[INFO] Calcite Elasticsearch .............................. SUCCESS [01:08 min]
[INFO] Calcite Elasticsearch5 ............................. SUCCESS [01:05 min]
[INFO] Calcite Examples ................................... SUCCESS [ 1.456 s]
[INFO] Calcite Example CSV ................................ SUCCESS [01:01 min]
[INFO] Calcite Example Function ........................... SUCCESS [ 55.907 s]
[INFO] Calcite File ....................................... SUCCESS [ 59.333 s]
[INFO] Calcite Geode ...................................... SUCCESS [ 58.819 s]
[INFO] Calcite MongoDB .................................... SUCCESS [ 59.633 s]
[INFO] Calcite Pig ........................................ SUCCESS [01:07 min]
[INFO] Calcite Piglet ..................................... SUCCESS [01:08 min]
[INFO] Calcite Plus ....................................... SUCCESS [ 58.721 s]
[INFO] Calcite Server ..................................... SUCCESS [01:17 min]
[INFO] Calcite Spark ...................................... SUCCESS [01:17 min]
[INFO] Calcite Splunk ..................................... SUCCESS [01:03 min]
[INFO] Calcite Ubenchmark 1.17.0-SNAPSHOT ................. SUCCESS [01:02 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 52:05 min
[INFO] Finished at: 2018-04-21T02:59:14Z
[INFO]
------------------------------------------------------------------------{noformat}
> Test against JDK 11
> -------------------
>
> Key: CALCITE-2255
> URL: https://issues.apache.org/jira/browse/CALCITE-2255
> Project: Calcite
> Issue Type: Improvement
> Reporter: Kevin Risden
> Assignee: Kevin Risden
> Priority: Major
> Fix For: 1.17.0
>
>
> JDK 11 ([http://jdk.java.net/11/)] is in early release and we can start
> testing against it. With the improvements from CALCITE-2063, we should be
> able to test against JDK 11 without much effort.
> I opened [https://github.com/docker-library/openjdk/pull/186] and
> [https://github.com/carlossg/docker-maven/issues/79] to try to get JDK 11
> support for the docker images we are trying to use.
> I am working on testing locally as well to see if there is anything broken.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)