Re: Clojure service engine proposal for inclusion

2021-07-28 Thread Eugen Stan
Hello Nicolas, Thanks for the suggestions. I've made a PR for this: https://github.com/apache/ofbiz-framework/pull/317 * has a service test * has a service example (defn echo-service "Echo back all the parameters" [dctx ctx] (doto (new java.util.LinkedHashMap) (.putAll ctx)

Re: JFrog to shut down jcenter

2021-07-28 Thread Jacques Le Roux
Thanks Girish, Reluctant to clean all my cache (1 GB to download again for the 3 branches), I have tried 1st to manually remove only but all the syndication files in cache to no avail.  I mean the files where put back when building. I then used --refresh-dependencies, the build worked too.