dimas-b commented on code in PR #3395:
URL: https://github.com/apache/polaris/pull/3395#discussion_r2748585794


##########
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 tried building locally without these settings (with the 
[workaround](https://github.com/apache/polaris/issues/3467#issuecomment-3817989427)
 to get build warnings), but `agrona` was not flagged as needing an index... Is 
this setting required for the admin tool?



-- 
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]

Reply via email to