Dapr native build
#28930
Replies: 2 comments 1 reply
-
Looks like dapr uses okhttp which won't work in native without graalvm configuration. You'll need to add such config or write a quarkus extension for it. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have add to my Maven dependency section explicit the com.squareup.okhttp3 library |
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.
-
Hello, I'm new with Quarkus and I try to build my first Dapr application with a native build.
I get during "mvn package" the error
I'm using JDK Temurin 17, GraalVM 22.2.0 Java 17 CE (Java Version 17.0.4+8-jvmci-22.2-b06).
I think I do something wrong in my setup, how can I fix this? Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions