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

Use the current thread class loader to load changelog classes #664

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

tms0
Copy link
Contributor

@tms0 tms0 commented Mar 21, 2024

Issue reference

Fixes #663

Description and context

Quarkus use a custom class loader (https://quarkus.io/guides/class-loading-reference), this fix will ensure that we use the correct class loader.

Benefits

Makes Mongock working with Quarkus

Possible Drawbacks

I don't think there are drawbacks to this change

@tms0 tms0 requested a review from dieppa as a code owner March 21, 2024 11:33
@dieppa dieppa merged commit dd4056a into mongock:develop Apr 4, 2024
3 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.

Mongock use the wrong class loader when used with Quarkus
2 participants