[jira] [Commented] (ARIES-1183) Small refactorings

2014-05-12 Thread JIRA
[ https://issues.apache.org/jira/browse/ARIES-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13994834#comment-13994834 ] Jean-Baptiste Onofré commented on ARIES-1183: - FYI, I proposed a patch to

[jira] [Commented] (ARIES-1185) SPI Fly does not work with Java 8

2014-05-12 Thread JIRA
[ https://issues.apache.org/jira/browse/ARIES-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13994831#comment-13994831 ] Jean-Baptiste Onofré commented on ARIES-1185: - This Jira is related to

[jira] [Commented] (ARIES-1184) Update blueprint integration tests to pax exam 3.4.0

2014-05-12 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13995081#comment-13995081 ] Christian Schneider commented on ARIES-1184: I tried to update to 3.5.0 but it

[jira] [Updated] (ARIES-1184) Update blueprint integration tests to pax exam 3.4.0

2014-05-12 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Schneider updated ARIES-1184: --- Attachment: ARIES-1184-1.patch Attached patch to upgrade the blueprint itests to pax

[jira] [Comment Edited] (ARIES-1184) Update blueprint integration tests to pax exam 3.4.0

2014-05-12 Thread Christian Schneider (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13995092#comment-13995092 ] Christian Schneider edited comment on ARIES-1184 at 5/12/14 2:32 PM:

[GitHub] aries pull request: [ARIES-1186] Support Java 8 with ASM 5.0.2 in ...

2014-05-12 Thread hwellmann
GitHub user hwellmann opened a pull request: https://github.com/apache/aries/pull/9 [ARIES-1186] Support Java 8 with ASM 5.0.2 in Aries Proxy Patch uses ASM 5.0.2 and handles java 8 default methods in proxies. Running integration tests on Java 8 requires a Pax Runner

[jira] [Commented] (ARIES-1186) Upgrade to ASM 5 for Java 8 support

2014-05-12 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13995207#comment-13995207 ] ASF GitHub Bot commented on ARIES-1186: --- GitHub user hwellmann opened a pull

Upgrading tests to pax exam 3

2014-05-12 Thread Christian Schneider
I have just provided a patch to upgrade the first itests to pax exam 3 (see https://issues.apache.org/jira/browse/ARIES-1184). While doing this upgrade I had some problems with the test support project and with the parent poms. The pax exam version is set in the parent pom and the test support

versioning plugin release for Maven 3.1+

2014-05-12 Thread Daniel Kulp
I just updated the versioning plugin to use the org.eclipse version of Aether. This allows it to work with Maven 3.1+, but means it won’t work with Maven 3.0.x. We could do a lot more work to get it working for both, but I’m not sure it’s worth it. Would folks be OK with me doing a

[jira] [Created] (ARIES-1187) Installing a subsystem does not cleanup files left in tmp area

2014-05-12 Thread Samuel Bratton (JIRA)
Samuel Bratton created ARIES-1187: - Summary: Installing a subsystem does not cleanup files left in tmp area Key: ARIES-1187 URL: https://issues.apache.org/jira/browse/ARIES-1187 Project: Aries

[jira] [Commented] (ARIES-1187) Installing a subsystem does not cleanup files left in tmp area

2014-05-12 Thread Samuel Bratton (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1399#comment-1399 ] Samuel Bratton commented on ARIES-1187: --- The temp file is created in BasicSubSystem

Re: versioning plugin release for Maven 3.1+

2014-05-12 Thread David Bosschaert
FWIW - I still do most of my work on Maven 3.0.5 as some of the projects I work on don't work with 3.1. They might work with 3.2 but I haven't tried that yet. One other thing to mention is that an extension is being proposed to the maven-bundle-plugin that supports semantic versioning. That

[jira] [Commented] (ARIES-1181) Getting a NullPointerException trying to instantiate JPA-related classes

2014-05-12 Thread Matt Sicker (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13995094#comment-13995094 ] Matt Sicker commented on ARIES-1181: Would this still work with JPA 2.1? The blueprint

[jira] [Commented] (ARIES-1186) Upgrade to ASM 5 for Java 8 support

2014-05-12 Thread Freeman Fang (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13995995#comment-13995995 ] Freeman Fang commented on ARIES-1186: - Hi Harald, Thanks for the patch, seems