Re: Cognitect joins Nubank!

2020-07-23 Thread Eugen Stan
On Thu, Jul 23, 2020 at 7:04 AM Rich Hickey > wrote: We are excited to announce that Cognitect is joining the Nubank family of companies: https://cognitect.com/blog/2020/07/23/Cognitect-Joins-Nubank Clojure remains independent, and development and

Re: what is currently considered a good blog engine, written in Clojure?

2020-12-13 Thread Eugen Stan
On 13.12.2020 10:11, Christopher Small wrote: Oz (in addition to being a dataviz tookit) has evolved into the realm of static site generation , complete with live code reloading. Simply |(require '[oz.core :as oz]) (oz/build! [{:from

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(); //