-
Hello everyone! Firstly, thanks for such a great project! I'm experimenting with it for the last few days and I'm impressed with its features, especially the ease of creating native images! I'm writing a Java SDK for another open-source project. The goal for the SDK is to provide a high-level API but also to provide an easy way to build a project into a single binary. A simplified version can be found here: https://github.com/hariso/quarkus-main-method-test/tree/main-method-in-dependency.
Here's the problem: when I try to use the
I believe that the error is misleading because the constructor exists, without a doubt. Also, when I simply copy and paste the class into Anyway, my question is: is this use case expected to work? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Well, it's almost obvious now... I had to index the dependency: https://quarkus.io/guides/cdi-reference#how-to-generate-a-jandex-index. |
Beta Was this translation helpful? Give feedback.
Well, it's almost obvious now... I had to index the dependency: https://quarkus.io/guides/cdi-reference#how-to-generate-a-jandex-index.