Replies: 4 comments 9 replies
-
/cc @geoand (jib) |
Beta Was this translation helpful? Give feedback.
-
We don't support logback so therefore you mileage with in native mode will vary |
Beta Was this translation helpful? Give feedback.
-
I'm running into the same issue, using some external libraries that use logback.
I'm now using a
I've updated the native profile in the
Unfortunately, this doesn't solve the issue. |
Beta Was this translation helpful? Give feedback.
-
You can use this https://www.graalvm.org/latest/reference-manual/native-image/guides/configure-with-tracing-agent/ to generate configuration needs to compile reflections and more... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to build a native executable and native image using graalVM and Jib. I use ./gradlew build command. Here are the properties that are in the application.properties:
During build I get such exception:
I tried adding that in build.gradle:
and added this dependency to plugins in build.gradle:
id("org.graalvm.buildtools.native") version "0.9.18"
Unfortunately, that did not work..
Is there an option to use graalVM native build with logback?
Beta Was this translation helpful? Give feedback.
All reactions