Re: Roadmap to VELTOOLS 3.0

2018-10-01 Thread Michael Osipov
Am 2018-09-30 um 08:33 schrieb Michael Osipov: Folks, how close are we to verion 3.0, what is holding us off? I'd like to fix (VELTOOLS-174), VELTOOLS-178, and VELTOOLS-179 while Claude should take a look at VELTOOLS-162/-174 and we are set. Some docs and READMEs need an update too. All done

Re: Roadmap to VELTOOLS 3.0

2018-09-30 Thread Michael Osipov
So I have committed a branch for JSON stuff. Have a look. Looks straight forward to me. Michael Am 2018-09-30 um 18:42 schrieb Claude Brisson: > Hi. > > Thanks for your work on the POMs, Michael ! > > About json-simple : > > - I'm not against relying on an external dependency rather than usin

Re: Roadmap to VELTOOLS 3.0

2018-09-30 Thread Michael Osipov
Hi Claude, the new GH fork is on Central: https://search.maven.org/artifact/com.github.cliftonlabs/json-simple/3.0.2/jar I'd use that. You are right, of course, about the library size which I did not check. It so small that is not worth the hassle to be optional or shaded. We can simply incl

Re: Roadmap to VELTOOLS 3.0

2018-09-30 Thread Claude Brisson
Hi. Thanks for your work on the POMs, Michael ! About json-simple :  - I'm not against relying on an external dependency rather than using shading, but github releases aren't directly available as maven dependencies, you have to use third party tools like jitpack. Or maybe I missed something