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
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/
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