You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2017/08/18 18:03:01 UTC

[jira] [Updated] (UIMA-5369) java9 javadoc requires defs for annotations

     [ https://issues.apache.org/jira/browse/UIMA-5369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor updated UIMA-5369:
---------------------------------
    Fix Version/s:     (was: 2.10.1SDK)

> java9 javadoc requires defs for annotations
> -------------------------------------------
>
>                 Key: UIMA-5369
>                 URL: https://issues.apache.org/jira/browse/UIMA-5369
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Minor
>             Fix For: 3.0.1SDK
>
>
> Several things need fixups to allow Java 9 builds.
> # add a <profile> which triggers on <jdk>9
> # the compiler target level needs to be set to 1.9
> # the compiler needs an additional argument to include the javax.xml.bind module, which is otherwise no longer available.
> # The javadoc needs to specify the javadocVersion, otherwise it fails to discover it and uses 0, which causes the "tag" options to be ignored.
> # The file FSRBTIndex is completely commented out in v3.  Javadoc complains.  Move this to the unused-saved folder...
> # Some javadoc errors involving trailing </p> and </html> tags.
> # 1 error due to using a no-longer available "setAccessible" on a method
> # 2 xml miscompares of generated formatted XML due to different formatting styles



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)