Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps com.fasterxml:classmate from 1.7.0 to 1.7.1.

Commits
  • d8a3b83 [maven-release-plugin] prepare release classmate-1.7.1
  • f067773 Switch to Sonatype Central publish (#106)
  • 0fd88bd Add JDK 21 to CI
  • f17c264 Bump codecov/codecov-action in the github-actions group (#105)
  • 78f89c2 Switch branch "master" -> "main" (rename)
  • 3a24234 Bump the github-actions group with 3 updates (#104)
  • 57f3a11 Bump codecov/codecov-action in the github-actions group (#102)
  • c7ec70d Bump the github-actions group with 2 updates (#101)
  • d32c6f0 Bump codecov/codecov-action in the github-actions group (#100)
  • dcdbaf4 Merge branch '1.6'
  • 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 [com.fasterxml:classmate](https://github.com/FasterXML/java-classmate) from 1.7.0 to 1.7.1.
- [Commits](FasterXML/java-classmate@classmate-1.7.0...classmate-1.7.1)

---
updated-dependencies:
- dependency-name: com.fasterxml:classmate
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Sep 29, 2025
Copy link

quarkus-bot bot commented Sep 30, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 29985f4.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
MicroProfile TCKs Tests Verify Failures Logs Raw logs 🚧
✔️ JVM Integration Tests - JDK 17 Logs Raw logs 🚧
JVM Integration Tests - JDK 17 Windows Build Failures Logs Raw logs 🚧
✔️ JVM Integration Tests - JDK 21 Logs Raw logs 🚧

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

Failures

⚙️ MicroProfile TCKs Tests #

- Failing: tcks/microprofile-config 

📦 tcks/microprofile-config

org.eclipse.microprofile.config.tck.broken.MissingValueOnObserverMethodInjectionTest.arquillianBeforeClass - History - More details - Source on GitHub

org.jboss.arquillian.container.spi.client.container.DeploymentException: Unable to start the runtime runner
	at io.quarkus.arquillian.QuarkusDeployableContainer.deploy(QuarkusDeployableContainer.java:230)
	at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:151)
	at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:118)
	at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.executeOperation(ContainerDeployController.java:239)
	at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.deploy(ContainerDeployController.java:118)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)

⚙️ JVM Integration Tests - JDK 17 Windows #

- Failing: integration-tests/smallrye-graphql 

📦 integration-tests/smallrye-graphql

io.quarkus.it.smallrye.graphql.MicrometerMetricsTest. - History - More details - Source on GitHub

org.junit.jupiter.engine.execution.ConditionEvaluationException: Failed to evaluate condition [io.quarkus.test.junit.QuarkusTestExtension]: Internal error: Test class was loaded with an unexpected classloader or the thread context classloader was incorrect.
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at java.base/java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1602)
	at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)

io.quarkus.it.smallrye.graphql.MicrometerMetricsTest.shouldCreateMetricsFromAsyncQueryAndAsyncBatch line 198 - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.
Expected: a string containing "mp_graphql_seconds_count{name=\"asyncSuperMetricFoo\",source=\"false\",type=\"QUERY\"}"
  Actual: # TYPE http_server_requests_seconds summary
# HELP http_server_requests_seconds HTTP server request processing time
http_server_requests_seconds_count{method="POST",outcome="SUCCESS",status="200",uri="/graphql"} 2.0
http_server_requests_seconds_sum{method="POST",outcome="SUCCESS",status="200",uri="/graphql"} 0.3184388

Flaky tests - Develocity

⚙️ JVM Tests - JDK 17

📦 extensions/smallrye-reactive-messaging/deployment

io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector - History

  • Expecting actual: ["-4","-5","-6","-7","-8","-9","-10","-11"] to start with: ["-3", "-4", "-5", "-6"] - java.lang.AssertionError
java.lang.AssertionError: 

Expecting actual:
  ["-4","-5","-6","-7","-8","-9","-10","-11"]
to start with:
  ["-3", "-4", "-5", "-6"]

	at io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector(ConnectorChangeTest.java:36)

⚙️ JVM Tests - JDK 21

📦 extensions/smallrye-openapi/deployment

io.quarkus.smallrye.openapi.test.vertx.OpenApiHttpRootPathCorsTestCase.testCorsFilterProperties - History

  • 1 expectation failed. Expected status code <200> but was <500>. - java.lang.AssertionError
java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <500>.

	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:73)

@gsmet
Copy link
Member

gsmet commented Sep 30, 2025

@holly-cummins we are seeing some failures like the following from time to time:

org.junit.jupiter.engine.execution.ConditionEvaluationException: Failed to evaluate condition [io.quarkus.test.junit.QuarkusTestExtension]: Internal error: Test class was loaded with an unexpected classloader or the thread context classloader was incorrect.
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
	at java.base/java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1602)
	at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)

