You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "James Turton (Jira)" <ji...@apache.org> on 2022/01/26 12:56:00 UTC

[jira] [Created] (DRILL-8113) Support targeting older JDKs when building with newer ones

James Turton created DRILL-8113:
-----------------------------------

             Summary: Support targeting older JDKs when building with newer ones
                 Key: DRILL-8113
                 URL: https://issues.apache.org/jira/browse/DRILL-8113
             Project: Apache Drill
          Issue Type: Improvement
          Components: Tools, Build &amp; Test
    Affects Versions: 1.19.0
            Reporter: James Turton
            Assignee: James Turton
             Fix For: Future


Currently, adding

 
{code:java}
<maven.compiler.release>8</maven.compiler.release>{code}
 

to pom.xml in order to build Drill for JDK 8 under JDK 11 will produce build errors relating to the package {{{}sun.security.jgss{}}}.  This should be rectified.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)