raipc opened a new pull request, #1164:
URL: https://github.com/apache/logging-log4j2/pull/1164
This PR resolves Log4j initialization problem in Intellij IDEA plugins which
use Log4j2 for logging
```
Caused by: java.lang.ClassCastException: class
com.intellij.util.lang.ZipResourceFile$MyUrlConnection cannot be cast to class
java.net.JarURLConnection
(com.intellij.util.lang.ZipResourceFile$MyUrlConnection is in unnamed module of
loader 'app'; java.net.JarURLConnection is in module java.base of loader
'bootstrap')
at
org.apache.logging.log4j.core.config.ConfigurationSource.getConfigurationSource(ConfigurationSource.java:372)
```
--
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]