[richfaces-issues] [JBoss JIRA] (RF-13272) Manage the RichFaces jquery.js dependency with RichWidgets

Brian Leathem (JIRA) jira-events at lists.jboss.org
Mon Oct 21 09:18:02 EDT 2013


    [ https://issues.jboss.org/browse/RF-13272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12823555#comment-12823555 ] 

Brian Leathem commented on RF-13272:
------------------------------------

RichFaces currently uses JQuery 1.8.3:
https://github.com/richfaces/richfaces/blob/master/framework/src/main/resources/META-INF/resources/jquery.js#L2

RichWidgets currently uses jQuery 1.9.0:
https://github.com/richwidgets/richwidgets/blob/master/bower.json#L5

>From the jQuery Core 1.9 Upgrade Guide:
http://jquery.com/upgrade-guide/1.9/
{quote}
jQuery 1.9 removes or modifies several APIs that behaved inconsistently or inefficiently in the past. 
{quote}

We will need to include the jQuery Migrate plugin and use it to collect and correct deprecation warnings:
https://github.com/jquery/jquery-migrate/
{quote}
The uncompressed development version of the jQuery Migrate plugin includes console log output to warn when specific deprecated and/or removed features are being used.
{quote}

                
> Manage the RichFaces jquery.js dependency with RichWidgets
> ----------------------------------------------------------
>
>                 Key: RF-13272
>                 URL: https://issues.jboss.org/browse/RF-13272
>             Project: RichFaces
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: third-party
>            Reporter: Brian Leathem
>            Assignee: Brian Leathem
>             Fix For: 5.0.0.Alpha2
>
>   Original Estimate: 30 minutes
>  Remaining Estimate: 30 minutes
>
> The jQuery UI dependencies are currently set within RichWidgets and copied into RichFaces via a grunt task.
> The jQuery.js dpendency should be similarly managed.  While making this change, the jQuery.js library should be changed to _com.jquery_.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list