Skip to content

Version bumps for Vert.x 4.5.16 - #48486

Merged
cescoffier merged 3 commits into
quarkusio:mainfrom
jponge:deps/mutiny-vertx-3.19.1-vertx-4.5.16
Jun 23, 2025
Merged

Version bumps for Vert.x 4.5.16#48486
cescoffier merged 3 commits into
quarkusio:mainfrom
jponge:deps/mutiny-vertx-3.19.1-vertx-4.5.16

Conversation

@jponge

@jponge jponge commented Jun 19, 2025

Copy link
Copy Markdown
Member

This is a coordinated version bumps across:

  • Mutiny Vert.x bindings 3.19.1
  • Vert.x 4.5.16

This also fixes a breaking change in HttpServerResponse impacting AbstractResponseWrapper.

Fix GHSA-9623-mj7j-p9v4.

@quarkus-bot quarkus-bot Bot added area/dependencies Pull requests that update a dependency file area/vertx labels Jun 19, 2025
@jponge
jponge requested a review from cescoffier June 19, 2025 20:46
@jponge

jponge commented Jun 19, 2025

Copy link
Copy Markdown
Member Author

Please do not merge until @cescoffier has approved.

This is a coordinated version bumps across:

- Mutiny Vert.x bindings 3.19.1
- Vert.x 4.5.16

This also fixes a breaking change in HttpServerResponse impacting
AbstractResponseWrapper.
@jponge
jponge force-pushed the deps/mutiny-vertx-3.19.1-vertx-4.5.16 branch from c963030 to ae1937e Compare June 19, 2025 20:48
@quarkus-bot

This comment has been minimized.

@geoand

geoand commented Jun 20, 2025

Copy link
Copy Markdown
Contributor

The Kafla failures seems related - cc @ozangunalp

@ozangunalp

Copy link
Copy Markdown
Contributor

Yes they are. We either wait a bit for me to finish fixing them , or disable them to merge this.

@geoand

geoand commented Jun 20, 2025

Copy link
Copy Markdown
Contributor

Aren't these tests indicative of a problem users will also face if we update (not to mention backport)?

@jponge

jponge commented Jun 20, 2025

Copy link
Copy Markdown
Member Author

We should wait for @ozangunalp to have a fix

@ozangunalp

Copy link
Copy Markdown
Contributor

Aren't these tests indicative of a problem users will also face if we update (not to mention backport)?

Yes they do.

@quarkus-bot

This comment has been minimized.

@github-actions

github-actions Bot commented Jun 20, 2025

Copy link
Copy Markdown

🙈 The PR is closed and the preview is expired.

@quarkus-bot

This comment has been minimized.

@cescoffier

Copy link
Copy Markdown
Member

@ozangunalp do you have an ETA for these tests?

@geoand

geoand commented Jun 23, 2025

Copy link
Copy Markdown
Contributor

They have already been fixed, right?

@quarkus-bot

This comment has been minimized.

@ozangunalp

Copy link
Copy Markdown
Contributor

Yes, to summarise the changes:

  • ContextualEmitter behaviour is kept with or without the duplicated context behaviour change.
  • Smallrye emitters' behaviour is reverted to the old behaviour with this PR, so messaging-context-propagation tests are adapted to reflect that, as is the documentation.

@cescoffier

Copy link
Copy Markdown
Member

I bumped smallrye commons to 2.12.2 where we enforce the duplication of duplicated context behavior.

@quarkus-bot

quarkus-bot Bot commented Jun 23, 2025

Copy link
Copy Markdown

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit c5797e2.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

Warning

There are other workflow runs running, you probably need to wait for their status before merging.

@quarkus-bot

This comment has been minimized.

@quarkus-bot

quarkus-bot Bot commented Jun 23, 2025

Copy link
Copy Markdown

Status for workflow Quarkus CI

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

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
Gradle Tests - JDK 17 Build Failures Logs Raw logs 🔍
Gradle Tests - JDK 17 Windows Build ⚠️ Check → Logs Raw logs 🔍

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

Failures

⚙️ Gradle Tests - JDK 17 #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

io.quarkus.gradle.devmode.AddEnvironmentVariablesDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "abcdef" 
	at app//io.quarkus.gradle.devmode.AddEnvironmentVariablesDevModeTest.testDevMode(AddEnvironmentVariablesDevModeTest.java:18)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.AnnotationProcessorMultiModuleDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "seatNumber" 
	at app//io.quarkus.gradle.devmode.AnnotationProcessorMultiModuleDevModeTest.testDevMode(AnnotationProcessorMultiModuleDevModeTest.java:13)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.AnnotationProcessorSimpleModuleDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "seatNumber" 
	at app//io.quarkus.gradle.devmode.AnnotationProcessorSimpleModuleDevModeTest.testDevMode(AnnotationProcessorSimpleModuleDevModeTest.java:13)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.AvroDevModeTest.main - History - More details - Source on GitHub

Details
org.opentest4j.AssertionFailedError: 
expected: "MAIL,SMS"
 but was: "BROKEN: quarkusDev mode has terminated"
	at app//io.quarkus.gradle.devmode.AvroDevModeTest.testDevMode(AvroDevModeTest.java:15)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)
	at java.base@17.0.15/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base@17.0.15/java.util.ArrayList.forEach(ArrayList.java:1511)

io.quarkus.gradle.devmode.BasicCompositeBuildExtensionProjectDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "ready" 
	at app//io.quarkus.gradle.devmode.BasicCompositeBuildExtensionProjectDevModeTest.testDevMode(BasicCompositeBuildExtensionProjectDevModeTest.java:28)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.BasicCompositeBuildProjectDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "ready" 
	at app//io.quarkus.gradle.devmode.BasicCompositeBuildProjectDevModeTest.testDevMode(BasicCompositeBuildProjectDevModeTest.java:28)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.BasicJavaLibraryModuleDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "ready" 
	at app//io.quarkus.gradle.devmode.BasicJavaLibraryModuleDevModeTest.testDevMode(BasicJavaLibraryModuleDevModeTest.java:24)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.BasicJavaPlatformModuleDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "ready" 
	at app//io.quarkus.gradle.devmode.BasicJavaPlatformModuleDevModeTest.testDevMode(BasicJavaPlatformModuleDevModeTest.java:24)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.BasicKotlinApplicationModuleDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "hello" 
	at app//io.quarkus.gradle.devmode.BasicKotlinApplicationModuleDevModeTest.testDevMode(BasicKotlinApplicationModuleDevModeTest.java:19)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.BasicMultiModuleProjectDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "ready" 
	at app//io.quarkus.gradle.devmode.BasicMultiModuleProjectDevModeTest.testDevMode(BasicMultiModuleProjectDevModeTest.java:22)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.CompileOnlyDependencyDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "hello lombok" 
	at app//io.quarkus.gradle.devmode.CompileOnlyDependencyDevModeTest.testDevMode(CompileOnlyDependencyDevModeTest.java:24)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.CustomJarClassifierDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "Hello from Quarkus REST" 
	at app//io.quarkus.gradle.devmode.CustomJarClassifierDevModeTest.testDevMode(CustomJarClassifierDevModeTest.java:18)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.CustomQuarkusDevModeConfigurationTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "build" 
	at app//io.quarkus.gradle.devmode.CustomQuarkusDevModeConfigurationTest.testDevMode(CustomQuarkusDevModeConfigurationTest.java:13)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.CustomWorkingDirDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "from-custom-file" 
	at app//io.quarkus.gradle.devmode.CustomWorkingDirDevModeTest.testDevMode(CustomWorkingDirDevModeTest.java:18)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.DependencyConstraintsDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "hello" 
	at app//io.quarkus.gradle.devmode.DependencyConstraintsDevModeTest.testDevMode(DependencyConstraintsDevModeTest.java:14)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.DotEnvQuarkusDevModeConfigurationTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "hey" 
	at app//io.quarkus.gradle.devmode.DotEnvQuarkusDevModeConfigurationTest.testDevMode(DotEnvQuarkusDevModeConfigurationTest.java:13)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.ImplementationFilesDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "hello common" 
	at app//io.quarkus.gradle.devmode.ImplementationFilesDevModeTest.testDevMode(ImplementationFilesDevModeTest.java:21)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.IncludedKotlinBuildDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "Hello from SomeBean!" 
	at app//io.quarkus.gradle.devmode.IncludedKotlinBuildDevModeTest.testDevMode(IncludedKotlinBuildDevModeTest.java:16)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.IncludedKotlinKMPBuildDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "hi from KMP" 
	at app//io.quarkus.gradle.devmode.IncludedKotlinKMPBuildDevModeTest.testDevMode(IncludedKotlinKMPBuildDevModeTest.java:14)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.InjectQuarkusAppPropertiesDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "code-with-quarkus 1.0.0-SNAPSHOT" 
	at app//io.quarkus.gradle.devmode.InjectQuarkusAppPropertiesDevModeTest.testDevMode(InjectQuarkusAppPropertiesDevModeTest.java:19)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.JandexKordampMultiModuleProjectDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "hello kordamp jandex common-kordamp" 
	at app//io.quarkus.gradle.devmode.JandexKordampMultiModuleProjectDevModeTest.testDevMode(JandexKordampMultiModuleProjectDevModeTest.java:21)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.JandexVlsiMultiModuleProjectDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "hello vlsi jandex common-vlsi" 
	at app//io.quarkus.gradle.devmode.JandexVlsiMultiModuleProjectDevModeTest.testDevMode(JandexVlsiMultiModuleProjectDevModeTest.java:21)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.KotlinMultiplatformModuleDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "hi from KMP" 
	at app//io.quarkus.gradle.devmode.KotlinMultiplatformModuleDevModeTest.testDevMode(KotlinMultiplatformModuleDevModeTest.java:14)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.KotlinProjectWithCompilerArgsDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "[Banana!]!" 
	at app//io.quarkus.gradle.devmode.KotlinProjectWithCompilerArgsDevModeTest.testDevMode(KotlinProjectWithCompilerArgsDevModeTest.java:17)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.MavenExclusionInExtensionDependencyDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "Hello" 
	at app//io.quarkus.gradle.devmode.MavenExclusionInExtensionDependencyDevModeTest.testDevMode(MavenExclusionInExtensionDependencyDevModeTest.java:25)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.ModuleWithParentDependencyDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "hello" 
	at app//io.quarkus.gradle.devmode.ModuleWithParentDependencyDevModeTest.testDevMode(ModuleWithParentDependencyDevModeTest.java:14)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.MultiCompositeBuildExtensionsDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "ready" 
	at app//io.quarkus.gradle.devmode.MultiCompositeBuildExtensionsDevModeTest.testDevMode(MultiCompositeBuildExtensionsDevModeTest.java:27)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.MultiModuleIncludedBuildTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "foo bar" 
	at app//io.quarkus.gradle.devmode.MultiModuleIncludedBuildTest.testDevMode(MultiModuleIncludedBuildTest.java:24)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.MultiModuleKotlinProjectDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "ready" 
	at app//io.quarkus.gradle.devmode.MultiModuleKotlinProjectDevModeTest.testDevMode(MultiModuleKotlinProjectDevModeTest.java:23)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.MultiModuleNamedInjectionDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "hello true true" 
	at app//io.quarkus.gradle.devmode.MultiModuleNamedInjectionDevModeTest.testDevMode(MultiModuleNamedInjectionDevModeTest.java:21)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.MultiModuleWithEmptyModuleDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "foo bar" 
	at app//io.quarkus.gradle.devmode.MultiModuleWithEmptyModuleDevModeTest.testDevMode(MultiModuleWithEmptyModuleDevModeTest.java:22)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.MultiModuleWithNoTestModuleDevModeTest.main - History - More details - Source on GitHub

Details
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.test.devmode.util.DevModeClient was not fulfilled within 3 minutes.
	at app//org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at app//org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at app//org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
	at app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129)
	at app//io.quarkus.test.devmode.util.DevModeClient.getHttpResponse(DevModeClient.java:97)
	at app//io.quarkus.test.devmode.util.DevModeClient.getHttpResponse(DevModeClient.java:88)

io.quarkus.gradle.devmode.MultiSourceProjectDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "hello from JavaComponent" 
	at app//io.quarkus.gradle.devmode.MultiSourceProjectDevModeTest.testDevMode(MultiSourceProjectDevModeTest.java:22)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.QuarkusDevDependencyDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "Quarkus" 
	at app//io.quarkus.gradle.devmode.QuarkusDevDependencyDevModeTest.testDevMode(QuarkusDevDependencyDevModeTest.java:14)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.ResourcesInBuildStepsDevModeTest.main - History - More details - Source on GitHub

Details
java.lang.AssertionError: 
Expecting actual:
  "BROKEN: quarkusDev mode has terminated"
to contain:
  "homepage" 
	at app//io.quarkus.gradle.devmode.ResourcesInBuildStepsDevModeTest.testDevMode(ResourcesInBuildStepsDevModeTest.java:24)
	at app//io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.main(QuarkusDevGradleTestBase.java:61)
	at java.base@17.0.15/java.lang.reflect.Method.invoke(Method.java:569)

io.quarkus.gradle.devmode.TestSelectionTest.main - History - More details - Source on GitHub

Details
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.test.devmode.util.DevModeClient was not fulfilled within 3 minutes.
	at app//org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at app//org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at app//org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
	at app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129)
	at app//io.quarkus.test.devmode.util.DevModeClient.getHttpResponse(DevModeClient.java:97)
	at app//io.quarkus.test.devmode.util.DevModeClient.getHttpResponse(DevModeClient.java:88)

@geoand

geoand commented Jun 23, 2025

Copy link
Copy Markdown
Contributor

@aloubyansky do you know if anything has changed WRT Gradle? The failues in the gradle tests seem unrelated to this PR

@aloubyansky

Copy link
Copy Markdown
Member

We discussed it a bit earlier today with @reaver585. I think it might be #48520

@reaver585

Copy link
Copy Markdown
Contributor

FYI @aloubyansky, I tried reverting that change in my fork (reaver585#2), but the pipelines failed again.
This time though it's "Quarkus CI / JVM Integration Tests - JDK 17 (push)" job. I haven't checked the details yet.

@aloubyansky

Copy link
Copy Markdown
Member

Yeah, but the Gradle tests have passed. So, we should revert that change.

@aloubyansky

Copy link
Copy Markdown
Member

Thanks for testing, btw, @reaver585

@cescoffier

Copy link
Copy Markdown
Member

Merging as the CI issues are unrelated to this PR.

@cescoffier
cescoffier merged commit 2b58f59 into quarkusio:main Jun 23, 2025
@quarkus-bot quarkus-bot Bot added this to the 3.25 - main milestone Jun 23, 2025
@gsmet gsmet modified the milestones: 3.25 - main, 3.24.1 Jun 24, 2025
@jmartisk

Copy link
Copy Markdown
Contributor

@jponge or @cescoffier, may I ask you to create specific PRs for 3.15 and 3.20? I tried backporting this, but there are conflicts, and too many versions that have to be kept in sync to be comfortable doing it myself... Maybe this will also have to go with upgrading Mutiny to 2.9.2? If so, that's even worse for me.

@jponge

jponge commented Jun 25, 2025

Copy link
Copy Markdown
Member Author

Mutiny 2.9.2 in itself is easy, it's backwards compatible

@jponge

jponge commented Jun 25, 2025

Copy link
Copy Markdown
Member Author

I'm going to have a look

jponge added a commit to jponge/quarkus that referenced this pull request Jun 25, 2025
This is a squashing of the 3 commits in quarkusio#48486
but there is a problem with the backport to Reactive Messaging.
jponge added a commit to jponge/quarkus that referenced this pull request Jun 25, 2025
jponge added a commit to jponge/quarkus that referenced this pull request Jun 25, 2025
This also includes Mutiny and Netty alignments.
jponge added a commit to jponge/quarkus that referenced this pull request Jun 25, 2025
Also include Mutiny and Netty alignments.
@rsvoboda

rsvoboda commented Jun 26, 2025

Copy link
Copy Markdown
Member

3.20 and 3.15 backports were covered in #48602 and #48606

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants