Re: [VOTE] Release Apache Maven Reporting Implementation version 2.3

2014-09-15 Thread Olivier Lamy
+1 On 15 September 2014 01:51, Hervé BOUTEMY wrote: > Hi, > > We solved 5 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&version=18319 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11761&status

Re: Early Access builds for JDK 9 b29 and JDK 8u40 b05 are available on java.net

2014-09-15 Thread Mark Derricutt
Thought I'd give this a shot on one our maven projects: java version "1.9.0-ea" Java(TM) SE Runtime Environment (build 1.9.0-ea-b30) Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-ea-b30, mixed mode) This was just running maven with JAVA_HOME set to the JDK9 directory ( on OSX ): [ERROR] Fai

Re: Git Push Summary

2014-09-15 Thread Robert Scholte
True, but IIRC we got a lot of serious complaints after deleting tags in Git when trying to push a new Maven Distribution (I think svn is less critical due to its different approach). Although I prefer single digit incremental versions over version gaps, I have agree that it is just a number.

Re: Git Push Summary

2014-09-15 Thread Olivier Lamy
I believe it's not the first time someone delete a tag because of a cancelled release. -- Olivier On Sep 16, 2014 6:40 AM, "Robert Scholte" wrote: > Ouch?! > > Op Mon, 15 Sep 2014 03:44:29 +0200 schreef : > > Repository: maven-wagon >> Updated Tags: refs/tags/wagon-2.7 [deleted] b00132663 >> >

Re: Git Push Summary

2014-09-15 Thread Fred Cooke
There will still be a copy around, get hold of the original and push it back up. Hooks should be setup to prevent tag deletion... On Tue, Sep 16, 2014 at 8:40 AM, Robert Scholte wrote: > Ouch?! > > Op Mon, 15 Sep 2014 03:44:29 +0200 schreef : > > Repository: maven-wagon >> Updated Tags: refs/

Re: Plexus Archiver / Plexus Components

2014-09-15 Thread Hervé BOUTEMY
work done: http://people.apache.org/~hboutemy/codehaus/summary.html after author stats for each component, there is the shortlog for patches applied now we need to prepare attribution thread, to let a maximum of contributors express their desire to give their contribution to ASF. Any proposal f

Re: Git Push Summary

2014-09-15 Thread Robert Scholte
Ouch?! Op Mon, 15 Sep 2014 03:44:29 +0200 schreef : Repository: maven-wagon Updated Tags: refs/tags/wagon-2.7 [deleted] b00132663 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: de

[VOTE] Release Apache Maven Javadoc Plugin version 2.10

2014-09-15 Thread Dennis Lundberg
Hi, The main focus for this release is Java 8 compatibility. We solved 11 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11138&styleName=Html&version=19448 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=1113

Re: [VOTE] Apache Maven Shared Component: Maven Dependency Tree Version 2.2

2014-09-15 Thread Hervé BOUTEMY
+1 Regards, Hervé Le dimanche 14 septembre 2014 20:19:44 Karl Heinz Marbaise a écrit : > Hi, > > We solved 3 issues: > http://jira.codehaus.org/browse/MSHARED/fixforversion/19225 > > http://jira.codehaus.org/issues/?jql=project%20%3D%20MSHARED%20AND%20resolut > ion%20%3D%20Unresolved%20AND%20c

Re: Analysis of apache-maven-3.2.3's dependency on JDK-Internal APIs

2014-09-15 Thread Rory O'Donnell Oracle, Dublin Ireland
Thanks for the feedback Guys, if you have a contact at Guava that would be great ? Rgds,Rory On 15/09/2014 12:51, Stuart McCulloch wrote: Just to clarify, Sisu has _never_ used any Guava APIs directly, the use of Guava comes from its use of Guice. In Guice 3.0 Guava was shaded in under an in

Re: Analysis of apache-maven-3.2.3's dependency on JDK-Internal APIs

2014-09-15 Thread Stuart McCulloch
Just to clarify, Sisu has _never_ used any Guava APIs directly, the use of Guava comes from its use of Guice. In Guice 3.0 Guava was shaded in under an internal package, since then Guava is now an external dependency: https://github.com/google/guice/commit/3236b100a95b739577dfcd117c246

Re: Analysis of apache-maven-3.2.3's dependency on JDK-Internal APIs

2014-09-15 Thread Igor Fedorenko
I was not suggesting changing guava, which I agree, is not our problem. I was suggesting using more recent version of guava in maven, which only we can do. -- Regards, Igor On 2014-09-15, 7:42, Kristian Rosenvold wrote: Guava is a general purpose library that contains quite a bunch of stuff. It

Re: Analysis of apache-maven-3.2.3's dependency on JDK-Internal APIs

2014-09-15 Thread Kristian Rosenvold
Guava is a general purpose library that contains quite a bunch of stuff. It seems like the report we're looking at is simply a byte code scan of our "lib" folder looking for undesirables. sun.misc.Unsafe is cookie jar of cool stuff that certain features of guava use. I doubt that /we/ actually use

Re: Analysis of apache-maven-3.2.3's dependency on JDK-Internal APIs

2014-09-15 Thread Igor Fedorenko
We can move to the newer version of guava. This was one of the reasons I updated to the latest sisu, I was told it did not depend on any internal guava apis any more. Of course, somebody will have to check what guava version is compatible with JDK 9 before we upgrade. -- Regards, Igor On 2014-09

Re: Analysis of apache-maven-3.2.3's dependency on JDK-Internal APIs

2014-09-15 Thread Kristian Rosenvold
So if I read your report correctly, our code uses guava, which contains references to sun.misc.Unsafe. Actually it's sisu that uses guava, not maven core itself. Not too much we can do about that, other than consider throwing guava out of sisu. As long as we're on a sub-1.8 minimum language le

Re: [VOTE] Apache Maven Shared Component: Maven Dependency Tree Version 2.2

2014-09-15 Thread Karl Heinz Marbaise
Hi, here is my +1. Kind regards Karl-Heinz Marbaise On 9/14/14 8:19 PM, Karl Heinz Marbaise wrote: Hi, We solved 3 issues: http://jira.codehaus.org/browse/MSHARED/fixforversion/19225 http://jira.codehaus.org/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20com

Re: Analysis of apache-maven-3.2.3's dependency on JDK-Internal APIs

2014-09-15 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Stephen, One more time, hope this is ok. Rgds,Rory JDK Internal API Usage Report for apache-maven-3.2.3 The OpenJDK Quality Outreach campaign has run a compatibility report to identify usage of JDK-internal APIs. Usage of these JDK-internal APIs could pose compatibility issues, as the J

Re: https://github.com/apache/maven-scm/pull/17

2014-09-15 Thread Benson Margulies
Chris, See http://maven.apache.org/developers/conventions/git.html. I didn't know it existed until yesterday. On Mon, Sep 15, 2014 at 1:26 AM, Chris Graham wrote: > So, if the scm stuff is in git, my original question still remains > unanswered. > > What are the process steps needed to go thr

Re: Analysis of apache-maven-3.2.3's dependency on JDK-Internal APIs

2014-09-15 Thread Rory O'Donnell Oracle, Dublin Ireland
Ok, here is the text. Rgds,Rory JDK Internal API Usage Report for apache-maven-3.2.3 The OpenJDK Quality Outreach campaign has run a compatibility report to identify usage of JDK-internal APIs. Usage of these JDK-internal APIs could pose compatibility issues, as the Java team explained in 19

Re: Analysis of apache-maven-3.2.3's dependency on JDK-Internal APIs

2014-09-15 Thread Stephen Connolly
I think the mailing list stripped the attachment On Monday, 15 September 2014, Rory O'Donnell Oracle, Dublin Ireland < rory.odonn...@oracle.com> wrote: > Hi Robert,Kristian, > > As part of the preparations for JDK 9, Oracle's engineers have been > analyzing open source projects like yours to unde

Analysis of apache-maven-3.2.3's dependency on JDK-Internal APIs

2014-09-15 Thread Rory O'Donnell Oracle, Dublin Ireland
Hi Robert,Kristian, As part of the preparations for JDK 9, Oracle's engineers have been analyzing open source projects like yours to understand usage. One area of concern involves identifying compatibility problems, such as reliance on JDK-internal APIs. Our engineers have already prepared gu