ppkarwasz commented on PR #2691:
URL: https://github.com/apache/logging-log4j2/pull/2691#issuecomment-2213746303

   > @ppkarwasz, agreed, but that would be a breaking change, right? IMHO, it 
stretches the focus of this PR far too much. Let's just start with 
consolidating the existing `Throwable`-rendering logic.
   
   According to BND, replacing `PatternConverter` with `PatternConverter<T>` is 
a backward compatible change.
   There are two converters that also implement `ArrayPatternConverter` and can 
therefore not be `PatternConverter<LogEvent>`, but worst case scenario we can 
use `PatternConverter<Object>` for all the current converters.


-- 
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