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

2021-04-20 Thread Wilson Velez
Thanks for your answers ! I will stay in 5.6.1 until I finish the upgrade of the application completely, then we will evaluate if we can remove tapestry-jquery completely doing the bridge ourselves for the used jquery components. Thanks again. On Tue, Apr 20, 2021 at 3:21 AM Dmitry Gusev wrote:

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

2021-04-20 Thread Dmitry Gusev
Hi, In addition to what Ben said, there's an open PR in tapestry-jquery that fixes 5.6.2+ compatibility: https://github.com/got5/tapestry5-jquery/pull/394 Not yet merged, but you may release from your own fork if it's really necessary. On Tue, Apr 20, 2021 at 7:07 AM Ben Weidig wrote: > Hi, >

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