Are GraalVM Native Images supported? #1264
Replies: 5 comments 5 replies
-
It's not something we've looked into at all. I would be surprised if DGS
specifically has any major issues that would make this more challenging,
but we haven't tested it.
…On Fri, Oct 7, 2022 at 9:27 AM Konstantin Bläsi ***@***.***> wrote:
Can the application be built as a GraalVM Native Image? I know that Spring
Boot started working on it and probably has more or less support for it.
How is it when adding DGS into the mix?
—
Reply to this email directly, view it on GitHub
<#1264>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA2XLCABRW4ZI4QB4BD623WCBFOZANCNFSM6AAAAAAQ7XWY6I>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello, any update on this with Spring Boot 3.0.4 and DGS 6.0.1? |
Beta Was this translation helpful? Give feedback.
-
Hi - we haven't tested this and it's not on our roadmap for the near
future, since this is not a priority for us internally. We do accept
contributions, so would welcome any PRs needed to enable this functionality.
…On Tue, Mar 14, 2023 at 7:47 AM Federico ***@***.***> wrote:
Hello, any update on this with Spring Boot 3.0.4 and DGS 6.0.1?
—
Reply to this email directly, view it on GitHub
<#1264 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJ5JPXKXERYQB6SSG7GVRXDW4CAILANCNFSM6AAAAAAQ7XWY6I>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I can confirm that DGS doesn't work out of the box with graalvm native images. We were able to get it to work for us by adding the native-image-agent to the test runner configuration in the build.gradle.kts
Once this line was there we ran the tests with a native-image compatible java version (graalvm) using |
Beta Was this translation helpful? Give feedback.
-
What is the status on GraalVM/Native for DGS nowadays? On the roadmap? Still not prioritized? |
Beta Was this translation helpful? Give feedback.
-
Can the application be built as a GraalVM Native Image? I know that Spring Boot started working on it and probably has more or less support for it. How is it when adding DGS into the mix?
Beta Was this translation helpful? Give feedback.
All reactions