ppkarwasz opened a new pull request #771: URL: https://github.com/apache/logging-log4j2/pull/771
Since most configurations use the `PluginBuilder` to build components, many constraints are not enforced, when the same components are built programmatically. This PR provides a `Builder#validate()` method that performs annotation based validation and includes it in a couple of appender builders. This way constraint validation of programmatically configured components will be on par with those created by `PluginBuilder` at the cost of double validation for the latter. -- 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]
