[
https://issues.jboss.org/browse/RF-12745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765022#comment-12765022
]
Lukáš Fryč edited comment on RF-12745 at 4/4/13 11:36 AM:
----------------------------------------------------------
After assessing and fixing some deprecations
* Guava deprecated {{MapMaker.makeComputingMap}}
* internally deprecated {{getNestingForm(FacesContext, UIComponent)}} replaced
with {{getNestingForm(UIComponent)}}
we can see following list:
{code}
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/view/facelets/MethodMetadata.java:[26,21]
[deprecation] MethodBinding in javax.faces.el has been deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/AbstractTopic.java:[33,37]
[deprecation] SessionTopicListener in org.richfaces.application.push has been
deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/common/ValueBindingValueExpressionAdaptor.java:[27,21]
[deprecation] EvaluationException in javax.faces.el has been deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/common/ValueBindingValueExpressionAdaptor.java:[28,21]
[deprecation] PropertyNotFoundException in javax.faces.el has been deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/common/ValueBindingValueExpressionAdaptor.java:[29,21]
[deprecation] ValueBinding in javax.faces.el has been deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/common/ValueBindingValueExpressionAdaptor.java:[35,56]
[deprecation] ValueBinding in javax.faces.el has been deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/SessionTopicListenerWrapper.java:[24,37]
[deprecation] EventAbortedException in org.richfaces.application.push has been
deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/SessionTopicListenerWrapper.java:[27,37]
[deprecation] SessionTopicListener in org.richfaces.application.push has been
deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/view/facelets/html/AjaxPollHandler.java:[56,53]
[deprecation] setAction(MethodBinding) in UICommand has been deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/view/facelets/html/AjaxPollHandler.java:[70,53]
[deprecation] setActionListener(MethodBinding) in UICommand has been deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/SessionTopicEvent.java:[51,83]
[deprecation] SessionTopicListener in org.richfaces.application.push has been
deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/AbstractTopic.java:[85,32]
[deprecation] SessionTopicListener in org.richfaces.application.push has been
deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/AbstractTopic.java:[86,56]
[deprecation] SessionTopicListener in org.richfaces.application.push has been
deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/AbstractTopic.java:[93,37]
[deprecation] SessionTopicListener in org.richfaces.application.push has been
deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/iteration/AbstractExtendedDataTable.java:[222,59]
[deprecation] ValueBinding in javax.faces.el has been deprecated
{code}
was (Author: lfryc):
After assessing and fixing some deprecations, we can see following list:
{code}
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/view/facelets/MethodMetadata.java:[26,21]
[deprecation] MethodBinding in javax.faces.el has been deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/AbstractTopic.java:[33,37]
[deprecation] SessionTopicListener in org.richfaces.application.push has been
deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/common/ValueBindingValueExpressionAdaptor.java:[27,21]
[deprecation] EvaluationException in javax.faces.el has been deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/common/ValueBindingValueExpressionAdaptor.java:[28,21]
[deprecation] PropertyNotFoundException in javax.faces.el has been deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/common/ValueBindingValueExpressionAdaptor.java:[29,21]
[deprecation] ValueBinding in javax.faces.el has been deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/common/ValueBindingValueExpressionAdaptor.java:[35,56]
[deprecation] ValueBinding in javax.faces.el has been deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/SessionTopicListenerWrapper.java:[24,37]
[deprecation] EventAbortedException in org.richfaces.application.push has been
deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/SessionTopicListenerWrapper.java:[27,37]
[deprecation] SessionTopicListener in org.richfaces.application.push has been
deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/view/facelets/html/AjaxPollHandler.java:[56,53]
[deprecation] setAction(MethodBinding) in UICommand has been deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/view/facelets/html/AjaxPollHandler.java:[70,53]
[deprecation] setActionListener(MethodBinding) in UICommand has been deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/SessionTopicEvent.java:[51,83]
[deprecation] SessionTopicListener in org.richfaces.application.push has been
deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/AbstractTopic.java:[85,32]
[deprecation] SessionTopicListener in org.richfaces.application.push has been
deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/AbstractTopic.java:[86,56]
[deprecation] SessionTopicListener in org.richfaces.application.push has been
deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/application/push/impl/AbstractTopic.java:[93,37]
[deprecation] SessionTopicListener in org.richfaces.application.push has been
deprecated
[WARNING]
/mnt/workspace/workspaces/richfaces5/richfaces5/framework/src/main/java/org/richfaces/ui/iteration/AbstractExtendedDataTable.java:[222,59]
[deprecation] ValueBinding in javax.faces.el has been deprecated
{code}
> Assess and fix deprecations in Maven compile step
> -------------------------------------------------
>
> Key: RF-12745
> URL: https://issues.jboss.org/browse/RF-12745
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Affects Versions: 5.0.0.Alpha1
> Reporter: Lukáš Fryč
> Assignee: Lukáš Fryč
> Labels: rf5-build
> Fix For: 5.0.0.Alpha1
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
--
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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues