FYI for anyone trying to use Logback 1.1.10 on Wildfly 8. This change will cause your web application to fail to deploy with an exception like this:
Wildfly as its own code for reading META-INF/services files and, in Wildfly 8, it doesn't handle comments properly. See WFLY-4089 for details. Due to the comment in Logback's META-INF/services/javax.servlet.ServletContainerInitializer file it tries to load a class named # See javax.servlet.ServletContainerInitializer javadocs. The problem has been fixed in Wildfly 9 and later. |