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]

Reply via email to