Re: Question about JSONObject in versions 5.6.2, 5.6.3. and 5.6.4

2021-04-19 Thread Ben Weidig
Hi, it's a known problem with 5.6.2+ and JSONObject that came to light recently. An updated version of tapestry-json improvements were introduced with 5.7.0, but got backported to 5.6.2. JSONObject is now a full-fledged Map, which lead to a signature change being introduced. It slipped through i

Question about JSONObject in versions 5.6.2, 5.6.3. and 5.6.4

2021-04-19 Thread Wilson Velez
There is a weird behavior with the tags 5.6.2, 5.6.3. and 5.6.4, I don't know if this is expected. I'm having a problem trying to upgrade from 5.6.1. When I change the version to 5.6.2, 5.6.3. or 5.6.4 the org.got5.tapestry5.jquery.utils.JQueryUtils#merge method throws the exception: java.lang.No