dimas-b opened a new pull request, #3735: URL: https://github.com/apache/polaris/pull/3735
β¦legacy properties. Following up on the discussion from #3694: * Add non-public `legacyConfig()` for building `PolarisConfiguration` objects with support for legacy property names. Such properties are deprecated for end users, but Polaris code itself still needs to support them, therefore building `PolarisConfiguration` objects with legacy properties is a mainstream use case. The new method is not public to prevent external code dependencies since its purpose is to deal with Polaris' own properties. * Keep the old deprecated `catalogConfigUnsafe()` method for backward compatibility. It is still used by test code from other packages. * This is a pure refactoring without behaviour changes. <!-- π Describe what changes you're proposing, especially breaking or user-facing changes. π See https://github.com/apache/polaris/blob/main/CONTRIBUTING.md for more. --> ## Checklist - [ ] π‘οΈ Don't disclose security issues! (contact [email protected]) - [ ] π Clearly explained why the changes are needed, or linked related issues: Fixes # - [ ] π§ͺ Added/updated tests with good coverage, or manually tested (and explained how) - [ ] π‘ Added comments for complex logic - [ ] π§Ύ Updated `CHANGELOG.md` (if needed) - [ ] π 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]
