You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Michael Osipov <mi...@apache.org> on 2023/05/28 21:24:27 UTC

[VOTE] Release Maven Surefire version 3.1.1

Hi,

we solved 9 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12353266

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20SUREFIRE%20AND%20resolution%20%3D%20Unresolved

Staging repo:
https://repository.apache.org/content/repositories/maven-1949/
https://repository.apache.org/content/repositories/maven-1949/org/apache/maven/surefire/surefire/3.1.1/surefire-3.1.1-source-release.zip

Source release checksum(s):
surefire-3.1.1-source-release.zip
sha512: 
deb15c554f2c86814cc834de016e9c4559ab33233ed02fd1291bf5119e23bfd27b862f6876b6e0914f950f92e1893f62a41027a802d4df11cc30d146a91060d0

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

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

Vote open for 72 hours.

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

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


Re: [VOTE] Release Maven Surefire version 3.1.1

Posted by Michael Osipov <mi...@apache.org>.
Am 2023-05-28 um 23:24 schrieb Michael Osipov:
> Hi,
> 
> we solved 9 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12353266
> 
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SUREFIRE%20AND%20resolution%20%3D%20Unresolved
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1949/
> https://repository.apache.org/content/repositories/maven-1949/org/apache/maven/surefire/surefire/3.1.1/surefire-3.1.1-source-release.zip
> 
> Source release checksum(s):
> surefire-3.1.1-source-release.zip
> sha512: 
> deb15c554f2c86814cc834de016e9c4559ab33233ed02fd1291bf5119e23bfd27b862f6876b6e0914f950f92e1893f62a41027a802d4df11cc30d146a91060d0
> 
> Staging site:
> https://maven.apache.org/surefire-archives/surefire-LATEST/
> 
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for 72 hours.

+1


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


Re: [VOTE] Release Maven Surefire version 3.1.1

Posted by Michael Osipov <mi...@apache.org>.
Am 2023-05-29 um 18:27 schrieb Elliotte Rusty Harold:
> 1. There are 42 open PRs including some dependabot ones. Can any of
> these be resolved quickly?

I have a branch as PR 'update-dendencies', but one needs to verify every 
dep independently because some break the build. Time consuming, as for 
the others: require effort and discussion.

> 2. At least a few assorted dependencies are not up to date. The
> dependencies that are declared seem out of sync with what is and isn't
> used. I'll send some PRs.

Separate PRs.

> 3, On my JDK 8 Mac 11.7.5 system `mvn -Prun-its verify` fails like so:

Although I don't have access to such an expensive dongle, it could be:
* https://github.com/apache/maven-surefire/pull/543
* https://issues.apache.org/jira/browse/SUREFIRE-2148
* and maybe something else...

Surefire is a bit special, therefore many of us are afraid to touch it :-D

M


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


Re: [VOTE] Release Maven Surefire version 3.1.1

Posted by Elliotte Rusty Harold <el...@ibiblio.org>.
1. There are 42 open PRs including some dependabot ones. Can any of
these be resolved quickly?

2. At least a few assorted dependencies are not up to date. The
dependencies that are declared seem out of sync with what is and isn't
used. I'll send some PRs.

3, On my JDK 8 Mac 11.7.5 system `mvn -Prun-its verify` fails like so:

[INFO] SureFire JUnit Runner .............................. SUCCESS [  2.020 s]
[INFO] SureFire JUnit4 Runner ............................. SUCCESS [  1.934 s]
[INFO] Maven Surefire Common .............................. FAILURE [  3.248 s]
[INFO] SureFire JUnitCore Runner .......................... SKIPPED
[INFO] SureFire JUnit Platform Runner ..................... SKIPPED
[INFO] SureFire TestNG Utils .............................. SKIPPED
[INFO] SureFire TestNG Runner ............................. SKIPPED
[INFO] ShadeFire JUnit3 Provider .......................... SKIPPED
[INFO] Surefire Report Parser ............................. SKIPPED
[INFO] Maven Surefire Plugin .............................. SKIPPED
[INFO] Maven Failsafe Plugin .............................. SKIPPED
[INFO] Maven Surefire Report Plugin ....................... SKIPPED
[INFO] Maven Surefire Integration Tests ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  58.608 s
[INFO] Finished at: 2023-05-29T12:19:17-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.jacoco:jacoco-maven-plugin:0.8.8:instrument
(jacoco-instrumentation) on project maven-surefire-common: Unable to
instrument file.: Error while instrumenting
/Users/elharo/maven-surefire/maven-surefire-common/target/classes/org/apache/maven/plugin/surefire/SurefireDependencyResolver$RuntimeArtifactFilter.class
with JaCoCo 0.8.8.202204050719/5dcf34a. -> [Help 1]
[ERROR]

