]
Brian Leathem resolved RF-13495.
--------------------------------
Resolution: Done
Adpat the component renderers to use the doEndocde*/doDecode*
methods
---------------------------------------------------------------------
Key: RF-13495
URL:
https://issues.jboss.org/browse/RF-13495
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: build/distribution
Affects Versions: 4.5.0.Alpha1
Environment: RichFaces 4.5.0-SNAPSHOT
all environments (OS/JDK/Maven)
Reporter: Pavol Pitonak
Assignee: Brian Leathem
Priority: Blocker
Fix For: 4.5.0.Alpha2
# git clone
https://github.com/richfaces4/components.git
# git checkout 4.5.x
# mvn clean install
result:
{code}
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/mnt/hudson_workspace/workspace/richfaces-4.5-components/components/a4j/src/main/java/org/richfaces/renderkit/html/AjaxStatusRenderer.java:[166,16]
error: encodeEnd(FacesContext,UIComponent) in AjaxStatusRenderer cannot override
encodeEnd(FacesContext,UIComponent) in RendererBase
[ERROR]
/mnt/hudson_workspace/workspace/richfaces-4.5-components/components/a4j/src/main/java/org/richfaces/renderkit/html/AjaxOutputPanelRenderer.java:[55,16]
error: encodeChildren(FacesContext,UIComponent) in AjaxOutputPanelRenderer cannot override
encodeChildren(FacesContext,UIComponent) in RendererBase
[INFO] 2 errors
{code}
* see also
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/RichFaces/view/4.5/...
* it seems to be cause by a change in 5.0, not 4.5
--
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: