[
https://issues.apache.org/jira/browse/ISIS-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14034594#comment-14034594
]
ASF subversion and git services commented on ISIS-811:
------------------------------------------------------
Commit e12f274631f9d3bdee66dd046d46e4f639576e18 in isis's branch
refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=e12f274 ]
ISIS-811: fix to build archetype on JDK 8.
> Quickstart app does not compile on Java 8
> -----------------------------------------
>
> Key: ISIS-811
> URL: https://issues.apache.org/jira/browse/ISIS-811
> Project: Isis
> Issue Type: Bug
> Components: Archetype: ToDoApp WRJ, Examples
> Affects Versions: archetype-quickstart-wrj-1.5.0
> Reporter: Rafael Chaves
> Assignee: Dan Haywood
> Priority: Minor
> Fix For: archetype-quickstart_wrj-1.6.0
>
>
> The sample application created using the maven archetype as described
> [here|http://isis.apache.org/intro/getting-started/quickstart-archetype.html]
> generates code that does not compile under Java 8, due to Java 8 having an
> Optional type in java.util, and that clashing with Isis' Optional annotation.
> A simple fix is to explicitly import the Isis Optional annotation in
> TodoItem.java, or stop using * imports for java.util.
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)