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 org.junit:junit-bom from 5.10.5 to 5.12.0 #46434

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2025

Bumps org.junit:junit-bom from 5.10.5 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

Full Changelog: junit-team/junit5@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: junit-team/junit5@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: junit-team/junit5@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

... (truncated)

Commits
  • 2750b04 Release 5.12.0
  • 9615490 Update log suppressions for tests
  • 0a8d65b Remove duplicated reference to SimpleArgumentConverter
  • cafbcdb Update open-test-reporting to 0.2.0
  • ed1773c Fix version references to be 1.x in Platform and 5.x in Jupiter
  • 1d2f982 Update open-test-reporting to 0.2.0-M3
  • 2b6bab5 Fix indentation
  • d1929bb Merge 5.12.0 release notes
  • 9b7a3c4 Back to snapshots for further development
  • a410c92 Release 5.12.0-RC2
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.5 to 5.12.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.5...r5.12.0)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Feb 21, 2025
@quarkus-bot quarkus-bot bot added the area/arc Issue related to ARC (dependency injection) label Feb 21, 2025
Copy link

quarkus-bot bot commented Feb 22, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 2267bf4.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
JVM Tests - JDK 17 Build Failures Logs Raw logs 🔍
JVM Tests - JDK 21 Build Failures Logs Raw logs 🔍
JVM Tests - JDK 17 Windows Build Failures Logs Raw logs 🔍
MicroProfile TCKs Tests Verify Failures Logs Raw logs 🔍

Full information is available in the Build summary check run.
You can consult the Develocity build scans.

Failures

⚙️ JVM Tests - JDK 17 #

- Failing: extensions/resteasy-classic/resteasy-client/deployment extensions/resteasy-reactive/rest/deployment 
! Skipped: extensions/agroal/deployment extensions/avro/deployment extensions/elytron-security-jdbc/deployment and 93 more

📦 extensions/resteasy-classic/resteasy-client/deployment

io.quarkus.restclient.configuration.QuarkusRestClientsTest. - History - More details - Source on GitHub

org.junit.jupiter.api.extension.TestInstantiationException: Failed to create test instance
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:708)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	Suppressed: java.lang.NullPointerException: Cannot invoke "[Ljava.util.logging.Handler;.clone()" because "handlers" is null
		at org.jboss.logmanager.Logger.setHandlers(Logger.java:264)
		at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:778)
		... 1 more
Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

📦 extensions/resteasy-reactive/rest/deployment

io.quarkus.resteasy.reactive.server.test.security.LazyAuthPermissionCheckerRestMultiTest. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
	at io.quarkus.runtime.Application.start(Application.java:101)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:305)
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:689)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.RuntimeException: Unable to start HTTP server

io.quarkus.resteasy.reactive.server.test.security.ProactiveAuthPermissionCheckerRestMultiTest. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
	at io.quarkus.runtime.Application.start(Application.java:101)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:305)
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:689)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.RuntimeException: Unable to start HTTP server

⚙️ JVM Tests - JDK 21 #

- Failing: extensions/resteasy-classic/resteasy-client/deployment extensions/resteasy-reactive/rest/deployment 
! Skipped: extensions/agroal/deployment extensions/avro/deployment extensions/elytron-security-jdbc/deployment and 93 more

📦 extensions/resteasy-classic/resteasy-client/deployment

io.quarkus.restclient.configuration.QuarkusRestClientsTest. - History - More details - Source on GitHub

org.junit.jupiter.api.extension.TestInstantiationException: Failed to create test instance
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:708)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	Suppressed: java.lang.NullPointerException: Cannot invoke "[Ljava.util.logging.Handler;.clone()" because "handlers" is null
		at org.jboss.logmanager.Logger.setHandlers(Logger.java:264)
		at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:778)
		... 1 more
Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

📦 extensions/resteasy-reactive/rest/deployment

io.quarkus.resteasy.reactive.server.test.security.LazyAuthPermissionCheckerRestMultiTest. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
	at io.quarkus.runtime.Application.start(Application.java:101)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:305)
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:689)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.RuntimeException: Unable to start HTTP server

