Le ven. 22 avr. 2022 à 01:00, David Blevins <david.blev...@gmail.com> a écrit :
> > On Apr 20, 2022, at 11:12 PM, Romain Manni-Bucau <rmannibu...@gmail.com> > wrote: > > > > Le jeu. 21 avr. 2022 à 03:04, David Blevins <dblev...@tomitribe.com> a > > écrit : > > > >> - https://github.com/apache/johnzon/pull/84 > > > > Commented a few details but it is overall *the* solution! Thanks David! > > Thanks so much for the collaboration on this. A simple thing turned out > to be really cool! > > >> - The current default number of characters in a snippet is 50. We could > >> potentially have a system property to allow users to get more. > >> > > > > Nop, a JsonXxFactory property as all toggles ;) > > +1 for it > > I went ahead and added that code you supplied -- thank you for that! > Where do we document these kinds of parameters? If you have any pointers > I'll try to work that into the next PR along with using this in a few more > places. > We use maven site. so https://github.com/apache/johnzon/blob/master/src/site/markdown/index.md It is not great in terms of browsing but the place we have as of today. Feel free to break it in several places if you think it is better. > > -David > >