[
https://issues.apache.org/jira/browse/ARIES-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14745692#comment-14745692
]
John Ross commented on ARIES-1402:
----------------------------------
All changes but one are to simply and explicitly declare type parameters rather
than rely on inference using the diamond operator. The one other change is
pointing both source and target back to 1.6 in jpa-parent/pom.xml.
Without objection, I intend to commit this within the next few days. Please
speak up if you have an issue.
> We are unable to build jpa for a 1.6 JVM due to changes in the jpa-parent/pom
> -----------------------------------------------------------------------------
>
> Key: ARIES-1402
> URL: https://issues.apache.org/jira/browse/ARIES-1402
> Project: Aries
> Issue Type: Bug
> Components: JPA
> Affects Versions: jpa-2.2.0
> Environment: all
> Reporter: Samuel Bratton
> Fix For: jpa-2.2.0
>
> Attachments: ARIES-1402.patch
>
>
> The jpa-parent/pom.xml was changed to require bytecode to be targeted to a
> 1.7 jvm. This change was done as part of:
> r1680218 [ARIES-1325] Redesign of aries jpa for next major version
> We have a business requirement to continue support for 1.6 JVMs for a while
> still and so propose to change the target and source levels back to 1.6.
> The only new 1.7 features in use currently is the diamond operator in 10 or
> so files.
> I will attach a patch with the details of the required changes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)