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

Update junit5 monorepo to v5.11.3 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit.jupiter:junit-jupiter-params (source) 5.9.1 -> 5.11.3 age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) 5.9.1 -> 5.11.3 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@yegor256
Copy link
Member

yegor256 commented Nov 5, 2022

@rultor please, try to merge

@rultor
Copy link
Contributor

rultor commented Nov 5, 2022

@rultor please, try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Contributor

rultor commented Nov 5, 2022

@rultor please, try to merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 13min)

	at org.junit.jupiter.engine.descriptor.JupiterTestDescriptor.<init>(JupiterTestDescriptor.java:69)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.<init>(ClassBasedTestDescriptor.java:100)
	at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.<init>(ClassTestDescriptor.java:51)
	at org.junit.jupiter.engine.discovery.ClassSelectorResolver.newClassTestDescriptor(ClassSelectorResolver.java:119)
	at org.junit.jupiter.engine.discovery.ClassSelectorResolver.lambda$resolve$0(ClassSelectorResolver.java:71)
	at org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution$DefaultContext.createAndAdd(EngineDiscoveryRequestResolution.java:246)
	at org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution$DefaultContext.addToParent(EngineDiscoveryRequestResolution.java:209)
	at org.junit.jupiter.engine.discovery.ClassSelectorResolver.resolve(ClassSelectorResolver.java:71)
	at org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution.lambda$resolve$2(EngineDiscoveryRequestResolution.java:134)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
	at java.base/java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1632)
	at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:127)
	at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:502)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:488)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
	at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:543)
	at org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution.resolve(EngineDiscoveryRequestResolution.java:185)
	at org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution.resolve(EngineDiscoveryRequestResolution.java:125)
	at org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolution.resolveCompletely(EngineDiscoveryRequestResolution.java:91)
	... 15 more

    at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork (ForkStarter.java:733)
    at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run (ForkStarter.java:305)
    at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run (ForkStarter.java:265)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider (AbstractSurefireMojo.java:1314)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1159)
    at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:932)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:370)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:351)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:171)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:163)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:294)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
\u001b[0m\u001b[0mcontainer 2bede1d63c9dbbcd4b4d23090f6f3183af516f1af0c1951ebb3a1730eea04d69 is dead
Sat 05 Nov 2022 09:45:05 AM CET

@renovate renovate bot force-pushed the renovate/junit5-monorepo branch from cea0e91 to 64dbb28 Compare March 18, 2023 10:10
@renovate renovate bot changed the title Update junit5 monorepo to v5.9.1 Update junit5 monorepo to v5.9.2 Mar 18, 2023
@renovate renovate bot changed the title Update junit5 monorepo to v5.9.2 Update junit5 monorepo to v5.9.3 May 30, 2023
@renovate renovate bot force-pushed the renovate/junit5-monorepo branch from 64dbb28 to 33373f6 Compare May 30, 2023 23:49
@renovate renovate bot changed the title Update junit5 monorepo to v5.9.3 Update junit5 monorepo to v5.10.0 Jul 24, 2023
@renovate renovate bot force-pushed the renovate/junit5-monorepo branch from 33373f6 to a23789f Compare July 24, 2023 05:35
@renovate renovate bot force-pushed the renovate/junit5-monorepo branch from a23789f to 2652fbe Compare August 3, 2023 03:46
@renovate renovate bot force-pushed the renovate/junit5-monorepo branch from 2652fbe to 7cf8b1d Compare August 22, 2023 20:13
@renovate renovate bot changed the title Update junit5 monorepo to v5.10.0 Update junit5 monorepo to v5.10.1 Nov 5, 2023
@renovate renovate bot changed the title Update junit5 monorepo to v5.10.1 Update junit5 monorepo to v5.10.2 Feb 4, 2024
@renovate renovate bot force-pushed the renovate/junit5-monorepo branch from a7c96c6 to 4cb8d9d Compare June 27, 2024 15:39
@renovate renovate bot changed the title Update junit5 monorepo to v5.10.2 Update junit5 monorepo to v5.10.3 Jun 27, 2024
@renovate renovate bot force-pushed the renovate/junit5-monorepo branch from 4cb8d9d to 56c9b5a Compare August 14, 2024 10:33
@renovate renovate bot changed the title Update junit5 monorepo to v5.10.3 Update junit5 monorepo to v5.11.0 Aug 14, 2024
@renovate renovate bot changed the title Update junit5 monorepo to v5.11.0 Update junit5 monorepo to v5.11.1 Sep 25, 2024
@renovate renovate bot changed the title Update junit5 monorepo to v5.11.1 Update junit5 monorepo to v5.11.2 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/junit5-monorepo branch from 5c707a5 to 763536e Compare October 4, 2024 15:38
@renovate renovate bot changed the title Update junit5 monorepo to v5.11.2 Update junit5 monorepo to v5.11.3 Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants