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

Fix IllegalArgumentException in rest-assured if http and https ports are both random #21295

Merged
merged 1 commit into from
Nov 9, 2021
Merged

Fix IllegalArgumentException in rest-assured if http and https ports are both random #21295

merged 1 commit into from
Nov 9, 2021

Conversation

famod
Copy link
Member

@famod famod commented Nov 8, 2021

Fixes #18154.

Before #21195, this setup didn't result in such an exception but in the same port for both http and https.

…are both random

Fixes #18154.

Before #21195, this setup didn't result in such an exception but in the same port for both http and https.
@quarkus-bot
Copy link

quarkus-bot bot commented Nov 9, 2021

Failing Jobs - Building f81a64c

Status Name Step Failures Logs Raw logs
Native Tests - Windows - hibernate-validator Build Failures Logs Raw logs

Failures

⚙️ Native Tests - Windows - hibernate-validator #

- Failing: integration-tests/hibernate-validator 

📦 integration-tests/hibernate-validator

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-validator: Failed to build quarkus application

@geoand geoand merged commit e869680 into quarkusio:main Nov 9, 2021
@quarkus-bot quarkus-bot bot added this to the 2.5 - main milestone Nov 9, 2021
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.

Setting both test-port and test-ssl-port to 0 yields the same random port for both
3 participants