This might be another case where a build can't run twice in a row.
Running mvn clean first and then running the tests again shows
different failures:

[ERROR] -------------------------------------------------
[ERROR]
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 1, Failed: 4, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[ERROR] The following builds failed:
[ERROR] *  jetty-war-test-failing/pom.xml
[ERROR] *  working-directory/pom.xml
[ERROR] *  jetty-war-test-passing/pom.xml
[ERROR] *  multiple-summaries/pom.xml

On Sun, May 28, 2023 at 9:24 PM Michael Osipov <mi...@apache.org> wrote:
>
> Hi,
>
> we solved 9 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12353266
>
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SUREFIRE%20AND%20resolution%20%3D%20Unresolved
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1949/
> https://repository.apache.org/content/repositories/maven-1949/org/apache/maven/surefire/surefire/3.1.1/surefire-3.1.1-source-release.zip
>
> Source release checksum(s):
> surefire-3.1.1-source-release.zip
> sha512:
> deb15c554f2c86814cc834de016e9c4559ab33233ed02fd1291bf5119e23bfd27b862f6876b6e0914f950f92e1893f62a41027a802d4df11cc30d146a91060d0
>
> Staging site:
> https://maven.apache.org/surefire-archives/surefire-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>


-- 
Elliotte Rusty Harold
elharo@ibiblio.org

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


[CANCELED][VOTE] Release Maven Surefire version 3.1.1

Posted by Michael Osipov <mi...@apache.org>.
I am canceling this vote:

* While going through JIRA issues I have noticed that I missed to update 
the test report schema file which makes the code inconsistent to it
* Give elharo@ some time work on dep updates
* Review a few low hanging report fruits

Will try to respin by end of week

M

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


Re: [VOTE] Release Maven Surefire version 3.1.1

Posted by Romain Manni-Bucau <rm...@gmail.com>.
+1, tested on several projects without issues

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 lun. 29 mai 2023 à 13:52, Karl Heinz Marbaise <kh...@gmx.de> a
écrit :

> Hi,
>
> +1 from me.
>
> Kind regards
> Karl Heinz Marbaise
> On 28.05.23 23:24, Michael Osipov wrote:
> > Hi,
> >
> > we solved 9 issues:
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12353266
> >
> > There are still a couple of issues left in JIRA:
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SUREFIRE%20AND%20resolution%20%3D%20Unresolved
> >
> > Staging repo:
> > https://repository.apache.org/content/repositories/maven-1949/
> >
> https://repository.apache.org/content/repositories/maven-1949/org/apache/maven/surefire/surefire/3.1.1/surefire-3.1.1-source-release.zip
> >
> > Source release checksum(s):
> > surefire-3.1.1-source-release.zip
> > sha512:
> >
> deb15c554f2c86814cc834de016e9c4559ab33233ed02fd1291bf5119e23bfd27b862f6876b6e0914f950f92e1893f62a41027a802d4df11cc30d146a91060d0
> >
> > Staging site:
> > https://maven.apache.org/surefire-archives/surefire-LATEST/
> >
> > Guide to testing staged releases:
> > https://maven.apache.org/guides/development/guide-testing-releases.html
> >
> > Vote open for 72 hours.
> >
> > [ ] +1
> > [ ] +0
> > [ ] -1
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [VOTE] Release Maven Surefire version 3.1.1

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

+1 from me.

Kind regards
Karl Heinz Marbaise
On 28.05.23 23:24, Michael Osipov wrote:
> Hi,
>
> we solved 9 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12353266
>
> There are still a couple of issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20SUREFIRE%20AND%20resolution%20%3D%20Unresolved
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-1949/
> https://repository.apache.org/content/repositories/maven-1949/org/apache/maven/surefire/surefire/3.1.1/surefire-3.1.1-source-release.zip
>
> Source release checksum(s):
> surefire-3.1.1-source-release.zip
> sha512:
> deb15c554f2c86814cc834de016e9c4559ab33233ed02fd1291bf5119e23bfd27b862f6876b6e0914f950f92e1893f62a41027a802d4df11cc30d146a91060d0
>
> Staging site:
> https://maven.apache.org/surefire-archives/surefire-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>


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