Re: [HEADS UP] Releasing maven-wagon-2.11

2016-12-23 Thread Michael Osipov

Am 2016-12-23 um 07:26 schrieb Dan Tran:

I am seeing this at my local build

testConnectNullRepository(org.apache.maven.wagon.AbstractWagonTest)
Time elapsed: 0.017 sec  <<< ERROR!
java.lang.NullPointerException: repository cannot be null
at org.apache.maven.wagon.AbstractWagon.connect(AbstractWagon.java:181)
at org.apache.maven.wagon.AbstractWagon.connect(AbstractWagon.java:134)
at 
org.apache.maven.wagon.AbstractWagonTest.testConnectNullRepository(AbstractWagonTest.java:514)



must have something to do with

   1. [WAGON-473] Don't abuse IllegalArgumentException to intercept null
   input — michaelo  / detail
   



Issue is fixed. Seems like that was on oversight, I haven't noticed the 
Jenkins failures for some reasons.


Michael



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [HEADS UP] Releasing maven-wagon-2.11

2016-12-23 Thread Michael Osipov

Am 2016-12-23 um 07:26 schrieb Dan Tran:

I am seeing this at my local build

testConnectNullRepository(org.apache.maven.wagon.AbstractWagonTest)
Time elapsed: 0.017 sec  <<< ERROR!
java.lang.NullPointerException: repository cannot be null
at org.apache.maven.wagon.AbstractWagon.connect(AbstractWagon.java:181)
at org.apache.maven.wagon.AbstractWagon.connect(AbstractWagon.java:134)
at 
org.apache.maven.wagon.AbstractWagonTest.testConnectNullRepository(AbstractWagonTest.java:514)



must have something to do with

   1. [WAGON-473] Don't abuse IllegalArgumentException to intercept null
   input — michaelo  / detail
   



I will have a look. Really weird, I ran all ITs several times. Thanks 
for testing!


Michael



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [HEADS UP] Releasing maven-wagon-2.11

2016-12-22 Thread Dan Tran
I am seeing this at my local build

testConnectNullRepository(org.apache.maven.wagon.AbstractWagonTest)
Time elapsed: 0.017 sec  <<< ERROR!
java.lang.NullPointerException: repository cannot be null
at org.apache.maven.wagon.AbstractWagon.connect(AbstractWagon.java:181)
at org.apache.maven.wagon.AbstractWagon.connect(AbstractWagon.java:134)
at 
org.apache.maven.wagon.AbstractWagonTest.testConnectNullRepository(AbstractWagonTest.java:514)



must have something to do with

   1. [WAGON-473] Don't abuse IllegalArgumentException to intercept null
   input — michaelo  / detail
   



On Tue, Dec 20, 2016 at 12:38 PM, Michael Osipov 
wrote:

> Am 2016-12-11 um 19:59 schrieb Dan Tran:
>
>> Hi
>>
>> I am planning to stage maven-wagon-2.11  tomorrow night US Pacific time.
>> Let me know if you need me to wait
>>
>
> Dan,
>
> you can start with your preperations. I have done my changes.
>
>
> Michael
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: [HEADS UP] Releasing maven-wagon-2.11

2016-12-20 Thread Michael Osipov

Am 2016-12-11 um 19:59 schrieb Dan Tran:

Hi

I am planning to stage maven-wagon-2.11  tomorrow night US Pacific time.
Let me know if you need me to wait


Dan,

you can start with your preperations. I have done my changes.

Michael


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [HEADS UP] Releasing maven-wagon-2.11

2016-12-12 Thread Dan Tran
Sure

-Dan

On Mon, Dec 12, 2016 at 1:06 PM, Michael Osipov  wrote:

> Am 2016-12-11 um 19:59 schrieb Dan Tran:
>
>> Hi
>>
>> I am planning to stage maven-wagon-2.11  tomorrow night US Pacific time.
>> Let me know if you need me to wait
>>
>
> Can you hold it for a week? I am currently investigating an issue with
> duplicate dependencies for the HTTP provider. At the end, several artifacts
> land in {maven.home}/lib twice.
>
> This is worth fixing in 2.11 for Maven 3.4.
>
> Thanks,
>
> Michael
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: [HEADS UP] Releasing maven-wagon-2.11

2016-12-12 Thread Michael Osipov

Am 2016-12-11 um 19:59 schrieb Dan Tran:

Hi

I am planning to stage maven-wagon-2.11  tomorrow night US Pacific time.
Let me know if you need me to wait


Can you hold it for a week? I am currently investigating an issue with 
duplicate dependencies for the HTTP provider. At the end, several 
artifacts land in {maven.home}/lib twice.


This is worth fixing in 2.11 for Maven 3.4.

Thanks,

Michael


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[HEADS UP] Releasing maven-wagon-2.11

2016-12-11 Thread Dan Tran
Hi

I am planning to stage maven-wagon-2.11  tomorrow night US Pacific time.
Let me know if you need me to wait

Thanks

-Dan