fivetran-ashokborra opened a new pull request, #3850: URL: https://github.com/apache/polaris/pull/3850
### Description Correct the property names in the documentation. Quarkus prefers kebab case for all the configuration properties. Encountered the following errors with incorrect names ``` INFO: HV000001: Hibernate Validator 9.0.1.Final polaris-1 | Configuration validation failed: polaris-1 | SRCFG00050: polaris.persistence.relational.jdbc.max_duaration_in_ms in PropertiesConfigSource[source=jar:file:///deployments/lib/main/org.apache.polaris.polaris-runtime-defaults-1.1.0-incubating-SNAPSHOT.jar!/application.properties]:132 does not map to any root polaris-1 | SRCFG00050: polaris.persistence.relational.jdbc.max_duaration_in_ms in PropertiesConfigSource[source=jar:file:///deployments/lib/main/org.apache.polaris.polaris-runtime-defaults-1.1.0-incubating-SNAPSHOT.jar!/application.properties]:132 does not map to any root ``` ``` polaris-1 | INFO exec -a "java" java -XX:MaxRAMPercentage=80.0 -XX:+UseParallelGC -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:+ExitOnOutOfMemoryError -cp "." -jar /deployments/quarkus-run.jar polaris-1 | INFO running in /deployments polaris-1 | Feb 19, 2026 11:03:29 AM org.hibernate.validator.internal.util.Version polaris-1 | INFO: HV000001: Hibernate Validator 9.0.1.Final polaris-1 | Configuration validation failed: polaris-1 | SRCFG00050: polaris.persistence.relational.jdbc.max_duration_in_ms in PropertiesConfigSource[source=jar:file:///deployments/lib/main/org.apache.polaris.polaris-runtime-defaults-1.1.0-incubating-SNAPSHOT.jar!/application.properties]:132 does not map to any root polaris-1 | SRCFG00050: polaris.persistence.relational.jdbc.max_duration_in_ms in PropertiesConfigSource[source=jar:file:///deployments/lib/main/org.apache.polaris.polaris-runtime-defaults-1.1.0-incubating-SNAPSHOT.jar!/application.properties]:132 does not map to any root ``` ## Checklist - [x] ๐ก๏ธ Don't disclose security issues! (contact [email protected]) - [x] ๐ Clearly explained why the changes are needed, or linked related issues: Fixes # - [x] ๐งช Added/updated tests with good coverage, or manually tested (and explained how) - [x] ๐ก Added comments for complex logic - [ ] ๐งพ Updated `CHANGELOG.md` (if needed) - [x] ๐ Updated documentation in `site/content/in-dev/unreleased` (if needed) -- 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]
