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

ASF GitHub Bot commented on DRILL-8113:
---------------------------------------

jnturton opened a new pull request, #2565:
URL: https://github.com/apache/drill/pull/2565

   # [DRILL-8113](https://issues.apache.org/jira/browse/DRILL-8113): Support 
building with a JDK 8 target using newer JDKs
   
   ## Description
   
   - Add the `maven.compiler.release` property to the jdk9+ profile, solving 
API errors like the missing `ByteBuffer` methods.
   - Remove calls to unsupported internal sun.security.* APIs that were 
blocking the use of `maven.compiler.release` for JDK 9+.
   - Enable some Kerberos tests that were disabled but do work (partially 
resolves [DRILL-8036](https://issues.apache.org/jira/browse/DRILL-8036)).
   
   ## Documentation
   N/A
   
   ## Testing
   Test building in JDK 8 and running in 8.
   Test building in JDK 8 and running in 11.
   Test building in JDK 11 and running in 8.
   Test building in JDK 11 and running in 11.
   




> Support building with a JDK 8 target using newer JDKs
> -----------------------------------------------------
>
>                 Key: DRILL-8113
>                 URL: https://issues.apache.org/jira/browse/DRILL-8113
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Tools, Build & Test
>    Affects Versions: 1.19.0
>            Reporter: James Turton
>            Assignee: James Turton
>            Priority: Trivial
>             Fix For: 1.20.2
>
>
> 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.7#820007)

Reply via email to