dimas-b commented on code in PR #3395: URL: https://github.com/apache/polaris/pull/3395#discussion_r2756574906
########## runtime/admin/src/main/resources/application.properties: ########## @@ -50,10 +69,13 @@ quarkus.datasource.devservices.enabled=false quarkus.arc.ignored-split-packages=\ org.apache.polaris.admintool.config,\ + org.apache.polaris.admintool.maintenance,\ org.apache.polaris.admintool ## 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: I re-ran my local build after the recent rebase _without_ this property and I did not see any build warnings about Agrona being unindexed. @snazy : WDYT about removing this property? -- 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]
