Hi, Since recently [1] in 8.x we now use the fork with improvements at https://github.com/openjson/openjson Ted Dunning's impl fails badly if the original org.json library is needed as transitive dependency.
IMO we should update the copies in 6.x/7.x with the classes from https://github.com/openjson/openjson as well. To keep 6.x, 7.x and 8.x as close as possible. 1. https://issues.apache.org/jira/browse/WICKET-6329 Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, Mar 12, 2017 at 8:51 PM, Sebastien <[email protected]> wrote: > Hi devs, > > The new underlying json library (open-json from tdunning) does not convert > List properly (there are converted to String) [1] > > I didn't have seen where in Wicket we are returning a converted List in a > json response, but I prefer you are aware :) > > Best regards, > Sebastien. > > [1] https://github.com/tdunning/open-json/issues/12 >
