moqui / moqui-framework

Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, security, file/resource access, scripts, templates, l10n, caching, logging, search, rules, workflow, multi-instance, and integration.
http://www.moqui.org
Other
279 stars 200 forks source link

Updated slf4j2 impl dependency #546

Closed dixitdeepak closed 1 year ago

dixitdeepak commented 1 year ago

Due to a break in compatibility in the SLF4J binding, as of release 2.19.0 two SLF4J to Log4j Adapters are provided

https://logging.staged.apache.org/log4j/2.x/log4j-slf4j-impl/index.html https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j2-impl

jonesde commented 1 year ago

Thanks Deepak, good find... when I was looking at this yesterday something seemed off, ie it was odd the release of that one package was missing along with all the other Log4J 2.19.0 releases... so that's where they hid it.