ppkarwasz opened a new pull request, #2142: URL: https://github.com/apache/logging-log4j2/pull/2142
This PR splits `YamlConfiguration` into its own module and removes `jackson-dataformat-yaml` from `log4j-core`'s optional dependencies. ## Changes - `YamlConfigurationFactory` is moved to a new `log4j-config-yaml` module together with YAML specific tests, - Converts the configuration of 3 `log4j-core-test` from YAML to XML, since the tests are not YAML specific, - Removes `log4j2-2134.yaml`, which was referenced in `JiraLog4j2_2134Test`, but in practice the `DefaultConfiguration` was used instead. -- 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]
