apache commons-logging 1.3 and slf4j 1.7x
Vladimir Petko <[email protected]>
| Newsgroups | gmane.comp.jakarta.commons.user |
|---|---|
| Message-ID | <CALFf3kd5nv1y+GqU0eFJ8fOzDwPS7EgLqT5_LDM24FsW03J3JQ@mail.gmail.com> |
Hi, I apologise if this topic was already discussed, but I wonder if the incompatibility between commons-logging 1.3 and slf4j 1.7.x is a known issue? Trying to use both results in "java.lang.IllegalStateException: Recursive update" being thrown due to the logging systems trying to get a logger from each other. I have created a small reproducer on github[1]. Best Regards, Vladimir. [1] https://github.com/vpa1977/commons-logging-reproducer