You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2017/04/07 19:46:41 UTC

[jira] [Resolved] (WICKET-6341) Use jQuery 3.x by default in Wicket 8.x

     [ https://issues.apache.org/jira/browse/WICKET-6341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-6341.
-------------------------------------
    Resolution: Later

As discussed in the mailing lists this might not be very good idea!
Upgrading to jQuery 3.x may break applications which use older jQuery plugins.
Each application should decide this for itself!

> Use jQuery 3.x by default in Wicket 8.x
> ---------------------------------------
>
>                 Key: WICKET-6341
>                 URL: https://issues.apache.org/jira/browse/WICKET-6341
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 8.0.0-M4
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>
> As agreed at dev@ (http://markmail.org/message/k4xhbhthf6x44hrg) Wicket 8.x will use jQuery 3.x by default.
> Any application that needs to support older browsers will have to use 
> {code}
>   getJavaScriptLibrarySettings().setJQueryReference(JQuery1xReference.INSTANCE);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)