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

2021-04-20 Thread Wilson Velez
> - Shade the dependency and make the changes yourself > > > > - Stay on 5.6.1 until the dependency is updated > > > > > > I'm in the process of updating the documentation/release notes, so it's > > clearer what the problem is. > > > &g

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

How to force the loading order of javascript libraries and modules? (jquery, jquery-ui, bootstrap)

2021-04-14 Thread Wilson Velez
I'm upgrading an application from tapestry 5.3.8 to 5.6.2. We use tapestry-jquery and an old bootstrap. Currently there is a mixin to copy some text to the clipboard and at the end of the script we inform the user that the text has been copied with a tooltip. define([], function() { var copyToCl