io.quarkus.resteasy.reactive.server.test.security.ProactiveAuthPermissionCheckerRestMultiTest. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
	at io.quarkus.runtime.Application.start(Application.java:101)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:305)
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:689)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.RuntimeException: Unable to start HTTP server

⚙️ JVM Tests - JDK 17 Windows #

- Failing: extensions/resteasy-classic/resteasy-client/deployment extensions/resteasy-reactive/rest/deployment 
! Skipped: extensions/agroal/deployment extensions/avro/deployment extensions/elytron-security-jdbc/deployment and 93 more

📦 extensions/resteasy-classic/resteasy-client/deployment

io.quarkus.restclient.configuration.QuarkusRestClientsTest. - History - More details - Source on GitHub

org.junit.jupiter.api.extension.TestInstantiationException: Failed to create test instance
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:708)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	Suppressed: java.lang.NullPointerException: Cannot invoke "[Ljava.util.logging.Handler;.clone()" because "handlers" is null
		at org.jboss.logmanager.Logger.setHandlers(Logger.java:264)
		at io.quarkus.test.QuarkusUnitTest.afterAll(QuarkusUnitTest.java:778)
		... 1 more
Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

📦 extensions/resteasy-reactive/rest/deployment

io.quarkus.resteasy.reactive.server.test.security.LazyAuthPermissionCheckerRestMultiTest. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
	at io.quarkus.runtime.Application.start(Application.java:101)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:305)
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:689)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.RuntimeException: Unable to start HTTP server

io.quarkus.resteasy.reactive.server.test.security.ProactiveAuthPermissionCheckerRestMultiTest. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
	at io.quarkus.runtime.Application.start(Application.java:101)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:305)
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:689)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Caused by: java.lang.RuntimeException: Unable to start HTTP server

⚙️ MicroProfile TCKs Tests #

- Failing: tcks/resteasy-reactive 

📦 tcks/resteasy-reactive

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.5.0:exec (test) on project quarkus-tck-resteasy-reactive: Command execution failed.

📦 tcks/resteasy-reactive/target/testsuite/tests

com.sun.ts.tests.jaxrs.ee.rs.cookieparam.locator.JAXRSLocatorClient0142. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.cookieparam.sub.JAXRSSubClient0141. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.ext.providers.JAXRSProvidersClient0098. line 74 - History - More details - Source on GitHub

org.junit.jupiter.api.extension.TestInstantiationException: Failed to create test instance
	at com.sun.ts.tests.jaxrs.ee.rs.ext.providers.JAXRSProvidersClient0098.<init>(JAXRSProvidersClient0098.java:74)
Caused by: java.lang.ClassNotFoundException: com.sun.ts.tests.jaxrs.ee.rs.ext.providers.TSAppConfig
	at com.sun.ts.tests.jaxrs.ee.rs.ext.providers.JAXRSProvidersClient0098.<init>(JAXRSProvidersClient0098.java:74)

com.sun.ts.tests.jaxrs.ee.rs.formparam.locator.JAXRSLocatorClient0145. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.formparam.sub.JAXRSSubClient0144. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.headerparam.locator.JAXRSLocatorClient0107. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.headerparam.sub.JAXRSSubClient0106. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.locator.JAXRSLocatorClient0101. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.matrixparam.sub.JAXRSSubClient0100. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.pathparam.locator.JAXRSLocatorClient0123. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.pathparam.sub.JAXRSSubClient0122. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.ee.rs.queryparam.sub.JAXRSSubClient0149. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.jaxrs21.ee.client.executor.async.JAXRSClient0181. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

com.sun.ts.tests.jaxrs.jaxrs21.ee.client.executor.rx.JAXRSClient0182. - History - More details - Source on GitHub

java.lang.RuntimeException: Failed to start quarkus
Caused by: java.lang.RuntimeException: Unable to start HTTP server
Caused by: java.util.concurrent.ExecutionException: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use
Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8081: Address already in use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/arc Issue related to ARC (dependency injection) area/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants