ppkarwasz opened a new issue, #3750:
URL: https://github.com/apache/logging-log4j2/issues/3750

   In the `main` branch, all withers (builder method following the `with<Foo>` 
pattern) have been replaced with setter methods for consistency and clarity.
   
   To ensure a smooth upgrade path and better API consistency between `2.x` and 
`3.x`, we should introduce equivalent setter methods in the `2.x` branch and 
mark the existing wither methods as deprecated. This will give users time to 
adapt before migrating to `3.x`, where wither methods will no longer be 
available.
   
   **Proposed Action:**
   
   * Add `set<foo>` methods alongside existing `with<foo>` methods in `2.x`.
   * Mark all remaining `with<foo>` methods as deprecated in `2.x`.
   
   


-- 
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: notifications-unsubscr...@logging.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to