Re: Upgrading to jQuery 3.5.1
Volker Lamp <[email protected]> Thu, 14 Jul 2022 17:14:36 -0000
| Newsgroups | gmane.comp.jakarta.tapestry.devel |
|---|---|
| Message-ID | <pony-107abaf3-eccb-48c7-b9bf-db947ec67af8-dev@tapestry.apache.org> |
Thank you for your response, Ben. > IMO the jquery-migrate plugin shouldn't be included in production by > default, but it could be activated with a symbol constant. I agree. How about -- instead of creating a new configuration symbol -- re-using 'tapestry.javascript-infrastructure-provider'? The default value is still 'prototype', by the way, but I intend to change that (see TAP5-2732). Setting it to 'query-migrate' would enable the jQuery Migration Plugin, for both production or development mode. I'll give it a try and push it to the TAP5-2734 branch when ready.