You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Shawn McKinney (JIRA)" <ji...@apache.org> on 2019/06/13 15:02:00 UTC

[jira] [Commented] (FC-230) Support Java 9

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

Shawn McKinney commented on FC-230:
-----------------------------------

Notes for Java 11:

Core

pom.xml++

<!-- Add for Java 9++ -->
 <dependency>
  <groupId>javax.xml.bind</groupId>
  <artifactId>jaxb-api</artifactId>
  <version>2.3.0</version>
 </dependency>

...

<!-- compile with Java 9++ -->

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-compiler-plugin</artifactId>
  <version>3.8.0</version>
  <configuration>
    <release>11</release>
  </configuration>
</plugin> 

 

> Support Java 9
> --------------
>
>                 Key: FC-230
>                 URL: https://issues.apache.org/jira/browse/FC-230
>             Project: FORTRESS
>          Issue Type: Improvement
>    Affects Versions: 2.0.0
>            Reporter: Shawn McKinney
>            Assignee: Shawn McKinney
>            Priority: Major
>
> Add Java 9 support.  Upgrade version mvn plugins:
> 1.  <artifactId>maven-jar-plugin</artifactId>
>           <version>3.0.2</version>
> 2.  <artifactId>maven-source-plugin</artifactId>
>         <version>3.0.0</version>



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org