Replies: 8 comments 2 replies
-
Zulip topic opened: https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/Native.20build.20with.20signed.20jar/near/382626817 |
Beta Was this translation helpful? Give feedback.
-
we already should be excluding signatures from the jars. got example project for what fails for you ? |
Beta Was this translation helpful? Give feedback.
-
Reproducer is here: https://github.com/baldimir/dmn-quarkus-example-bamoe/tree/main. It should fail when running |
Beta Was this translation helpful? Give feedback.
-
Hi, did you have a chance to look at the reproducer please? |
Beta Was this translation helpful? Give feedback.
-
Hi, could anyone please have a look at the reproducer? |
Beta Was this translation helpful? Give feedback.
-
Did anyone has a chance to take a look at the reproducer please? |
Beta Was this translation helpful? Give feedback.
-
@baldimir This is a bug in Quarkus, see here for a detailed explanation and potential solutions. |
Beta Was this translation helpful? Give feedback.
-
@baldimir This should not be a problem anymore since Quarkus 3.8.5, see #40001. You should upgrade your application and see if it works now. I tried to upgrade it myself but had some issues with some stale dependencies. Seems the app needs to move from |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to build a native image from a project that contains a dependency, which is signed. I am getting the exception mentioned at the end of this post. I think it may be related to this thread. Is there a way how to exclude signatures from a dependency jar, when building a native image please? I tried uber-jar, but that doesn't build later into a native image. I also tried -H:ExcludeResources from this link, it also didn't work, however I might configured it incorrectly. Does someone know please how to build a native image with a signed dependency library?
Thanks,
Tibor
Beta Was this translation helpful? Give feedback.
All reactions