Re: Maven 3.2.4

2014-12-14 Thread Olivier Lamy
> Platform Engineering > Oracle Development > http://redstack.wordpress.com/ > > "Oracle BPM Suite 11g: Advanced BPMN Topics" > by Mark Nelson and Tanya Williams > http://bit.ly/UbNKLD > > > On 12/12/2014 4:56 AM, Jason van Zyl wrote: > >> I plan t

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Benson Margulies
> wrote: > > > >> > > > >> I don't because it's inconsistent for external users who will be > > > confused > > > >> about where a release has gone. To date I have never skipped > versions, > > > for > > > >> cons

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Jeff Jensen
> > > > On Sat, Dec 13, 2014 at 4:24 PM, Jason van Zyl > wrote: > > >> > > >> I don't because it's inconsistent for external users who will be > > confused > > >> about where a release has gone. To date I have never skipped v

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Paul Benedict
Apache uses GA to mean a classification of a release; I don't mean it in some sort of generalized sense. You can revoke the status of a release. Whether you can erase it from everywhere it's been, that's another matter (and not possible from Central, right). Cheers, Paul On Sat, Dec 13, 2014 at

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Michael Osipov
Am 2014-12-13 um 23:52 schrieb Paul Benedict: Not Maven central, distribution (download) sites like Apache's. I am aware of that but if something has gone GA, it is on Central. Otherwise the term 'GA' wouldn't hold true. Michael -

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Karl Heinz Marbaise
Hi, we are here in a complete different situation. During the VOTE the artifacts are stored in a stage repository which can simply being dropped (Which is the idea of those staged repository). The only thing which is needed to be fixed is the SCM Tag (Git, SVN...). This can be done If w

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Paul Benedict
Not Maven central, distribution (download) sites like Apache's. Cheers, Paul On Sat, Dec 13, 2014 at 4:50 PM, Michael Osipov wrote: > > Am 2014-12-13 um 23:46 schrieb Paul Benedict: > >> I can see your point. However, I don't think it's all that unusual for >> people to see skipped versions dur

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Michael Osipov
Am 2014-12-13 um 23:46 schrieb Paul Benedict: I can see your point. However, I don't think it's all that unusual for people to see skipped versions during upgrading anymore. For example, when a security issue is found in a GA product, the affected version is instantly pulled from distribution sit

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Paul Benedict
gt; >> consistency I don't want to start now. I consider the staged releases > not > >> contributing to the public version pool. > >> > >> For your case I think you're probably the only person in the world who > >> integrates a staged release of

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Jason van Zyl
never skipped versions, for >>> consistency I don't want to start now. I consider the staged releases not >>> contributing to the public version pool. >>> >>> For your case I think you're probably the only person in the world who >>> integra

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Jason van Zyl
> >> For your case I think you're probably the only person in the world who >> integrates a staged release of Maven. For normal testers, running Maven >> 3.2.4 doesn't download Maven 3.2.4 related binaries in your local repo. >> >> But even if you weren&#

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Paul Benedict
ate I have never skipped versions, for > consistency I don't want to start now. I consider the staged releases not > contributing to the public version pool. > > For your case I think you're probably the only person in the world who > integrates a staged release of Maven.

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Jason van Zyl
I think you're probably the only person in the world who integrates a staged release of Maven. For normal testers, running Maven 3.2.4 doesn't download Maven 3.2.4 related binaries in your local repo. But even if you weren't the only person is it that hard to cleanup the punched re

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Jason van Zyl
fix everything, since: >>>>>>> 1. Tycho needs JavaToochain, which has been renamed (Toolchain vs >>>>> ToolChain) >>>>>>> 2. the interface doesn't offer expected getJavaHome() API >>>>>>> >>>>>>>

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Paul Benedict
I'll do it immediately. > >>>>> > >>>>> I don't know the Tycho community, but using ToolchainManager would > >IMHO > >>> be > >>>>> more future-proof than writing ToolchainProvider > >>>>> > >

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Igor Fedorenko
maven-core: I'll do it immediately. >>>>> >>>>> I don't know the Tycho community, but using ToolchainManager would >IMHO >>> be >>>>> more future-proof than writing ToolchainProvider >>>>> >>>>> Re

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Jason van Zyl
than writing ToolchainProvider >>>> >>>> Regards, >>>> >>>> Hervé >>>> >>>> >>>> [1] >> http://maven.apache.org/plugins/maven-toolchains-plugin/toolchains/custom.html >>>> >>>> >>&

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Stephen Connolly
gt;>> DefaultJavaToolChain? you mean the implementation? > >>> > >>> Can you give me pointers to the Tycho sources that use this API? > >>> (that's clearly not expected) > >>> > >>> I'm in favor of introducing deprecated Def

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Hervé BOUTEMY
I finally had a second deeper look at the issue, and chose to close it as fixed in Maven 3.2.4: details in the comments then there is no problem now to re-cut the release thanks Hervé Le samedi 13 décembre 2014 21:14:08 Hervé BOUTEMY a écrit : > we need to choose what we do with h

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Hervé BOUTEMY
/maven-toolchains-plugin/toolchains/custo > >> m.html>> > >> Le samedi 13 décembre 2014 09:13:50 Hervé BOUTEMY a écrit : > >>> DefaultJavaToolChain? you mean the implementation? > >>> > >>> Can you give me pointers to the Tycho sources that use this AP

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Jason van Zyl
at's clearly not expected) >>> >>> I'm in favor of introducing deprecated DefaultJavaToolChain >>> that extends the new implementation, which is easy to do: just need to >>> understand how it is used in Tycho, since the class is supposed to be used >>>

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Igor Fedorenko
décembre 2014 18:38:44 Igor Fedorenko a écrit : Unfortunately, I have to take this back. The changes to toolchain broke Tycho and, short of using reflection, I don't see how to make Tycho work with maven 3.2.4 and earlier versions of Maven. For better or worse, org.apache.maven.toolchain.java

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Hervé BOUTEMY
binaries and sources for testing can be found here: > https://repository.apache.org/content/repositories/maven-1102/org/apache/mav > en/apache-maven/3.2.4/ > > Specifically the zip, tarball, and source archives can be found here: > https://repository.apache.org/content/repositories/ma

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Hervé BOUTEMY
e class is supposed to be used > by JavaToolchainFactory (on only this one). > > Regards, > > Hervé > > Le vendredi 12 décembre 2014 18:38:44 Igor Fedorenko a écrit : > > Unfortunately, I have to take this back. The changes to toolchain > > broke Tycho and, short

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Igor Fedorenko
I've reintroduced DefaultJavaToolChain as deprecated extension of JavaToolchainImpl. All Tycho ITs pass now and I am not aware of any other regressions in maven 3.2.4. -- Regards, Igor On 2014-12-13, 3:13, Hervé BOUTEMY wrote: DefaultJavaToolChain? you mean the implementation? Can you gi

Re: [CANCELED] [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Igor Fedorenko
ot;mvn validate" on the attached project with staged maven 3.2.4 or current master? The log you attached is from maven 3.2.3. I've attached log from current master. -- Regards, Igor On 2014-12-13, 3:32, Hervé BOUTEMY wrote: I can't reproduce the problem: see the logs in attachment

Re: [CANCELED] [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Hervé BOUTEMY
Le samedi 13 décembre 2014 07:22:03 Igor Fedorenko a écrit : > Are you able to run "mvn validate" on the attached project with staged > maven 3.2.4 or current master? The log you attached is from maven 3.2.3. > I've attached log from current master. > > -- > Regard

Re: [CANCELED] [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Igor Fedorenko
Are you able to run "mvn validate" on the attached project with staged maven 3.2.4 or current master? The log you attached is from maven 3.2.3. I've attached log from current master. -- Regards, Igor On 2014-12-13, 3:32, Hervé BOUTEMY wrote: I can't reproduce the prob

Re: [CANCELED] [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Hervé BOUTEMY
t; On Dec 12, 2014, at 6:38 PM, Igor Fedorenko > >> > >> wrote: > >>>> Unfortunately, I have to take this back. The changes to toolchain > >>>> broke Tycho and, short of using reflection, I don't see how > >>>> to make Tycho work

Re: [VOTE] Maven 3.2.4 Release

2014-12-13 Thread Hervé BOUTEMY
ng reflection, I don't see how > to make Tycho work with maven 3.2.4 and earlier versions of Maven. > > For better or worse, > org.apache.maven.toolchain.java.DefaultJavaToolChain was part of > Maven API since 2.x and I don't think we can just remove the class. > > I

Re: [CANCELED] [VOTE] Maven 3.2.4 Release

2014-12-12 Thread Hervé BOUTEMY
; Are there no ITs for toolchains? How did they not break? > >>> > >>> On Dec 12, 2014, at 6:38 PM, Igor Fedorenko > >> > >> wrote: > >>>> Unfortunately, I have to take this back. The changes to toolchain > >>>> broke Tycho a

Re: [CANCELED] [VOTE] Maven 3.2.4 Release

2014-12-12 Thread Igor Fedorenko
ow did they not break? >> >> On Dec 12, 2014, at 6:38 PM, Igor Fedorenko >wrote: >> >>> Unfortunately, I have to take this back. The changes to toolchain >>> broke Tycho and, short of using reflection, I don't see how &

[CANCELED] [VOTE] Maven 3.2.4 Release

2014-12-12 Thread Jason van Zyl
don't see how >> to make Tycho work with maven 3.2.4 and earlier versions of Maven. >> >> For better or worse, >> org.apache.maven.toolchain.java.DefaultJavaToolChain was part of >> Maven API since 2.x and I don't think we can just remove the class. >>

Re: [VOTE] Maven 3.2.4 Release

2014-12-12 Thread Jason van Zyl
7;t see how > to make Tycho work with maven 3.2.4 and earlier versions of Maven. > > For better or worse, > org.apache.maven.toolchain.java.DefaultJavaToolChain was part of > Maven API since 2.x and I don't think we can just remove the class. > > I see two ways to fix this

Re: [VOTE] Maven 3.2.4 Release

2014-12-12 Thread Christian Schulte
Maybe consider upgrading to Aether '1.0.1.v2014' ? Am 12/13/14 um 00:38 schrieb Igor Fedorenko: Unfortunately, I have to take this back. The changes to toolchain broke Tycho and, short of using reflection, I don't see how to make Tycho work with maven 3.2.4 and earlier ve

Re: [VOTE] Maven 3.2.4 Release

2014-12-12 Thread Igor Fedorenko
Unfortunately, I have to take this back. The changes to toolchain broke Tycho and, short of using reflection, I don't see how to make Tycho work with maven 3.2.4 and earlier versions of Maven. For better or worse, org.apache.maven.toolchain.java.DefaultJavaToolChain was part of Maven API si

Re: [VOTE] Maven 3.2.4 Release

2014-12-12 Thread Karl Heinz Marbaise
verify) without any issue... so +1 from me. Kind regards Karl Heinz Marbaise On 12/12/14 10:54 PM, Jason van Zyl wrote: Hi, Time to release Maven 3.2.4! Here is a link to Jira with 20 issues resolved: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=20574 Staging

Re: [VOTE] Maven 3.2.4 Release

2014-12-12 Thread Igor Fedorenko
+1 -- Regards, Igor On 2014-12-12, 16:54, Jason van Zyl wrote: Hi, Time to release Maven 3.2.4! Here is a link to Jira with 20 issues resolved: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=20574 Staging repo: https://repository.apache.org/content/reposito

Re: [VOTE] Maven 3.2.4 Release

2014-12-12 Thread Karl Heinz Marbaise
Hi Jason, just a question the staging site http://takari.io/maven-3.2.4/ for example the link to JavaDoc produces 404, the link to http://takari.io/maven-3.2.4/maven-core/lifecycles.html 404... http://takari.io/maven-3.2.4/maven-model/maven.html 404 also ... intentionally or just missed

Re: [VOTE] Maven 3.2.4 Release

2014-12-12 Thread Jason van Zyl
+1 Analyzing release validity... stagingUrl: https://repository.apache.org/content/repositories/maven-1102 groupId: org.apache.maven artifactId: apache-maven version: 3.2.4 Source ZIP url exists. https://repository.apache.org/content/repositories/maven-1102/org/apache/maven/apache-maven/3.2.4

[VOTE] Maven 3.2.4 Release

2014-12-12 Thread Jason van Zyl
Hi, Time to release Maven 3.2.4! Here is a link to Jira with 20 issues resolved: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=20574 Staging repo: https://repository.apache.org/content/repositories/maven-1102/ The distributable binaries and sources for testing

Re: Maven 3.2.4

2014-12-11 Thread Jason van Zyl
Push them forward. On Dec 11, 2014, at 3:27 PM, Michael Osipov wrote: > Am 2014-12-11 um 18:56 schrieb Jason van Zyl: >> I plan to call a vote to release Maven 3.2.4 today if there are no >> objections. > > There are ten outstanding issues in Jira. What abo

Re: Maven 3.2.4

2014-12-11 Thread Jason van Zyl
t; > Mark Nelson | Architect | 61.2.9491.1177 > Platform Engineering > Oracle Development > http://redstack.wordpress.com/ > > "Oracle BPM Suite 11g: Advanced BPMN Topics" > by Mark Nelson and Tanya Williams > http://bit.ly/UbNKLD > > On 12/12/2014 4:56 AM, Jason

Re: Maven 3.2.4

2014-12-11 Thread Michael Osipov
Am 2014-12-11 um 18:56 schrieb Jason van Zyl: I plan to call a vote to release Maven 3.2.4 today if there are no objections. There are ten outstanding issues in Jira. What about them? Michael - To unsubscribe, e-mail: dev

Re: Maven 3.2.4

2014-12-11 Thread Mark Nelson
liams http://bit.ly/UbNKLD On 12/12/2014 4:56 AM, Jason van Zyl wrote: I plan to call a vote to release Maven 3.2.4 today if there are no objections. Thanks, Jason -- Jason van Zyl Founder, Apache Maven http://twitter.com/jvanzyl http://t

Re: Maven 3.2.4

2014-12-11 Thread Karl Heinz Marbaise
the integration tests for Maven itself and how to start there... So no objection... On 12/11/14 6:56 PM, Jason van Zyl wrote: I plan to call a vote to release Maven 3.2.4 today if there are no objections. Thanks, Jason -- Jason van Zyl

Maven 3.2.4

2014-12-11 Thread Jason van Zyl
I plan to call a vote to release Maven 3.2.4 today if there are no objections. Thanks, Jason -- Jason van Zyl Founder, Apache Maven http://twitter.com/jvanzyl http://twitter.com/takari_io