[MNG-6164] Collections inconsistently immutable

2017-05-25 Thread Michael Osipov

Who seconds MNG-6164 for 3.5.1?

This is a non-functional consistency fix. All ITs pass.

Michael

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



Re: convert maven-resolver-provider to jsr330

2017-05-25 Thread Tamás Cservenák
+1

On Wed, May 24, 2017, 23:42 Manfred Moser  wrote:

> Lgtm +1
>
> Igor Fedorenko wrote on 2017-05-24 14:38:
>
> > I'd like to ask for somebody to second my change described in
> > [MNG-6233]. The change cleans up mixture of jsr330 and plexus
> > annotations used in maven-resolver-provider, leaving only jsr330. The
> > change is small and I believe safe, does not change any user-observable
> > behaviour during normal maven build and all ITs pass.
> >
> > [MNG-6233] https://issues.apache.org/jira/browse/MNG-6233
> >
> > --
> > Regards,
> > Igor
> >
> > PS: Unfortunately I already submitted the change to master (by bad,
> > sorry about that) but will revert the change if I don't get +1s or get
> > any -1s within usual 72h.
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
> --
Thanks,
~t~


[GitHub] maven issue #116: Fix jsr-330 injection of DefaultArtifactDescriptorReader

2017-05-25 Thread michael-o
Github user michael-o commented on the issue:

https://github.com/apache/maven/pull/116
  
@jdillon Thank you for the contribution anyway!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] maven issue #116: Fix jsr-330 injection of DefaultArtifactDescriptorReader

2017-05-25 Thread jdillon
Github user jdillon commented on the issue:

https://github.com/apache/maven/pull/116
  
closing, 
https://github.com/apache/maven/commit/66fc74d6296ea0a33f8a9712dc5ed5eb3affd529 
provides more comprehensive adjustments for JSR-330 annotations


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] maven pull request #116: Fix jsr-330 injection of DefaultArtifactDescriptorR...

2017-05-25 Thread jdillon
Github user jdillon closed the pull request at:

https://github.com/apache/maven/pull/116


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



Re: [MNG-6084] Support JSR 250 annotations

2017-05-25 Thread Dan Tran
Of course, I second that for 3.5.1

Thanks

-Dan

On Thu, May 25, 2017 at 12:41 AM, Michael Osipov 
wrote:

> Am 2017-05-25 um 05:11 schrieb Dan Tran:
>
>> Thanks Michael for pushing this out. Looking forward to use it in 3.5.1
>>
>
> Just to be sure, you are officially seconding it?
>
>
> On Wed, May 24, 2017 at 4:04 PM, Michael Osipov 
>> wrote:
>>
>> Who seconds MNG-6084 for 3.5.1?
>>>
>>> This one was developed by Dan Tran. I added non-functional fixes to it.
>>> All ITs pass as well as its own IT.
>>>
>>> Michael
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>>> For additional commands, e-mail: dev-h...@maven.apache.org
>>>
>>>
>>>
>>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


[GitHub] maven-surefire issue #149: Add a doctype to the StatelessXmlReporter output

2017-05-25 Thread Darsstar
Github user Darsstar commented on the issue:

https://github.com/apache/maven-surefire/pull/149
  
So... I am a moron and should have looked closer... Sorry.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] maven-surefire pull request #149: Add a doctype to the StatelessXmlReporter ...

2017-05-25 Thread Darsstar
Github user Darsstar closed the pull request at:

https://github.com/apache/maven-surefire/pull/149


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



Re: [MNG-6084] Support JSR 250 annotations

2017-05-25 Thread Hervé BOUTEMY
I second that for 3.5.1

Regards,

Hervé

Le jeudi 25 mai 2017, 01:04:54 CEST Michael Osipov a écrit :
> Who seconds MNG-6084 for 3.5.1?
> 
> This one was developed by Dan Tran. I added non-functional fixes to it.
> All ITs pass as well as its own IT.
> 
> Michael
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org



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



Re: [MNG-6084] Support JSR 250 annotations

2017-05-25 Thread Michael Osipov

Am 2017-05-25 um 05:11 schrieb Dan Tran:

Thanks Michael for pushing this out. Looking forward to use it in 3.5.1


Just to be sure, you are officially seconding it?


On Wed, May 24, 2017 at 4:04 PM, Michael Osipov  wrote:


Who seconds MNG-6084 for 3.5.1?

This one was developed by Dan Tran. I added non-functional fixes to it.
All ITs pass as well as its own IT.

Michael

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







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