yuansc opened a new pull request, #2402: URL: https://github.com/apache/jackrabbit-oak/pull/2402
…y default This change improves the usability of the oak-run `datastore` command by allowing it to tolerate unknown configuration properties in the FileDataStore config file (e.g., Sling-specific keys like `org.apache.sling.installer.configuration.persist`). A new optional flag `--strict-config-check` was added to explicitly enforce strict validation. When enabled, oak-run will fail on unknown properties; otherwise, it logs a warning and proceeds (default behavior). This aligns oak-run with real-world usage in Oak-based systems like AEM, where OSGi config files may include unrelated metadata keys. Includes: * `strictConfigCheck` flag support added to `BlobStoreFixtureProvider.populate(...)` * CLI support for `--strict-config-check` * Help text for the new flag * Warning log on ignored properties -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org