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

Destroy Dependent health checks #563

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

xstefank
Copy link
Member

Fixes #559

@xstefank xstefank requested review from mkouba and jmartisk August 29, 2024 08:37
Copy link
Contributor

@mkouba mkouba left a comment

Choose a reason for hiding this comment

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

Looks good otherwise...


public class DependentCallRecorder {

public static boolean healthCheckPreDestroyCalled = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

These fields should be volatile, just to be sure... but that's just nitpicking ;-).

@xstefank xstefank force-pushed the remove-dependent-i559 branch from 2977ea3 to 338a5ef Compare August 29, 2024 09:12
@xstefank xstefank merged commit 3598b56 into smallrye:main Aug 29, 2024
8 checks passed
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.

Destroy Dependent health checks
2 participants