@gsmet
Copy link
Member

gsmet commented Sep 30, 2025

@radcortez there's an odd MP Config TCK test failure here:

2025-09-29T23:00:27.0483708Z [ERROR] org.eclipse.microprofile.config.tck.broken.MissingValueOnObserverMethodInjectionTest.arquillianBeforeClass -- Time elapsed: 0.333 s <<< FAILURE!
2025-09-29T23:00:27.0484925Z org.jboss.arquillian.container.spi.client.container.DeploymentException: Unable to start the runtime runner
2025-09-29T23:00:27.0485776Z 	at io.quarkus.arquillian.QuarkusDeployableContainer.deploy(QuarkusDeployableContainer.java:230)
2025-09-29T23:00:27.0486768Z 	at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:151)
2025-09-29T23:00:27.0487891Z 	at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:118)
2025-09-29T23:00:27.0489240Z 	at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.executeOperation(ContainerDeployController.java:239)
2025-09-29T23:00:27.0490541Z 	at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.deploy(ContainerDeployController.java:118)
2025-09-29T23:00:27.0491435Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2025-09-29T23:00:27.0492244Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
2025-09-29T23:00:27.0493178Z 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025-09-29T23:00:27.0493915Z 	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
2025-09-29T23:00:27.0494475Z 	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
2025-09-29T23:00:27.0495179Z 	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
2025-09-29T23:00:27.0495944Z 	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
2025-09-29T23:00:27.0497151Z 	at org.jboss.arquillian.container.impl.client.container.DeploymentExceptionHandler.verifyExpectedExceptionDuringDeploy(DeploymentExceptionHandler.java:47)
2025-09-29T23:00:27.0498358Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2025-09-29T23:00:27.0499242Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
2025-09-29T23:00:27.0500182Z 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025-09-29T23:00:27.0500916Z 	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
2025-09-29T23:00:27.0501486Z 	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
2025-09-29T23:00:27.0502099Z 	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
2025-09-29T23:00:27.0503158Z 	at org.jboss.arquillian.container.impl.client.ContainerDeploymentContextHandler.createDeploymentContext(ContainerDeploymentContextHandler.java:71)
2025-09-29T23:00:27.0504462Z 	at jdk.internal.reflect.GeneratedMethodAccessor83.invoke(Unknown Source)
2025-09-29T23:00:27.0505250Z 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025-09-29T23:00:27.0506094Z 	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
2025-09-29T23:00:27.0506640Z 	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
2025-09-29T23:00:27.0507299Z 	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
2025-09-29T23:00:27.0508361Z 	at org.jboss.arquillian.container.impl.client.ContainerDeploymentContextHandler.createContainerContext(ContainerDeploymentContextHandler.java:54)
2025-09-29T23:00:27.0509615Z 	at jdk.internal.reflect.GeneratedMethodAccessor82.invoke(Unknown Source)
2025-09-29T23:00:27.0510621Z 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025-09-29T23:00:27.0511502Z 	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
2025-09-29T23:00:27.0512155Z 	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
2025-09-29T23:00:27.0512883Z 	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
2025-09-29T23:00:27.0513627Z 	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
2025-09-29T23:00:27.0514300Z 	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105)
2025-09-29T23:00:27.0514935Z 	at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62)
2025-09-29T23:00:27.0515897Z 	at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$1.perform(ContainerDeployController.java:92)
2025-09-29T23:00:27.0517188Z 	at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$1.perform(ContainerDeployController.java:77)
2025-09-29T23:00:27.0518556Z 	at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.forEachDeployment(ContainerDeployController.java:232)
2025-09-29T23:00:27.0520064Z 	at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.forEachManagedDeployment(ContainerDeployController.java:212)
2025-09-29T23:00:27.0521410Z 	at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.deployManaged(ContainerDeployController.java:77)
2025-09-29T23:00:27.0522363Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2025-09-29T23:00:27.0523130Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
2025-09-29T23:00:27.0524003Z 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025-09-29T23:00:27.0524720Z 	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
2025-09-29T23:00:27.0525242Z 	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
2025-09-29T23:00:27.0525926Z 	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
2025-09-29T23:00:27.0526665Z 	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
2025-09-29T23:00:27.0527282Z 	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
2025-09-29T23:00:27.0527853Z 	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105)
2025-09-29T23:00:27.0528417Z 	at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62)
2025-09-29T23:00:27.0529354Z 	at org.jboss.arquillian.container.test.impl.client.ContainerEventController.execute(ContainerEventController.java:96)
2025-09-29T23:00:27.0530219Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2025-09-29T23:00:27.0530977Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
2025-09-29T23:00:27.0531863Z 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025-09-29T23:00:27.0532818Z 	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
2025-09-29T23:00:27.0533357Z 	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
2025-09-29T23:00:27.0534057Z 	at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:103)
2025-09-29T23:00:27.0534906Z 	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:90)
2025-09-29T23:00:27.0535693Z 	at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:83)
2025-09-29T23:00:27.0536445Z 	at jdk.internal.reflect.GeneratedMethodAccessor45.invoke(Unknown Source)
2025-09-29T23:00:27.0537231Z 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025-09-29T23:00:27.0537961Z 	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
2025-09-29T23:00:27.0538518Z 	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
2025-09-29T23:00:27.0539359Z 	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
2025-09-29T23:00:27.0540162Z 	at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:69)
2025-09-29T23:00:27.0540906Z 	at jdk.internal.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
2025-09-29T23:00:27.0541699Z 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025-09-29T23:00:27.0542425Z 	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
2025-09-29T23:00:27.0542982Z 	at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:86)
2025-09-29T23:00:27.0543640Z 	at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:95)
2025-09-29T23:00:27.0544288Z 	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:133)
2025-09-29T23:00:27.0544862Z 	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:105)
2025-09-29T23:00:27.0545583Z 	at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.beforeClass(EventTestRunnerAdaptor.java:89)
2025-09-29T23:00:27.0546377Z 	at org.jboss.arquillian.testng.Arquillian.arquillianBeforeClass(Arquillian.java:99)
2025-09-29T23:00:27.0547085Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2025-09-29T23:00:27.0547848Z 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
2025-09-29T23:00:27.0548736Z 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2025-09-29T23:00:27.0549630Z 	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
2025-09-29T23:00:27.0550456Z 	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
2025-09-29T23:00:27.0551470Z 	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:69)
2025-09-29T23:00:27.0552382Z 	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurationMethod(ConfigInvoker.java:390)
2025-09-29T23:00:27.0553259Z 	at org.testng.internal.invokers.ConfigInvoker.invokeConfigurations(ConfigInvoker.java:325)
2025-09-29T23:00:27.0554201Z 	at org.testng.internal.invokers.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:180)
2025-09-29T23:00:27.0555068Z 	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:122)
2025-09-29T23:00:27.0555697Z 	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
2025-09-29T23:00:27.0556192Z 	at org.testng.TestRunner.privateRun(TestRunner.java:848)
2025-09-29T23:00:27.0556661Z 	at org.testng.TestRunner.run(TestRunner.java:621)
2025-09-29T23:00:27.0557076Z 	at org.testng.SuiteRunner.runTest(SuiteRunner.java:443)
2025-09-29T23:00:27.0557531Z 	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:437)
2025-09-29T23:00:27.0558009Z 	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:397)
2025-09-29T23:00:27.0558442Z 	at org.testng.SuiteRunner.run(SuiteRunner.java:336)
2025-09-29T23:00:27.0559368Z 	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
2025-09-29T23:00:27.0559892Z 	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:95)
2025-09-29T23:00:27.0560390Z 	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1280)
2025-09-29T23:00:27.0560958Z 	at org.testng.TestNG.runSuitesLocally(TestNG.java:1200)
2025-09-29T23:00:27.0561368Z 	at org.testng.TestNG.runSuites(TestNG.java:1114)
2025-09-29T23:00:27.0561742Z 	at org.testng.TestNG.run(TestNG.java:1082)
2025-09-29T23:00:27.0562236Z 	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:308)
2025-09-29T23:00:27.0562944Z 	at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:71)
2025-09-29T23:00:27.0563680Z 	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:113)
2025-09-29T23:00:27.0564413Z 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
2025-09-29T23:00:27.0565139Z 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
2025-09-29T23:00:27.0565766Z 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
2025-09-29T23:00:27.0566380Z 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
2025-09-29T23:00:27.0566902Z Caused by: java.lang.ExceptionInInitializerError
2025-09-29T23:00:27.0567311Z 	at java.base/java.lang.Class.forName0(Native Method)
2025-09-29T23:00:27.0567710Z 	at java.base/java.lang.Class.forName(Class.java:467)
2025-09-29T23:00:27.0568244Z 	at io.quarkus.runner.bootstrap.StartupActionImpl.run(StartupActionImpl.java:334)
2025-09-29T23:00:27.0569168Z 	at io.quarkus.arquillian.QuarkusDeployableContainer.deploy(QuarkusDeployableContainer.java:189)
2025-09-29T23:00:27.0569726Z 	... 102 more
2025-09-29T23:00:27.0570044Z Caused by: java.lang.RuntimeException: Failed to start quarkus
2025-09-29T23:00:27.0570521Z 	at io.quarkus.runner.ApplicationImpl.<clinit>(Unknown Source)
2025-09-29T23:00:27.0570897Z 	... 106 more
2025-09-29T23:00:27.0571581Z Caused by: java.util.NoSuchElementException: SRCFG00014: The config property this.property.does.not.exist is required but it could not be found in any config source
2025-09-29T23:00:27.0572489Z 	at io.smallrye.config.SmallRyeConfig.convertValue(SmallRyeConfig.java:904)
2025-09-29T23:00:27.0573148Z 	at io.smallrye.config.inject.ConfigProducerUtil.getValue(ConfigProducerUtil.java:101)
2025-09-29T23:00:27.0573860Z 	at io.smallrye.config.inject.ConfigProducerUtil.getValue(ConfigProducerUtil.java:61)
2025-09-29T23:00:27.0574606Z 	at io.smallrye.config.inject.ConfigProducer.produceStringConfigProperty(ConfigProducer.java:52)
2025-09-29T23:00:27.0575464Z 	at io.smallrye.config.inject.ConfigProducer_Subclass.produceStringConfigProperty$$superforward(Unknown Source)
2025-09-29T23:00:27.0576262Z 	at io.smallrye.config.inject.ConfigProducer_Subclass$$function$$280.apply(Unknown Source)
2025-09-29T23:00:27.0577044Z 	at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:73)
2025-09-29T23:00:27.0577914Z 	at io.quarkus.arc.impl.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:62)
2025-09-29T23:00:27.0579340Z 	at io.quarkus.arc.runtime.ConfigStaticInitCheckInterceptor.aroundInvoke(ConfigStaticInitCheckInterceptor.java:47)
2025-09-29T23:00:27.0580292Z 	at io.quarkus.arc.runtime.ConfigStaticInitCheckInterceptor_Bean.intercept(Unknown Source)
2025-09-29T23:00:27.0581028Z 	at io.quarkus.arc.impl.InterceptorInvocation.invoke(InterceptorInvocation.java:42)
2025-09-29T23:00:27.0581821Z 	at io.quarkus.arc.impl.AroundInvokeInvocationContext.perform(AroundInvokeInvocationContext.java:30)
2025-09-29T23:00:27.0582657Z 	at io.quarkus.arc.impl.InvocationContexts.performAroundInvoke(InvocationContexts.java:27)
2025-09-29T23:00:27.0583374Z 	at io.smallrye.config.inject.ConfigProducer_Subclass.produceStringConfigProperty(Unknown Source)
2025-09-29T23:00:27.0584383Z 	at io.smallrye.config.inject.ConfigProducer_ProducerMethod_produceStringConfigProperty_Slb1-DO4BbQxgDjjOw2BuNv12-I_Bean.doCreate(Unknown Source)
2025-09-29T23:00:27.0585820Z 	at io.smallrye.config.inject.ConfigProducer_ProducerMethod_produceStringConfigProperty_Slb1-DO4BbQxgDjjOw2BuNv12-I_Bean.create(Unknown Source)
2025-09-29T23:00:27.0587083Z 	at io.smallrye.config.inject.ConfigProducer_ProducerMethod_produceStringConfigProperty_Slb1-DO4BbQxgDjjOw2BuNv12-I_Bean.get(Unknown Source)
2025-09-29T23:00:27.0588204Z 	at io.smallrye.config.inject.ConfigProducer_ProducerMethod_produceStringConfigProperty_Slb1-DO4BbQxgDjjOw2BuNv12-I_Bean.get(Unknown Source)
2025-09-29T23:00:27.0589203Z 	at io.quarkus.arc.impl.CurrentInjectionPointProvider.get(CurrentInjectionPointProvider.java:44)
2025-09-29T23:00:27.0590294Z 	at org.eclipse.microprofile.config.tck.broken.ConfigObserver_Observer_onStartup_cQn39Smy9gxy3pXb_m9Jk-f4gos.notify(Unknown Source)
2025-09-29T23:00:27.0591302Z 	at io.quarkus.arc.impl.EventImpl$Notifier.notifyObservers(EventImpl.java:365)
2025-09-29T23:00:27.0591930Z 	at io.quarkus.arc.impl.EventImpl$Notifier.notify(EventImpl.java:353)
2025-09-29T23:00:27.0592501Z 	at io.quarkus.arc.impl.EventImpl$Notifier.notify(EventImpl.java:282)
2025-09-29T23:00:27.0593139Z 	at io.quarkus.arc.impl.ArcContainerImpl.init(ArcContainerImpl.java:284)
2025-09-29T23:00:27.0593697Z 	at io.quarkus.arc.Arc.initialize(Arc.java:41)
2025-09-29T23:00:27.0594263Z 	at io.quarkus.arc.runtime.ArcRecorder.initContainer(ArcRecorder.java:53)
2025-09-29T23:00:27.0595068Z 	at io.quarkus.runner.recorded.ArcProcessor$initializeContainer643029769.deploy_0(Unknown Source)
2025-09-29T23:00:27.0595981Z 	at io.quarkus.runner.recorded.ArcProcessor$initializeContainer643029769.deploy(Unknown Source)

@gsmet gsmet requested a review from marko-bekhta September 30, 2025 08:40
@radcortez
Copy link
Member

@radcortez there's an odd MP Config TCK test failure here:

Strange. This is the first time I've seen this fail. Usually, Config TCK tests are very straightforward. Have you seen this before?

Copy link
Contributor

@marko-bekhta marko-bekhta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This update looks ok from the Hibernate perspective:

@gsmet
Copy link
Member

gsmet commented Sep 30, 2025

@radcortez no, it's the first time for me too.

@gsmet gsmet merged commit 44d42c0 into main Sep 30, 2025
56 of 58 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.29 - main milestone Sep 30, 2025
@dependabot dependabot bot deleted the dependabot/maven/main/com.fasterxml-classmate-1.7.1 branch September 30, 2025 16:33
@radcortez
Copy link
Member

The test should cause a DeploymentException in Arc, since that case should be validated and abort the deployment before it tries to inject the value.

Since we didn't see this before, maybe this is caused by build steps not executing in the expected order?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Pull requests that update a dependency file kind/component-upgrade triage/flaky-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants