carterkozak opened a new pull request #573: URL: https://github.com/apache/logging-log4j2/pull/573
Prefer fewer conditionals based on types known ahead of time. Serializer extends Serializer2 with a default implementation of the encode method -- all of our implementations of the Serializer interface also implement Serializer2, so the conditional path was never used. This may allow more code to be inlined. -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org