Replies: 2 comments
-
\CC @Sanne |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for reporting @Stwissel ! We were just discussing similar needs across various extensions yesterday. Could you elaborate a bit on how you're integrating EclipseStore? I assume just having the library as a dependency, or are you using an extension taking care for the integration? We should probably track this as an issue:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use Eclipse-store with Quarkus. When trying to persist a Java record I get an error asking to add
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED
to the JVM runtime. So I tried:and
quarkus dev -Dquarkus.jvm.args="--add-exports java.base/jdk.internal.misc=ALL-UNNAMED"
or add to the
application.properties
Nothing worked. What do I miss?
Beta Was this translation helpful? Give feedback.
All reactions