[
https://issues.apache.org/jira/browse/UIMA-5369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marshall Schor resolved UIMA-5369.
----------------------------------
Resolution: Fixed
> 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
(v7.6.3#76005)