You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Tibor Digana <ti...@apache.org> on 2018/12/05 22:26:44 UTC

[VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

Hi,

We solved 15 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12344396

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/i#issues/?jql=project+%3D+SUREFIRE+AND+status+%3D+Open+ORDER+BY+priority+DESC

Staging repo:
https://repository.apache.org/content/repositories/maven-1472/
https://repository.apache.org/service/local/repositories/maven-1472/content/org/apache/maven/surefire/surefire/3.0.0-M2/surefire-3.0.0-M2-source-release.zip

Source release checksum(s):
surefire-3.0.0-M2-source-release.zip sha1:
421f6fda2367d128007b84b213690db348a8b2c6
surefire-3.0.0-M2-source-release.zip sha512:
ed02ac46eec7f632180e00487f65901420908ea5afc0e507350c2fa529a6278f73f32f915bcd1dee0bcdffbf391d045b9f3cfe557003d02af9e2dc91ddb31212

Staging site:
http://maven.apache.org/surefire-archives/surefire-LATEST/

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

BR
Tibor

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

Posted by Christian Stein <so...@gmail.com>.
+1

Cheers,
Christian

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

Posted by Olivier Lamy <ol...@apache.org>.
+1 tested on some projects

On Thu, 6 Dec 2018 at 8:26 am, Tibor Digana <ti...@apache.org> wrote:

> Hi,
>
> We solved 15 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12344396
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/i#issues/?jql=project+%3D+SUREFIRE+AND+status+%3D+Open+ORDER+BY+priority+DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1472/
>
> https://repository.apache.org/service/local/repositories/maven-1472/content/org/apache/maven/surefire/surefire/3.0.0-M2/surefire-3.0.0-M2-source-release.zip
>
> Source release checksum(s):
> surefire-3.0.0-M2-source-release.zip sha1:
> 421f6fda2367d128007b84b213690db348a8b2c6
> surefire-3.0.0-M2-source-release.zip sha512:
>
> ed02ac46eec7f632180e00487f65901420908ea5afc0e507350c2fa529a6278f73f32f915bcd1dee0bcdffbf391d045b9f3cfe557003d02af9e2dc91ddb31212
>
> Staging site:
> http://maven.apache.org/surefire-archives/surefire-LATEST/
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> BR
> Tibor
>
-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

Posted by Tibor Digana <ti...@apache.org>.
Perhaps it is the issue where JVM passed ASCII 0x04 == EOT to the stream
when we called System.exit in the fork. This has corrupted the stream too.
Is there any Jira issue refering to your problem?
https://en.wikipedia.org/wiki/End-of-Transmission_character
https://en.wikipedia.org/wiki/ASCII

On Sat, Dec 8, 2018 at 8:56 PM Eric Lilja <mi...@gmail.com> wrote:

> Hi, Tibor, yes I saw the milestone roadmap, that's why I am excited for
> M2 (which I tested both on private projects and at work), since it
> brings us closer to M3, which introduces changes which will be
> beneficial for Pax Exam (communicating with child processes through
> sockets).
> The problems with Pax Exam and surefire (for surefire version greater
> than 2.18.1), has varied over the versions (of surefire since 2.18.1).
> Before tests would often crash, now things work better but you often get
> this 30s timeout at the end. That's why we stayed with 2.18.1 in our
> organization.
>
> Great work on M2, looking forward to see it release and even more
> excited about M3!
>
> I didn't mean to hijack the vote email thread, and this will be last
> message on this thread about this topic. I was just excited about M2
> since it brings us a lot closer to M3, which I am even more excited
> about for the reason described above, and I wanted to share that
> excitement.
>
> Great work!
>
> - Eric L
>
> On 2018-12-08 19:40, Tibor Digana wrote:
> > @Eric Lilja
> > You use Pax. I guess you are refering to the problem with standard input
> > and standard output stream. The plugin says that the stream is corrupted.
> > Am I right?
> >
> > Did you see the documentation here in this Vote? See the roadmap on the
> > front page
> >
> http://maven.apache.org/surefire-archives/surefire-LATEST/maven-surefire-plugin/index.html
> >
> > This is long standing problem but it can be changed in new major version.
> > But I still think that Pax and Felix could provide some kind of
> abstraction
> > layer of these streams in testing purposes.
> >
> > Cheers
> > Tibor
> >
> >
> >
> >
> >
> > On Sat, Dec 8, 2018 at 7:20 PM Eric Lilja <mi...@gmail.com> wrote:
> >
> >> +1 (non-binding)
> >>
> >> M2 is looking good on my projects, and I can't wait for the upcoming M3
> >> after M2, which I believe will solve the long-standing problems running
> >> Pax Exam tests (in the organization I work in we use 2.18.1 of surefire
> >> for Pax-Exam tests particularly, as no version of Surefire higher than
> >> that works well with it)
> >>
> >> - Eric L
> >>
> >> On 2018-12-05 23:26, Tibor Digana wrote:
> >>> Hi,
> >>>
> >>> We solved 15 issues:
> >>>
> >>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12344396
> >>> There are still a couple of issues left in JIRA:
> >>>
> >>
> https://issues.apache.org/jira/i#issues/?jql=project+%3D+SUREFIRE+AND+status+%3D+Open+ORDER+BY+priority+DESC
> >>> Staging repo:
> >>> https://repository.apache.org/content/repositories/maven-1472/
> >>>
> >>
> https://repository.apache.org/service/local/repositories/maven-1472/content/org/apache/maven/surefire/surefire/3.0.0-M2/surefire-3.0.0-M2-source-release.zip
> >>> Source release checksum(s):
> >>> surefire-3.0.0-M2-source-release.zip sha1:
> >>> 421f6fda2367d128007b84b213690db348a8b2c6
> >>> surefire-3.0.0-M2-source-release.zip sha512:
> >>>
> >>
> ed02ac46eec7f632180e00487f65901420908ea5afc0e507350c2fa529a6278f73f32f915bcd1dee0bcdffbf391d045b9f3cfe557003d02af9e2dc91ddb31212
> >>> Staging site:
> >>> http://maven.apache.org/surefire-archives/surefire-LATEST/
> >>>
> >>> Guide to testing staged releases:
> >>> http://maven.apache.org/guides/development/guide-testing-releases.html
> >>>
> >>> Vote open for 72 hours.
> >>>
> >>> [ ] +1
> >>> [ ] +0
> >>> [ ] -1
> >>>
> >>> BR
> >>> Tibor
> >>>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> >> For additional commands, e-mail: dev-help@maven.apache.org
> >>
> >>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

Posted by Eric Lilja <mi...@gmail.com>.
Hi, Tibor, yes I saw the milestone roadmap, that's why I am excited for 
M2 (which I tested both on private projects and at work), since it 
brings us closer to M3, which introduces changes which will be 
beneficial for Pax Exam (communicating with child processes through 
sockets).
The problems with Pax Exam and surefire (for surefire version greater 
than 2.18.1), has varied over the versions (of surefire since 2.18.1). 
Before tests would often crash, now things work better but you often get 
this 30s timeout at the end. That's why we stayed with 2.18.1 in our 
organization.

Great work on M2, looking forward to see it release and even more 
excited about M3!

I didn't mean to hijack the vote email thread, and this will be last 
message on this thread about this topic. I was just excited about M2 
since it brings us a lot closer to M3, which I am even more excited 
about for the reason described above, and I wanted to share that excitement.

Great work!

- Eric L

On 2018-12-08 19:40, Tibor Digana wrote:
> @Eric Lilja
> You use Pax. I guess you are refering to the problem with standard input
> and standard output stream. The plugin says that the stream is corrupted.
> Am I right?
>
> Did you see the documentation here in this Vote? See the roadmap on the
> front page
> http://maven.apache.org/surefire-archives/surefire-LATEST/maven-surefire-plugin/index.html
>
> This is long standing problem but it can be changed in new major version.
> But I still think that Pax and Felix could provide some kind of abstraction
> layer of these streams in testing purposes.
>
> Cheers
> Tibor
>
>
>
>
>
> On Sat, Dec 8, 2018 at 7:20 PM Eric Lilja <mi...@gmail.com> wrote:
>
>> +1 (non-binding)
>>
>> M2 is looking good on my projects, and I can't wait for the upcoming M3
>> after M2, which I believe will solve the long-standing problems running
>> Pax Exam tests (in the organization I work in we use 2.18.1 of surefire
>> for Pax-Exam tests particularly, as no version of Surefire higher than
>> that works well with it)
>>
>> - Eric L
>>
>> On 2018-12-05 23:26, Tibor Digana wrote:
>>> Hi,
>>>
>>> We solved 15 issues:
>>>
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12344396
>>> There are still a couple of issues left in JIRA:
>>>
>> https://issues.apache.org/jira/i#issues/?jql=project+%3D+SUREFIRE+AND+status+%3D+Open+ORDER+BY+priority+DESC
>>> Staging repo:
>>> https://repository.apache.org/content/repositories/maven-1472/
>>>
>> https://repository.apache.org/service/local/repositories/maven-1472/content/org/apache/maven/surefire/surefire/3.0.0-M2/surefire-3.0.0-M2-source-release.zip
>>> Source release checksum(s):
>>> surefire-3.0.0-M2-source-release.zip sha1:
>>> 421f6fda2367d128007b84b213690db348a8b2c6
>>> surefire-3.0.0-M2-source-release.zip sha512:
>>>
>> ed02ac46eec7f632180e00487f65901420908ea5afc0e507350c2fa529a6278f73f32f915bcd1dee0bcdffbf391d045b9f3cfe557003d02af9e2dc91ddb31212
>>> Staging site:
>>> http://maven.apache.org/surefire-archives/surefire-LATEST/
>>>
>>> Guide to testing staged releases:
>>> http://maven.apache.org/guides/development/guide-testing-releases.html
>>>
>>> Vote open for 72 hours.
>>>
>>> [ ] +1
>>> [ ] +0
>>> [ ] -1
>>>
>>> BR
>>> Tibor
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>


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


Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

Posted by Tibor Digana <ti...@apache.org>.
@Eric Lilja
You use Pax. I guess you are refering to the problem with standard input
and standard output stream. The plugin says that the stream is corrupted.
Am I right?

Did you see the documentation here in this Vote? See the roadmap on the
front page
http://maven.apache.org/surefire-archives/surefire-LATEST/maven-surefire-plugin/index.html

This is long standing problem but it can be changed in new major version.
But I still think that Pax and Felix could provide some kind of abstraction
layer of these streams in testing purposes.

Cheers
Tibor





On Sat, Dec 8, 2018 at 7:20 PM Eric Lilja <mi...@gmail.com> wrote:

> +1 (non-binding)
>
> M2 is looking good on my projects, and I can't wait for the upcoming M3
> after M2, which I believe will solve the long-standing problems running
> Pax Exam tests (in the organization I work in we use 2.18.1 of surefire
> for Pax-Exam tests particularly, as no version of Surefire higher than
> that works well with it)
>
> - Eric L
>
> On 2018-12-05 23:26, Tibor Digana wrote:
> > Hi,
> >
> > We solved 15 issues:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12344396
> >
> > There are still a couple of issues left in JIRA:
> >
> https://issues.apache.org/jira/i#issues/?jql=project+%3D+SUREFIRE+AND+status+%3D+Open+ORDER+BY+priority+DESC
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-1472/
> >
> https://repository.apache.org/service/local/repositories/maven-1472/content/org/apache/maven/surefire/surefire/3.0.0-M2/surefire-3.0.0-M2-source-release.zip
> >
> > Source release checksum(s):
> > surefire-3.0.0-M2-source-release.zip sha1:
> > 421f6fda2367d128007b84b213690db348a8b2c6
> > surefire-3.0.0-M2-source-release.zip sha512:
> >
> ed02ac46eec7f632180e00487f65901420908ea5afc0e507350c2fa529a6278f73f32f915bcd1dee0bcdffbf391d045b9f3cfe557003d02af9e2dc91ddb31212
> >
> > Staging site:
> > http://maven.apache.org/surefire-archives/surefire-LATEST/
> >
> > Guide to testing staged releases:
> > http://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for 72 hours.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > BR
> > Tibor
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

Posted by Eric Lilja <mi...@gmail.com>.
+1 (non-binding)

M2 is looking good on my projects, and I can't wait for the upcoming M3 
after M2, which I believe will solve the long-standing problems running 
Pax Exam tests (in the organization I work in we use 2.18.1 of surefire 
for Pax-Exam tests particularly, as no version of Surefire higher than 
that works well with it)

- Eric L

On 2018-12-05 23:26, Tibor Digana wrote:
> Hi,
>
> We solved 15 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12344396
>
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/i#issues/?jql=project+%3D+SUREFIRE+AND+status+%3D+Open+ORDER+BY+priority+DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1472/
> https://repository.apache.org/service/local/repositories/maven-1472/content/org/apache/maven/surefire/surefire/3.0.0-M2/surefire-3.0.0-M2-source-release.zip
>
> Source release checksum(s):
> surefire-3.0.0-M2-source-release.zip sha1:
> 421f6fda2367d128007b84b213690db348a8b2c6
> surefire-3.0.0-M2-source-release.zip sha512:
> ed02ac46eec7f632180e00487f65901420908ea5afc0e507350c2fa529a6278f73f32f915bcd1dee0bcdffbf391d045b9f3cfe557003d02af9e2dc91ddb31212
>
> Staging site:
> http://maven.apache.org/surefire-archives/surefire-LATEST/
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> BR
> Tibor
>


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


Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

Posted by Enrico Olivelli <eo...@gmail.com>.
+1 (non binding)
- tested on Linux Fedora 28
- checked signatures and checksum

great work !
Enrico
Il giorno gio 6 dic 2018 alle ore 06:45 Romain Manni-Bucau
<rm...@gmail.com> ha scritto:
>
> +1 (non binding)
>
> Romain Manni-Bucau
> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> <https://rmannibucau.metawerx.net/> | Old Blog
> <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
> LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
> <https://www.packtpub.com/application-development/java-ee-8-high-performance>
>
>
> Le mer. 5 déc. 2018 à 23:49, krystian.nowak@gmail.com <
> krystian.nowak@gmail.com> a écrit :
>
> > +1
> >
> > Cheers,
> > Krystian
> >
> > On 2018/12/05 22:26:44, Tibor Digana <ti...@apache.org> wrote:
> > > Hi,
> > >
> > > We solved 15 issues:
> > >
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12344396
> > >
> > > There are still a couple of issues left in JIRA:
> > >
> > https://issues.apache.org/jira/i#issues/?jql=project+%3D+SUREFIRE+AND+status+%3D+Open+ORDER+BY+priority+DESC
> > >
> > > Staging repo:
> > > https://repository.apache.org/content/repositories/maven-1472/
> > >
> > https://repository.apache.org/service/local/repositories/maven-1472/content/org/apache/maven/surefire/surefire/3.0.0-M2/surefire-3.0.0-M2-source-release.zip
> > >
> > > Source release checksum(s):
> > > surefire-3.0.0-M2-source-release.zip sha1:
> > > 421f6fda2367d128007b84b213690db348a8b2c6
> > > surefire-3.0.0-M2-source-release.zip sha512:
> > >
> > ed02ac46eec7f632180e00487f65901420908ea5afc0e507350c2fa529a6278f73f32f915bcd1dee0bcdffbf391d045b9f3cfe557003d02af9e2dc91ddb31212
> > >
> > > Staging site:
> > > http://maven.apache.org/surefire-archives/surefire-LATEST/
> > >
> > > Guide to testing staged releases:
> > > http://maven.apache.org/guides/development/guide-testing-releases.html
> > >
> > > Vote open for 72 hours.
> > >
> > > [ ] +1
> > > [ ] +0
> > > [ ] -1
> > >
> > > BR
> > > Tibor
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> >

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


Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

Posted by Romain Manni-Bucau <rm...@gmail.com>.
+1 (non binding)

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>


Le mer. 5 déc. 2018 à 23:49, krystian.nowak@gmail.com <
krystian.nowak@gmail.com> a écrit :

> +1
>
> Cheers,
> Krystian
>
> On 2018/12/05 22:26:44, Tibor Digana <ti...@apache.org> wrote:
> > Hi,
> >
> > We solved 15 issues:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12344396
> >
> > There are still a couple of issues left in JIRA:
> >
> https://issues.apache.org/jira/i#issues/?jql=project+%3D+SUREFIRE+AND+status+%3D+Open+ORDER+BY+priority+DESC
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-1472/
> >
> https://repository.apache.org/service/local/repositories/maven-1472/content/org/apache/maven/surefire/surefire/3.0.0-M2/surefire-3.0.0-M2-source-release.zip
> >
> > Source release checksum(s):
> > surefire-3.0.0-M2-source-release.zip sha1:
> > 421f6fda2367d128007b84b213690db348a8b2c6
> > surefire-3.0.0-M2-source-release.zip sha512:
> >
> ed02ac46eec7f632180e00487f65901420908ea5afc0e507350c2fa529a6278f73f32f915bcd1dee0bcdffbf391d045b9f3cfe557003d02af9e2dc91ddb31212
> >
> > Staging site:
> > http://maven.apache.org/surefire-archives/surefire-LATEST/
> >
> > Guide to testing staged releases:
> > http://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for 72 hours.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
> > BR
> > Tibor
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

Posted by kr...@gmail.com, kr...@gmail.com.
+1

Cheers,
Krystian

On 2018/12/05 22:26:44, Tibor Digana <ti...@apache.org> wrote: 
> Hi,
> 
> We solved 15 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12344396
> 
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/i#issues/?jql=project+%3D+SUREFIRE+AND+status+%3D+Open+ORDER+BY+priority+DESC
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1472/
> https://repository.apache.org/service/local/repositories/maven-1472/content/org/apache/maven/surefire/surefire/3.0.0-M2/surefire-3.0.0-M2-source-release.zip
> 
> Source release checksum(s):
> surefire-3.0.0-M2-source-release.zip sha1:
> 421f6fda2367d128007b84b213690db348a8b2c6
> surefire-3.0.0-M2-source-release.zip sha512:
> ed02ac46eec7f632180e00487f65901420908ea5afc0e507350c2fa529a6278f73f32f915bcd1dee0bcdffbf391d045b9f3cfe557003d02af9e2dc91ddb31212
> 
> Staging site:
> http://maven.apache.org/surefire-archives/surefire-LATEST/
> 
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> BR
> Tibor
> 

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


Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
Hi,

+1 from me.

Kind regards
Karl Heinz Marbaise
On 05/12/18 23:26, Tibor Digana wrote:
> Hi,
> 
> We solved 15 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12344396
> 
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/i#issues/?jql=project+%3D+SUREFIRE+AND+status+%3D+Open+ORDER+BY+priority+DESC
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1472/
> https://repository.apache.org/service/local/repositories/maven-1472/content/org/apache/maven/surefire/surefire/3.0.0-M2/surefire-3.0.0-M2-source-release.zip
> 
> Source release checksum(s):
> surefire-3.0.0-M2-source-release.zip sha1:
> 421f6fda2367d128007b84b213690db348a8b2c6
> surefire-3.0.0-M2-source-release.zip sha512:
> ed02ac46eec7f632180e00487f65901420908ea5afc0e507350c2fa529a6278f73f32f915bcd1dee0bcdffbf391d045b9f3cfe557003d02af9e2dc91ddb31212
> 
> Staging site:
> http://maven.apache.org/surefire-archives/surefire-LATEST/
> 
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> BR
> Tibor

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


Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

Posted by Francois Papon <fr...@openobject.fr>.
+1 (non-binding)

Thanks!

regards,

François Papon
fpapon@apache.org

Le 06/12/2018 à 02:26, Tibor Digana a écrit :
> Hi,
>
> We solved 15 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12344396
>
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/i#issues/?jql=project+%3D+SUREFIRE+AND+status+%3D+Open+ORDER+BY+priority+DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1472/
> https://repository.apache.org/service/local/repositories/maven-1472/content/org/apache/maven/surefire/surefire/3.0.0-M2/surefire-3.0.0-M2-source-release.zip
>
> Source release checksum(s):
> surefire-3.0.0-M2-source-release.zip sha1:
> 421f6fda2367d128007b84b213690db348a8b2c6
> surefire-3.0.0-M2-source-release.zip sha512:
> ed02ac46eec7f632180e00487f65901420908ea5afc0e507350c2fa529a6278f73f32f915bcd1dee0bcdffbf391d045b9f3cfe557003d02af9e2dc91ddb31212
>
> Staging site:
> http://maven.apache.org/surefire-archives/surefire-LATEST/
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> BR
> Tibor
>


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


Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

Posted by Tibor Digana <ti...@apache.org>.
Thank You!
PMC quorum reached: Krystian Nowak,Romain Manni-Bucau, Enrico Olivelli,
Olivier Lamy, Karl Heinz Marbaise, Francois Papon, Eric Lilja, Christian
Stein, Tibor Digana.

On Sun, Dec 9, 2018 at 10:28 AM Tibor Digana <ti...@apache.org> wrote:

> +1
>
> On Wed, Dec 5, 2018 at 11:26 PM Tibor Digana <ti...@apache.org>
> wrote:
>
>> Hi,
>>
>> We solved 15 issues:
>>
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12344396
>>
>> There are still a couple of issues left in JIRA:
>>
>> https://issues.apache.org/jira/i#issues/?jql=project+%3D+SUREFIRE+AND+status+%3D+Open+ORDER+BY+priority+DESC
>>
>> Staging repo:
>> https://repository.apache.org/content/repositories/maven-1472/
>>
>> https://repository.apache.org/service/local/repositories/maven-1472/content/org/apache/maven/surefire/surefire/3.0.0-M2/surefire-3.0.0-M2-source-release.zip
>>
>> Source release checksum(s):
>> surefire-3.0.0-M2-source-release.zip sha1:
>> 421f6fda2367d128007b84b213690db348a8b2c6
>> surefire-3.0.0-M2-source-release.zip sha512:
>> ed02ac46eec7f632180e00487f65901420908ea5afc0e507350c2fa529a6278f73f32f915bcd1dee0bcdffbf391d045b9f3cfe557003d02af9e2dc91ddb31212
>>
>> Staging site:
>> http://maven.apache.org/surefire-archives/surefire-LATEST/
>>
>> Guide to testing staged releases:
>> http://maven.apache.org/guides/development/guide-testing-releases.html
>>
>> Vote open for 72 hours.
>>
>> [ ] +1
>> [ ] +0
>> [ ] -1
>>
>> BR
>> Tibor
>>
>

Re: [VOTE] Release Apache Maven Surefire Plugin version 3.0.0-M2

Posted by Tibor Digana <ti...@apache.org>.
+1

On Wed, Dec 5, 2018 at 11:26 PM Tibor Digana <ti...@apache.org> wrote:

> Hi,
>
> We solved 15 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12344396
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/i#issues/?jql=project+%3D+SUREFIRE+AND+status+%3D+Open+ORDER+BY+priority+DESC
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1472/
>
> https://repository.apache.org/service/local/repositories/maven-1472/content/org/apache/maven/surefire/surefire/3.0.0-M2/surefire-3.0.0-M2-source-release.zip
>
> Source release checksum(s):
> surefire-3.0.0-M2-source-release.zip sha1:
> 421f6fda2367d128007b84b213690db348a8b2c6
> surefire-3.0.0-M2-source-release.zip sha512:
> ed02ac46eec7f632180e00487f65901420908ea5afc0e507350c2fa529a6278f73f32f915bcd1dee0bcdffbf391d045b9f3cfe557003d02af9e2dc91ddb31212
>
> Staging site:
> http://maven.apache.org/surefire-archives/surefire-LATEST/
>
> Guide to testing staged releases:
> http://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> BR
> Tibor
>