-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Micronaut + GraalVM - no compile #1974
Comments
Hi, Is this something you would like to contribute to the project to make Flowable work with Micronaut / GraalVM? Can you share the compile failures that you are seeing? Thanks |
I'd like to help, but the best I can come up with is the repo above that reproduces a failure. |
I've played around a little (different Java versions and using Linux and Windows) with this and there are at least two issues that I can identify.
This seems to be an issue with graal; see this issue and this issue. BTW, on Windows I had to modify |
Describe the bug
Adding the flowable-engine dependency to a Micronaut engine, and instantiate the process engine causes compile failures when trying to make GraalVM native image.
Expected behavior
Create a native image using GraalVM.
Code
https://github.com/mvniekerk/micronaut-kotlin-graalvm-flowable
Additional context
Flowable: 6.4.2
The text was updated successfully, but these errors were encountered: