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 GraalVM warning #1288

Merged
merged 1 commit into from Jan 24, 2022
Merged

Fix GraalVM warning #1288

merged 1 commit into from Jan 24, 2022

Conversation

ilopmar
Copy link
Contributor

@ilopmar ilopmar commented Jan 24, 2022

Fixes the following warning when creating a native image:

...
Warning: class initialization of class io.micronaut.transaction.interceptor.CoroutineTxHelper failed with exception java.lang.NoClassDefFoundError: kotlin/coroutines/CoroutineContext. This class will be initialized at run time because option --allow-incomplete-classpath is used for image building. Use the option --initialize-at-run-time=io.micronaut.transaction.interceptor.CoroutineTxHelper to explicitly request delayed initialization of this class.
...

@dstepanov
Copy link
Contributor

Can you force merge pls?

@ilopmar ilopmar merged commit 3e8f156 into master Jan 24, 2022
@ilopmar ilopmar deleted the fix-graalvm-warning branch January 24, 2022 11:27
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.

None yet

2 participants