[
https://issues.apache.org/jira/browse/CALCITE-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16438430#comment-16438430
]
Kevin Risden commented on CALCITE-2255:
---------------------------------------
{noformat}
[INFO] --- forbiddenapis:2.3:check (default) @ calcite-example-function ---
[WARNING] Bundled version of ASM cannot parse bytecode of java.lang.Object
class; marking runtime as not suppported.
[WARNING] Your Java runtime (OpenJDK Runtime Environment 11+8-Debian-1) is not
supported by the forbiddenapis MOJO. Please run the checks with a supported JDK!
[INFO]
[INFO] --- forbiddenapis:2.3:testCheck (default) @ calcite-example-function ---
[WARNING] Bundled version of ASM cannot parse bytecode of java.lang.Object
class; marking runtime as not suppported.
[WARNING] Your Java runtime (OpenJDK Runtime Environment 11+8-Debian-1) is not
supported by the forbiddenapis MOJO. Please run the checks with a supported
JDK!{noformat}
Doesn't fail the build but this warning is printed currently.
> 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)