Anyone able to do a quick review (at least on the feature and probably a bit the surfacing API) to +1/-1 a potential release?
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/application-development/java-ee-8-high-performance> Le mar. 26 mai 2020 à 13:33, Romain Manni-Bucau <rmannibu...@gmail.com> a écrit : > @James Carman <ja...@carmanconsulting.com> have to admit I was sure we > did (and basically no feedback was received as for jsonschema module) but > seems I can have been wrong on that since I didn't find the mail. Good > catch, and sorry about that. > > @Markus: there is no RFC AFAIK but several impl and languages support so > it is kind of the only de facto standard for such thing (small more > personal feedback is that it is quite used in js world and being able to > back your backend impl with the same config than your frontend is quite key > in apps, it also enables to make JSON configuration way more smooth than it > can be without). > > Side note: in the light I missed a mail about this topic, feel free to > give more feedback on the inclusion of this new feature whatever it is > against or even if you want to go further (create a JSONB integration, etc). > > Romain Manni-Bucau > @rmannibucau <https://twitter.com/rmannibucau> | Blog > <https://rmannibucau.metawerx.net/> | Old Blog > <http://rmannibucau.wordpress.com> | Github > <https://github.com/rmannibucau> | LinkedIn > <https://www.linkedin.com/in/rmannibucau> | Book > <https://www.packtpub.com/application-development/java-ee-8-high-performance> > > > Le mar. 26 mai 2020 à 13:04, Markus Karg <k...@quipsy.de> a écrit : > >> I'm just curious: Is that JSON logic implementing some international >> standard / RFC (like XSL-T) or is it just a Johnzon-specific thing? >> >> -----Ursprüngliche Nachricht----- >> Von: James Carman <ja...@carmanconsulting.com> >> Gesendet: Dienstag, 26. Mai 2020 12:53 >> An: dev@johnzon.apache.org >> Betreff: Re: JSON Logic is landing in our repo >> >> Was the inclusion of this feature already discussed on this list? I see >> the JIRA was created 30 mins ago. I don’t oppose the addition, but wouldn’t >> this be normally the result of a DISCUSS thread or something? >> >> On Tue, May 26, 2020 at 6:26 AM Romain Manni-Bucau <rmannibu...@gmail.com >> > >> wrote: >> >> > Hi everyone, >> > >> > I just pushed a JSON-Logic module in our beloved Johnzon: >> > https://issues.apache.org/jira/browse/JOHNZON-313 >> > >> > It is a widely (for JSON) used expression language where the AST is >> > actually directly JSON. >> > By default it supports common operators (+,-,filter,map,...) and to >> > extract variables from a parameter (thanks JSON-pointer internally) >> > but it is extensible and you can add your own operators. >> > >> > I don't know if it is sufficient to justify a release but wanted to >> > send a heads-up on this new feature. >> > >> > Romain Manni-Bucau >> > @rmannibucau <https://twitter.com/rmannibucau> | Blog >> > <https://rmannibucau.metawerx.net/> | Old Blog >> > <http://rmannibucau.wordpress.com> | Github < >> > https://github.com/rmannibucau> | LinkedIn >> > <https://www.linkedin.com/in/rmannibucau> | Book < >> > https://www.packtpub.com/application-development/java-ee-8-high-perfor >> > mance >> > > >> > >> >