[
https://issues.apache.org/jira/browse/ARIES-708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13063753#comment-13063753
]
Valentin Mahrwald commented on ARIES-708:
-----------------------------------------
Well :)
The code in util is Java 5 compatible, even though the use of @Override
annotations means that it needs a java 6 compiler. With the java5 parent there
is a check included to make we don't break Java 5 compatibility, which is
missing when using the java6-parent.
So maybe the better fix is to remove the interface @Overrides.
What do you think?
> org.apache.aries.util pom should point to java6-parent, not java5-parent
> ------------------------------------------------------------------------
>
> Key: ARIES-708
> URL: https://issues.apache.org/jira/browse/ARIES-708
> Project: Aries
> Issue Type: Bug
> Components: Util
> Affects Versions: 0.4
> Reporter: John Ross
> Assignee: John Ross
> Fix For: 0.4
>
>
> Pulled in org.apache.aries.util using m2e and received a bunch of errors
> about the @Override annotation use on implemented interface methods. Parent
> should be java6-parent.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira