You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King, III (JIRA)" <ji...@apache.org> on 2018/04/10 16:43:00 UTC

[jira] [Created] (THRIFT-4550) Properly support Java 9

James E. King, III created THRIFT-4550:
------------------------------------------

             Summary: Properly support Java 9
                 Key: THRIFT-4550
                 URL: https://issues.apache.org/jira/browse/THRIFT-4550
             Project: Thrift
          Issue Type: Story
          Components: Java - Compiler
            Reporter: James E. King, III


Some things like "javax.annotations" are no longer accessible in Java 9 unless you jump through hoops and they have been deprecated and will be removed in a future release.

The default java in Ubuntu Bionic appears to be Java 9, but 8 is available, so I will make the docker file use that for now.

We use annotations and the "js" library "make check" fails to build when jdk9 is in use.

See this page for more details:

[https://blog.codefx.org/java/java-9-migration-guide/]

 



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