Re: svn commit: r1161437 - in /maven/wagon/trunk/wagon-providers: wagon-http-shared4/src/main/java/org/apache/maven/wagon/shared/http/AbstractHttpClientWagon.java wagon-http/pom.xml

2011-08-28 Thread Olivier Lamy
Hello Agree and we discussed this on irc. And I missed to do the change, so I will. Thanks for the reminder :-) -- Olivier (can have small memory fooprint ) Le 29 août 2011 06:17, "Brett Porter" a écrit : > On 25 August 2011 18:29, wrote: > >> Author: olamy >> Date: Thu Aug 25 08:29:52 2011 >>

Re: svn commit: r1161437 - in /maven/wagon/trunk/wagon-providers: wagon-http-shared4/src/main/java/org/apache/maven/wagon/shared/http/AbstractHttpClientWagon.java wagon-http/pom.xml

2011-08-28 Thread Brett Porter
On 25 August 2011 18:29, wrote: > Author: olamy > Date: Thu Aug 25 08:29:52 2011 > New Revision: 1161437 > > URL: http://svn.apache.org/viewvc?rev=1161437&view=rev > Log: > http connection pooling enable by default > Modified: > > > maven/wagon/trunk/wagon-providers/wagon-http-shared4/src/mai

Re: Release a doxia 1.2.1 to fix problems in pom?

2011-08-28 Thread Barrie Treloar
On Sun, Aug 28, 2011 at 2:54 AM, Benson Margulies wrote: > On Sat, Aug 27, 2011 at 1:11 PM, Hervé BOUTEMY wrote: > The 1.2 POM looks like: > >   dependencyManagement/dependencies/ >     >        ... >        ${project.version} >     > > What I think is that it was a BUG that maven actually publi

Re: [VOTE] Usage of Aether and Sisu as dependencies of maven core with EPL licenses - take 2

2011-08-28 Thread Mark Derricutt
+1 Would vote again ;-) Glad to see things can once again move on. I look forward to seeing this release go out. Maveno! Mark On 29/08/2011, at 12:10 AM, Arnaud Héritier wrote: > Thus with Olivier and Stéphane votes we have the majority (12/22) of PMCs > voting in favor to use as Maven core d

Re: fix wagon http lightweight

2011-08-28 Thread nicolas de loof
I merged my fix to 2.x / trunk and committed I'll no look for a fix on java 1.4 - will probably be a brute force syncrhonized(LightWeightHttpWagon.class) { ... } 2011/8/28 Mark Struberg > In wagon-2.0 we also upgraded from commons-httpclient-3.x to > httpcomponents.client-4.x. There have been lo

Re: [VOTE] Usage of Aether and Sisu as dependencies of maven core with EPL licenses - take 2

2011-08-28 Thread Jason van Zyl
On Aug 28, 2011, at 8:11 AM, Arnaud Héritier wrote: >> >> >> >> Janet just finished the trademark review and everything is clear. Wayne >> Beaton and I both forgot about starting the trademark review and it's >> required before the project creation review can start. The project creation >> rev

Re: [VOTE] Usage of Aether and Sisu as dependencies of maven core with EPL licenses - take 2

2011-08-28 Thread Arnaud Héritier
> > > > Janet just finished the trademark review and everything is clear. Wayne > Beaton and I both forgot about starting the trademark review and it's > required before the project creation review can start. The project creation > review will start next week. > Ok, thus the ball is on your side n

Re: [VOTE] Usage of Aether and Sisu as dependencies of maven core with EPL licenses - take 2

2011-08-28 Thread Arnaud Héritier
Thus with Olivier and Stéphane votes we have the majority (12/22) of PMCs voting in favor to use as Maven core dependencies SISU and AETHER libraries published under EPL 1.0 License and released under eclipse.org governance. Voters were : Arnaud,Kristian,Ralph,Hervé,Dennis,Wayne,John,Stephen,Barr

Re: fix wagon http lightweight

2011-08-28 Thread Mark Struberg
In wagon-2.0 we also upgraded from commons-httpclient-3.x to httpcomponents.client-4.x. There have been lots of changes under the hood. I'd not be surprised if they have also changed the logging. But would need to check that. LieGrue, strub --- On Sun, 8/28/11, nicolas de loof wrote: > From:

Re: fix wagon http lightweight

2011-08-28 Thread nicolas de loof
can't we use slf4j to redirect such log to whatever logging system ? 2011/8/28 Olivier Lamy > Hello > Not so easy for core distrib due to commons-logging dependency which is > exclude. > > -- > Olivier > send from a mobile > Le 28 août 2011 10:05, "nicolas de loof" a > écrit : > > lightweight-

Re: fix wagon http lightweight

2011-08-28 Thread Olivier Lamy
Why not commit your changes in trunk ? If you're not volunteer. I will do this wagon 2.0 first release. -- Olivier send from a mobile Le 28 août 2011 11:13, "nicolas de loof" a écrit : > except for getting volunteers, why shouldn't we be able to release pretty > quickly ? > jenkins releases e

Re: fix wagon http lightweight

2011-08-28 Thread Olivier Lamy
Hello Not so easy for core distrib due to commons-logging dependency which is exclude. -- Olivier send from a mobile Le 28 août 2011 10:05, "nicolas de loof" a écrit : > lightweight-http-wagon > http-wagon could replace it > > 2011/8/28 Mark Struberg > >> Hi Nicolas! >> >> Not really sure what

Re: fix wagon http lightweight

2011-08-28 Thread nicolas de loof
except for getting volunteers, why shouldn't we be able to release pretty quickly ? jenkins releases every week :P 2011/8/28 Mark Struberg > yea, wagon-http-lightweight has lots of systematic problems. Mainly the > inability to correctly handle files which are bigger than the memory given > via

Re: fix wagon http lightweight

2011-08-28 Thread Mark Struberg
yea, wagon-http-lightweight has lots of systematic problems. Mainly the inability to correctly handle files which are bigger than the memory given via -Xmx I think John tried once to deprecate the lightweight provider, but then reverted it back because we got quite a few bugs reported for wago

Re: fix wagon http lightweight

2011-08-28 Thread nicolas de loof
lightweight-http-wagon http-wagon could replace it 2011/8/28 Mark Struberg > Hi Nicolas! > > Not really sure what you are talking of. Which parts/versions do you like > to deprecate and which part of wagon-webdav got deprecated? > > LieGrue, > strub > > > --- On Sun, 8/28/11, nicolas de loof wr

Re: fix wagon http lightweight

2011-08-28 Thread Mark Struberg
Hi Nicolas! Not really sure what you are talking of. Which parts/versions do you like to deprecate and which part of wagon-webdav got deprecated? LieGrue, strub --- On Sun, 8/28/11, nicolas de loof wrote: > From: nicolas de loof > Subject: Re: fix wagon http lightweight > To: "Maven Develop

Re: fix wagon http lightweight

2011-08-28 Thread nicolas de loof
Merge fails, need some rework to match trunk changes would be simpler to deprecate and drop this shit out from repository as we did for wagon-webdav 2011/8/27 Mark Struberg > Nicolas, > > I'm currently reviewing your github work. It basically looks good, but it > should be applied to trunk (mave