You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Alex Deparvu (JIRA)" <ji...@apache.org> on 2018/03/21 14:26:00 UTC

[jira] [Commented] (OAK-7190) Oak should compile & test on Java 10

    [ https://issues.apache.org/jira/browse/OAK-7190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16407987#comment-16407987 ] 

Alex Deparvu commented on OAK-7190:
-----------------------------------

findbugs warings:
{noformat}
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ oak-parent ---
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass$3$1 (file:/Users/aparvule/work/m2repo/org/codehaus/groovy/groovy/2.4.7/groovy-2.4.7.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass$3$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
{noformat}

{noformat}
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ oak-commons ---
[INFO] Fork Value is true
     [java] Warning: Unknown version of Java
     [java] edu.umd.cs.findbugs.JavaVersionException: Could not parse Java version string: 10
     [java]     at edu.umd.cs.findbugs.JavaVersion.<init>(JavaVersion.java:68)
     [java]     at edu.umd.cs.findbugs.JavaVersion.<clinit>(JavaVersion.java:44)
     [java]     at edu.umd.cs.findbugs.DetectorFactory.isEnabledForCurrentJRE(DetectorFactory.java:248)
     [java]     at edu.umd.cs.findbugs.FindBugs.isDetectorEnabled(FindBugs.java:256)
     [java]     at edu.umd.cs.findbugs.FindBugs2$3.choose(FindBugs2.java:906)
     [java]     at edu.umd.cs.findbugs.plan.ExecutionPlan.build(ExecutionPlan.java:179)
     [java]     at edu.umd.cs.findbugs.FindBugs2.createExecutionPlan(FindBugs2.java:935)
     [java]     at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:241)
     [java]     at edu.umd.cs.findbugs.FindBugs.runMain(FindBugs.java:402)
     [java]     at edu.umd.cs.findbugs.FindBugs2.main(FindBugs2.java:1200)
{noformat}

> Oak should compile & test on Java 10
> ------------------------------------
>
>                 Key: OAK-7190
>                 URL: https://issues.apache.org/jira/browse/OAK-7190
>             Project: Jackrabbit Oak
>          Issue Type: Epic
>    Affects Versions: 1.10
>            Reporter: Julian Reschke
>            Priority: Major
>
> (umbrella issue for tracking changes)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)