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 consistency of SmallRye Health config roots #42444

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Aug 9, 2024

Some properties were under the quarkus.health prefix and some under the quarkus.smallrye-health prefix.
I unified everything under quarkus.smallrye-health and kept the old properties for backward compatibility (except for the just introduced enabled).

Fixes #42382

Some properties were under the `quarkus.health` prefix and some under the
`quarkus.smallrye-health` prefix.
I unified everything under `quarkus.smallrye-health` and kept the old
properties for backward compatibility (except for the just introduced
`enabled`).

Fixes quarkusio#42382
Copy link

quarkus-bot bot commented Aug 9, 2024

Status for workflow Quarkus CI

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

✅ 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.

You can consult the Develocity build scans.

@gsmet gsmet merged commit 818a58d into quarkusio:main Aug 9, 2024
37 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.14 - main milestone Aug 9, 2024
import io.quarkus.test.QuarkusUnitTest;
import io.restassured.RestAssured;

@Deprecated(since = "3.14", forRemoval = true)
Copy link
Member

Choose a reason for hiding this comment

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

Well, the test can stay right, we just need to update the config? This test needs to be updated nevertheless. Just mentioning it so it's not removed.

Copy link
Member Author

Choose a reason for hiding this comment

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

No, the test will get dropped. I added another test with the updated config (but GitHub shows it to you the other way around).

Copy link
Member

Choose a reason for hiding this comment

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

I see now.

@xstefank
Copy link
Member

xstefank commented Aug 9, 2024

Otherwise approved. Sorry, you move too fast for my flow coding time off emails :)

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.

Fix SmallRye Health config: two different roots
3 participants