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


##########
runtime/admin/src/main/resources/application.properties:
##########
@@ -50,10 +67,13 @@ quarkus.datasource.devservices.enabled=false
 
 quarkus.arc.ignored-split-packages=\
   org.apache.polaris.admintool.config,\
+  org.apache.polaris.admintool.maintenance,\

Review Comment:
   Actually, I see different split package warnings in my build:
   
   ```
   2026-02-03T00:51:08.714249614Z build-15 WARN Detected a split package usage 
which is considered a bad practice and should be avoided. Following packages 
were detected in multiple archives: 
   - "org.apache.polaris.service.catalog.api" found in 
[org.apache.polaris:polaris-api-catalog-service:1.4.0-incubating-SNAPSHOT, 
org.apache.polaris:polaris-api-iceberg-service:1.4.0-incubating-SNAPSHOT]
   - "org.apache.polaris.service.catalog.api.impl" found in 
[org.apache.polaris:polaris-api-catalog-service:1.4.0-incubating-SNAPSHOT, 
org.apache.polaris:polaris-api-iceberg-service:1.4.0-incubating-SNAPSHOT]
   - "org.apache.polaris.service.types" found in 
[org.apache.polaris:polaris-api-catalog-service:1.4.0-incubating-SNAPSHOT, 
org.apache.polaris:polaris-api-iceberg-service:1.4.0-incubating-SNAPSHOT]
   ```



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