ppkarwasz commented on issue #3368: URL: https://github.com/apache/logging-log4j2/issues/3368#issuecomment-2573315201
> From a coding perspective a trivial change but more of a binary compatibility problem. Removing the type variable `B` should be binary compatible (the erasure of `B` is `Builder`, so the descriptor of the methods remains the same). The only problem would be adding the `final` modifier to the `Builder` class (and removing the public constructor). It is probably OK to do that. @vy, what do you think? -- 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