How to disable accessExternalDTD and entityExpansionLimit warnings with logback
This is a known bug in the JRE that reports this as an warning. See bug reports here and here The issue happens only when you have xerces jar in your classpath, the xerces implementation does not recognize the property and throws an exception on org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.setProperty() which results in a warning log (to System.err) from … Read more