marco-brandizi opened a new issue, #4106: URL: https://github.com/apache/logging-log4j2/issues/4106
Hi all, I've had the bad idea of migrating my project to Jackson 3.1.2 and now `org.apache.logging.log4j.core.config.yaml.YamlConfigurationFactory` doesn't work, mainly because it depends on `com.fasterxml.jackson.*`, while the new library has migrated to the `tools.jackson.*` namespace. Has anyone started a migration of this? If not, I'd be interested in writing an additional plugin (not a replacement) to add this support. Is that hard? Could someone give me some pointers on how to do it. I understand I would need new versions of `YamlConfigurationFactory` and `YamlConfiguration`. Do I need to consider other classes? How do `@Plugin`, auto-config and related stuff work? Thanks. Thanks, Marco. -- 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]
