Re: Request to release blueprint-core 1.1.1

2013-05-03 Thread Christian Schneider
+1 This is also a very important release for us. Christian Am 02.05.2013 05:14, schrieb Dan Tran: Hi I am about release our internal app with karaf 2.3.1. However, I also need to pickup blueprint-core 1.1.1, currently at SNAPSHOT. Please release blueprint-core 1.1.1 Thanks -D --

[jira] [Updated] (ARIES-958) BundleManifest.fromBundle(IFile) fails to parse OSGI headers when bundle manifest contains Name header.

2013-05-03 Thread Timothy Ward (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Ward updated ARIES-958: --- Fix Version/s: util-1.1.1 BundleManifest.fromBundle(IFile) fails to parse OSGI headers when

[jira] [Updated] (ARIES-1061) make subsystem core can be built on jdk7

2013-05-03 Thread TangYong (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] TangYong updated ARIES-1061: Attachment: SubsystemUri.java.patch make subsystem core can be built on jdk7

[jira] [Created] (ARIES-1062) org.apache.aries.subsystem.core.internal.Activator needs to be improved

2013-05-03 Thread TangYong (JIRA)
TangYong created ARIES-1062: --- Summary: org.apache.aries.subsystem.core.internal.Activator needs to be improved Key: ARIES-1062 URL: https://issues.apache.org/jira/browse/ARIES-1062 Project: Aries

[jira] [Commented] (ARIES-1061) make subsystem core can be built on jdk7

2013-05-03 Thread John Ross (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13648360#comment-13648360 ] John Ross commented on ARIES-1061: -- The think the real cause of the execution failure is

[jira] [Comment Edited] (ARIES-1061) make subsystem core can be built on jdk7

2013-05-03 Thread John Ross (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13648360#comment-13648360 ] John Ross edited comment on ARIES-1061 at 5/3/13 12:25 PM: --- I

RE: [jira] [Commented] (ARIES-1061) make subsystem core can be built on jdk7

2013-05-03 Thread Timothy Ward
I'm not sure I see the need for a Java7 parent yet. We're not planning to start targeting binaries for Java 7, we still want to support Java 6 (and possibly Java 5 for some people). What we need to do is to update the Java 5 and Java 6 parents so that they can compile successfully when using a

[jira] [Commented] (ARIES-1061) make subsystem core can be built on jdk7

2013-05-03 Thread TangYong (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13648376#comment-13648376 ] TangYong commented on ARIES-1061: - Although I can understand you said , for subsystem

RE: [jira] [Commented] (ARIES-1061) make subsystem core can be built on jdk7

2013-05-03 Thread Timothy Ward
Hi Tang, It's not a complete solution, but it was posted to the mailing list with the subject Compiling with Java 7 Regards Tim Ward --- Apache Aries PMC member Enterprise OSGi advocate Enterprise OSGi in Action (http://www.manning.com/cummins) --- Date: Fri,

Re: [jira] [Commented] (ARIES-1061) make subsystem core can be built on jdk7

2013-05-03 Thread Tang Yong
Hi Tim, John I have found and tried the patch, and although subsystem core module's building still failed, [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project org.apache.aries.subsystem.core: Compilation failure [ERROR]

[CANCELLED] [VOTE] Apache Aries release util-1.1.1

2013-05-03 Thread Timothy Ward
I'm abandoning this vote while I fix the Java 7 issues people seem to be having Tim Ward --- Apache Aries PMC member Enterprise OSGi advocate Enterprise OSGi in Action (http://www.manning.com/cummins) --- From: timothyjw...@apache.org To: dev@aries.apache.org

[jira] [Resolved] (ARIES-958) BundleManifest.fromBundle(IFile) fails to parse OSGI headers when bundle manifest contains Name header.

2013-05-03 Thread Timothy Ward (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Ward resolved ARIES-958. Resolution: Fixed BundleManifest.fromBundle(IFile) fails to parse OSGI headers when bundle

[jira] [Assigned] (ARIES-1006) Compilation error with JDK7

2013-05-03 Thread Timothy Ward (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Ward reassigned ARIES-1006: --- Assignee: Timothy Ward Compilation error with JDK7 ---

[jira] [Commented] (ARIES-1006) Compilation error with JDK7

2013-05-03 Thread Timothy Ward (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13648407#comment-13648407 ] Timothy Ward commented on ARIES-1006: - I'm going to use this JIRA to start working

[jira] [Commented] (ARIES-1062) org.apache.aries.subsystem.core.internal.Activator needs to be improved

2013-05-03 Thread John Ross (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13648417#comment-13648417 ] John Ross commented on ARIES-1062: -- 1. I agree the exception catching is unnecessary

Re: [jira] [Commented] (ARIES-1061) make subsystem core can be built on jdk7

2013-05-03 Thread Tang Yong
Tim, John, Using tim's patch and making the following change(adding @SuppressWarnings) for deprecated api, subsystem.core building is successful on jdk7. @SuppressWarnings(deprecation) public String toString() { StringBuilder builder = new StringBuilder(subsystem://);

[jira] [Commented] (ARIES-1006) Compilation error with JDK7

2013-05-03 Thread TangYong (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13648426#comment-13648426 ] TangYong commented on ARIES-1006: - Tim, I suggest doing the following : 1) using your

[jira] [Comment Edited] (ARIES-1006) Compilation error with JDK7

2013-05-03 Thread TangYong (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13648426#comment-13648426 ] TangYong edited comment on ARIES-1006 at 5/3/13 2:05 PM: - Tim, I

[jira] [Commented] (ARIES-1061) make subsystem core can be built on jdk7

2013-05-03 Thread John Ross (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13648442#comment-13648442 ] John Ross commented on ARIES-1061: -- I was just trying to focus on the fundamental reason

[jira] [Updated] (ARIES-1062) org.apache.aries.subsystem.core.internal.Activator needs to be improved

2013-05-03 Thread TangYong (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] TangYong updated ARIES-1062: Attachment: Activator.java.patch org.apache.aries.subsystem.core.internal.Activator needs to be

[jira] [Commented] (ARIES-1062) org.apache.aries.subsystem.core.internal.Activator needs to be improved

2013-05-03 Thread TangYong (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13648437#comment-13648437 ] TangYong commented on ARIES-1062: - John, It would be much easier to compare these

[VOTE] Apache Aries release parent-1.1.0

2013-05-03 Thread Timothy Ward
This is a vote for the release of the aries parent poms at version 1.1.0. This is a significant fix, and is the first step in getting Aries building properly with JDK 7. Individual projects will need to be updated to use these poms before they can be successfully built using Java 7. The

[jira] [Commented] (ARIES-1006) Compilation error with JDK7

2013-05-03 Thread Timothy Ward (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13648445#comment-13648445 ] Timothy Ward commented on ARIES-1006: - Hi Tang, Thanks for the verification of the

[jira] [Commented] (ARIES-1006) Compilation error with JDK7

2013-05-03 Thread TangYong (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13648450#comment-13648450 ] TangYong commented on ARIES-1006: - Tim, OK, firstly waiting for parent poms. Thanks

Re: [VOTE] Apache Aries release parent-1.1.0

2013-05-03 Thread Tang Yong
after confirming poms, +1 Timothy Ward wrote: This is a vote for the release of the aries parent poms at version 1.1.0. This is a significant fix, and is the first step in getting Aries building properly with JDK 7. Individual projects will need to be updated to use these poms before they

[jira] [Commented] (ARIES-1061) make subsystem core can be built on jdk7

2013-05-03 Thread TangYong (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13648462#comment-13648462 ] TangYong commented on ARIES-1061: - Yes, I also realized maybe should first focus on java 7

RE: [VOTE] Apache Aries release parent-1.1.0

2013-05-03 Thread Timothy Ward
After doing some further digging I've found we're using a very old (2.0.2) version of the maven-compiler-plugin. This is over 6 years old and predates Java 7. Apparently nobody (including me) thought to try upgrading it. The release we have here does work, in that it prevents a compiler warning

RE: [VOTE] Apache Aries release parent-1.1.0

2013-05-03 Thread John W Ross
+1 for upgrading the maven-compiler-plugin I've been trying to build using maven-compiler-plugin 3.1 as an exercise for the past hour but can't figure out how to get it to stop using 2.0.2. John RE: [VOTE] Apache Aries release parent-1.1.0 After doing some further digging I've found we're

RE: [VOTE] Apache Aries release parent-1.1.0

2013-05-03 Thread John W Ross
Specifying version 3.1 (latest release) of the maven-compiler-plugin in parent/default-parent/pom.xml fixes the subsystem-core build issue on java 7 (jdk1.7.0_21). I suspect it will also fix the same issue, and perhaps others, for other projects. Unfortunately, this does not fix the issue in

[jira] [Commented] (ARIES-1006) Compilation error with JDK7

2013-05-03 Thread TangYong (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13649005#comment-13649005 ] TangYong commented on ARIES-1006: - While using specifying version 3.1 (latest release) of

Re: [VOTE] Apache Aries release parent-1.1.0

2013-05-03 Thread Tang Yong
2) updating org.osgi.core to 4.3.1 because of an issue using jdk7 about the point, if updating org.osgi.core to 5.0.0, building is also OK. Thanks --Tang Tang Yong wrote: Tim,John, I will try to build the whole aries project and see what will happen. I have commented on ARIES-1006, and