ppkarwasz commented on pull request #708: URL: https://github.com/apache/logging-log4j2/pull/708#issuecomment-1018045983
@garydgregory, I don't see these changes on the `release-2.x` branch. The main point of this PR is to exchange the lower bound `AbstractBuilder` in the signature: `private <T extends AbstractBuilder> T createBuilder(PluginType<?> plugin, String prefix, Properties props)` with something all builders extend. Introducing a `Builder` interface from which `LayoutBuilder` and company inherit seemed like an elegant solution, although removing the lower bound altogether should also work. -- 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]
