How to add a GeneratedClassBuildItem to CombinedIndex in Quarkus Extension. #47871
Unanswered
skku-daniilkim
asked this question in
Q&A
Replies: 0 comments
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 am writing an extension that generates classes via
GeneratedClassBuildItem
. How can I add my newly generated classes toCombinedIndexBuildItem
? I tried usingAdditionalIndexedClassBuildItem
, but it seems like they are processed, before the classes themselves are generated, so I get aFailed to index ... stream cannot be null
error. UsingGeneratedBeanBuildItem
does not add my class to the index, and at least in my case seems to yield identical toGeneratedClassBuildItem
results.Beta Was this translation helpful? Give feedback.
All reactions