[GitHub] maven-surefire pull request: SUREFIRE-790 Added support for execut...

2015-09-24 Thread kpiwko
Github user kpiwko commented on the pull request: https://github.com/apache/maven-surefire/pull/2#issuecomment-142831231 @Tibor17 SPI would work for me. Basically any means how to get the information about Maven process to forked JVM would be helpful, if enabled by default, even

[GitHub] maven-surefire pull request: Quick fix for SUREFIRE-1177 and SUREF...

2015-09-24 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/105#issuecomment-142898887 @juherr That's pity. I will postpone the release in a week. Maybe I could help you to write the IT in multiple commits. --- If your project is set up for

[GitHub] maven-surefire pull request: Quick fix for SUREFIRE-1177 and SUREF...

2015-09-24 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/105#issuecomment-142905726 @juherr I have to wait for #98 anyway which is critical bug and the guys in Maven expect the fix. So we may take this commit as it is, that's fine, and prove it

Re: [VOTE] Release Apache Maven Parent POM version 27

2015-09-24 Thread Hervé BOUTEMY
here is my +1 Regards, Hervé Le dimanche 20 septembre 2015 23:06:40 Hervé BOUTEMY a écrit : > Hi, > > We solved 13 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250 > rsion=12329010 > > Changes since the last release: >

[RESULT] [VOTE] Release Apache Maven Parent POM version 27

2015-09-24 Thread Hervé BOUTEMY
Hi, The vote has passed with the following result: +1 (binding): Jason van Zyl, Karl Heinz Marbaise, Olivier Lamy, Kristian Rosenvold, Benson Margulies, Hervé Boutemy +1 (non binding): Tibor Digana, Dan Tran I will promote the artifacts to the central repo.

[GitHub] maven-surefire pull request: SUREFIRE-790 Added support for execut...

2015-09-24 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/2#issuecomment-142837160 Enabled by default would mean to introduce a new feature and new bugs and requirements in Jira. The reason why we want the users to implement the API in

[GitHub] maven-surefire pull request: Quick fix for SUREFIRE-1177 and SUREF...

2015-09-24 Thread juherr
Github user juherr commented on the pull request: https://github.com/apache/maven-surefire/pull/105#issuecomment-142852570 Thank! I will have a look but I'm not sure to succeed to propose something before end of the month. At least, it should be available for the EOY release.

LifeCycleParticipant

2015-09-24 Thread Karl Heinz Marbaise
Hi, while i'm experimenting with LifeCycleParticipant i stumbled over a thing which looks like a bug for me or a regression...or i misunderstand a thing... So the LifeCycle Participant is defined like this: .. import javax.inject.Inject; import javax.inject.Named; import

Re: LifeCycleParticipant

2015-09-24 Thread Igor Fedorenko
Not sure if this answers your question, but MNG-5742 explains why you see multiple @Singleton instances in maven 3.1.1 but not in 3.3.1. There was related smaller MNG-5793 which I fixed in 3.3.3. https://issues.apache.org/jira/browse/MNG-5742 https://issues.apache.org/jira/browse/MNG-5793 --

Re: LifeCycleParticipant

2015-09-24 Thread Karl Heinz Marbaise
Hi Igor, looks like you hit the bull's eye... thanks. On 9/24/15 10:21 PM, Igor Fedorenko wrote: Not sure if this answers your question, but MNG-5742 explains why you see multiple @Singleton instances in maven 3.1.1 but not in 3.3.1. There was related smaller MNG-5793 which I fixed in 3.3.3.