flyrain commented on code in PR #3396: URL: https://github.com/apache/polaris/pull/3396#discussion_r2692382802
########## runtime/defaults/src/main/resources/application.properties: ########## @@ -283,6 +297,8 @@ quarkus.arc.ignored-split-packages=\ ## Quarkus required setting for third party indexing # fixed at build-time +quarkus.index-dependency.agrona.group-id=org.agrona +quarkus.index-dependency.agrona.artifact-id=agrona Review Comment: CDI has been there starting from Quarkus introducion without indexing jars. Why do we need them now? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
