Bump org.junit:junit-bom from 5.11.4 to 5.12.0 in the test group
Bumps the test group with 1 update: org.junit:junit-bom.
Updates org.junit:junit-bom from 5.11.4 to 5.12.0
Release notes
Sourced from org.junit:junit-bom's releases.
JUnit 5.12.0 = Platform 1.12.0 + Jupiter 5.12.0 + Vintage 5.12.0
See Release Notes.
New Contributors
@chris-carneiromade their first contribution in junit-team/junit5#3938@amaembomade their first contribution in junit-team/junit5#4024@vdmitrienkomade their first contribution in junit-team/junit5#3889@JojOatXGMEmade their first contribution in junit-team/junit5#4032@yhkuo41made their first contribution in junit-team/junit5#3169@AndreasTumade their first contribution in junit-team/junit5#3431@YongGoosemade their first contribution in junit-team/junit5#4115@JonasJebingmade their first contribution in junit-team/junit5#4045@ky0nmade their first contribution in junit-team/junit5#4152@filiphrmade their first contribution in junit-team/junit5#4148@Anmavelmade their first contribution in junit-team/junit5#4149@awellessmade their first contribution in junit-team/junit5#3259Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.0
JUnit 5.12.0-RC2 = Platform 1.12.0-RC2 + Jupiter 5.12.0-RC2 + Vintage 5.12.0-RC2
See Release Notes.
Full Changelog: https://github.com/junit-team/junit5/compare/r5.12.0-RC1...r5.12.0-RC2
JUnit 5.12.0-RC1 = Platform 1.12.0-RC1 + Jupiter 5.12.0-RC1 + Vintage 5.12.0-RC1
See Release Notes.
Full Changelog: https://github.com/junit-team/junit5/compare/r5.12.0-M1...r5.12.0-RC1
JUnit 5.12.0-M1 = Platform 1.12.0-M1 + Jupiter 5.12.0-M1 + Vintage 5.12.0-M1
See Release Notes.
New Contributors
@chris-carneiromade their first contribution in junit-team/junit5#3938@amaembomade their first contribution in junit-team/junit5#4024@vdmitrienkomade their first contribution in junit-team/junit5#3889@JojOatXGMEmade their first contribution in junit-team/junit5#4032@yhkuo41made their first contribution in junit-team/junit5#3169@AndreasTumade their first contribution in junit-team/junit5#3431@YongGoosemade their first contribution in junit-team/junit5#4115@JonasJebingmade their first contribution in junit-team/junit5#4045@ky0nmade their first contribution in junit-team/junit5#4152@filiphrmade their first contribution in junit-team/junit5#4148@Anmavelmade their first contribution in junit-team/junit5#4149@awellessmade their first contribution in junit-team/junit5#3259
... (truncated)
Commits
2750b04Release 5.12.09615490Update log suppressions for tests0a8d65bRemove duplicated reference toSimpleArgumentConvertercafbcdbUpdate open-test-reporting to 0.2.0ed1773cFix version references to be 1.x in Platform and 5.x in Jupiter1d2f982Update open-test-reporting to 0.2.0-M32b6bab5Fix indentationd1929bbMerge 5.12.0 release notes9b7a3c4Back to snapshots for further developmenta410c92Release 5.12.0-RC2- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@marko-bekhta Looks like the bytecode enhancement stuff no longer works with JUnit 5.12.0...
[ERROR] There was an error in the forked process
[ERROR] TestEngine with ID 'bytecode-enhanced-engine' failed to discover tests
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: There was an error in the forked process
[ERROR] TestEngine with ID 'bytecode-enhanced-engine' failed to discover tests
[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:628)
[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:285)
[ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:250)
[ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1241)
[ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1090)
[ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:910)
[ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126)
[ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328)
[ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316)
[ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
We'll probably need to look into this before the 7.0 release (but yes, we have more urgent things to do right now). I created https://hibernate.atlassian.net/browse/HHH-19196 , we'll see when we get to that.
yeah 🙈 😖 Thanks for creating a ticket! 🎉 I hope it's something trivial that can also be backported to 6.6 without the version update (I assume we wouldn't want to bump the JUnit version in the 6.6 branch)
Looks like org.junit:junit-bom is no longer being updated by Dependabot, so this is no longer needed.