Skip to content

fix: open port for dev mode#208

Open
vleon1a wants to merge 1 commit into
microcks:mainfrom
vleon1a:fix/dev-mode
Open

fix: open port for dev mode#208
vleon1a wants to merge 1 commit into
microcks:mainfrom
vleon1a:fix/dev-mode

Conversation

@vleon1a
Copy link
Copy Markdown

@vleon1a vleon1a commented May 26, 2026

Description

When the extension starts Microcks, it exposes the port defined with quarkus.http.test-port, defaulted to 8081, in Testcontainers.
While this works fine when running Microcks for @QuarkusTest, it is an issue when running in dev mode: By default, Quarkus starts the application using quarkus.http.port, defaulted to 8080, so Microcks running in Testcontainer cannot reach the application as only the port 8081 is exposed.

Related issue(s)

Fixes #204

@github-actions
Copy link
Copy Markdown

👋 @vleon1a

Welcome to the Microcks community! 💖

Thanks and congrats 🎉 for opening your first pull request here! Be sure to follow the pull request template or please update it accordingly.

Hope you have a great time there!

@vleon1a vleon1a marked this pull request as ready for review May 26, 2026 07:48
@vleon1a vleon1a requested a review from lbroudoux as a code owner May 26, 2026 07:48
Signed-off-by: Vincent Leon <[email protected]>
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.

Microcks uses port 8081 in Dev Mode

1 participant