Github user remkop commented on the issue:
https://github.com/apache/logging-log4j2/pull/71
I'm not so much concerned that users implemented ByteBufferDestination, but
I'm more concerned that subclasses of OutputStreamManager and FileManager still
work. For example, the new ByteBufferDestination.write(byte[], int, int) method
needs to be renamed because it clashes with a pre-existing method (which was
protected, not public). After that, could the existing write(byte[], int, int)
method delegate to the new public one? Do they have the same concurrency
semantics?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---