Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump maven.surefire.plugin.version from 3.0.0-M5 to 3.0.0-M6 #7825

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2022

Bumps maven.surefire.plugin.version from 3.0.0-M5 to 3.0.0-M6.
Updates maven-failsafe-plugin from 3.0.0-M5 to 3.0.0-M6

Commits
  • 7ac75e5 [maven-release-plugin] prepare release surefire-3.0.0-M6
  • daf717e Bump plexus-component-metadata from 2.0.0 to 2.1.1
  • 487c6fb roadmap
  • e21a81f [index.apt.vm] remove obsolete Maven & JDK requirements
  • f2c5671 [SUREFIRE-2051] Propagate exceptions while resolving artifacts in `SurefireDe...
  • 92b9061 [SUREFIRE-2024] Replace testng-junit5 by testng-engine (#500)
  • 25425c3 [SUREFIRE-2052] Handles internal exceptions do not have suppressed exceptions...
  • 32f7dd3 [SUREFIRE-1432] trimStackTrace = false by default
  • a38bfcc [SUREFIRE-2040] No tests executed with junit-platform-suite and -Dtest=TestSuite
  • db99f16 [SUREFIRE-2046] Resolved TODOs. Updated callbacks ForkedProcessPropertyEventL...
  • Additional commits viewable in compare view

Updates maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6

Commits
  • 7ac75e5 [maven-release-plugin] prepare release surefire-3.0.0-M6
  • daf717e Bump plexus-component-metadata from 2.0.0 to 2.1.1
  • 487c6fb roadmap
  • e21a81f [index.apt.vm] remove obsolete Maven & JDK requirements
  • f2c5671 [SUREFIRE-2051] Propagate exceptions while resolving artifacts in `SurefireDe...
  • 92b9061 [SUREFIRE-2024] Replace testng-junit5 by testng-engine (#500)
  • 25425c3 [SUREFIRE-2052] Handles internal exceptions do not have suppressed exceptions...
  • 32f7dd3 [SUREFIRE-1432] trimStackTrace = false by default
  • a38bfcc [SUREFIRE-2040] No tests executed with junit-platform-suite and -Dtest=TestSuite
  • db99f16 [SUREFIRE-2046] Resolved TODOs. Updated callbacks ForkedProcessPropertyEventL...
  • Additional commits viewable in compare view

Updates surefire-junit47 from 3.0.0-M5 to 3.0.0-M6

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `maven.surefire.plugin.version` from 3.0.0-M5 to 3.0.0-M6.

Updates `maven-failsafe-plugin` from 3.0.0-M5 to 3.0.0-M6
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.0.0-M5...surefire-3.0.0-M6)

Updates `maven-surefire-plugin` from 3.0.0-M5 to 3.0.0-M6
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.0.0-M5...surefire-3.0.0-M6)

Updates `surefire-junit47` from 3.0.0-M5 to 3.0.0-M6

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven.surefire:surefire-junit47
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 4, 2022
@dependabot dependabot bot added this to the 11.0.x milestone Apr 4, 2022
@joakime
Copy link
Contributor

joakime commented Apr 4, 2022

@olamy how did a change to surefire break the compilation of the build ??

@olamy
Copy link
Member

olamy commented Apr 4, 2022

not compilation but how jpms "dependencies" are managed for running tests really weird.
grhh my bad I tested this version so much with my work for TCK but not for the main build :(

@olamy
Copy link
Member

olamy commented Apr 4, 2022

similar bug as https://issues.apache.org/jira/browse/MCOMPILER-481 when upgrading plexus-java in surefire and forcing requires static .. to be included.

@joakime
Copy link
Contributor

joakime commented Apr 5, 2022

@olamy lets skip this version, we'll evaluate on the next milestone.

@joakime joakime closed this Apr 5, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 5, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/jetty-11.0.x/maven.surefire.plugin.version-3.0.0-M6 branch April 5, 2022 16:21
@olamy
Copy link
Member

olamy commented Apr 9, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants