Re: Log4j2 integration classloading woes

2021-01-23 Thread Dimitrios Jim Piliouras
Hi Eugen, Many thanks for your response, and apologies for the late reply. I followed the JIRA conversation and the various links, and ended up here [1] which seems to be the exact problem I am facing. The thing is that this seems to have resolved on Java side many years ago. I believe I was

Re: Log4j2 integration classloading woes

2021-01-19 Thread Eugen Stan
Hello Dimitris, I think I have encountered the same issue and I found a solution for it while working on OFBiz. See this if it helps: https://issues.apache.org/jira/browse/OFBIZ-12118 And the solution: URLConnection connection = url.openConnection(); // https://issues.apache.org/jira/browse/

Log4j2 integration classloading woes

2021-01-18 Thread Dimitrios Piliouras
Hi folks, I'm trying to integrate log4j2 (and its `MapMessage`) with tools.logging. Everything was going great until the moment I had to depend on this little library, from another project. Everything would work on the REPL, but `lein check` was failing with the most bizarre IOException (Stre