[
https://issues.jboss.org/browse/RF-13505?page=com.atlassian.jira.plugin.s...
]
Lukáš Fryč edited comment on RF-13505 at 4/30/14 10:39 AM:
-----------------------------------------------------------
For the current status:
*Benefits of the patch*
* addresses a compatibility with other third-party libraries and custom wrappers
** OmniFaces, PrimeFaces
* makes the implementation future-proof
** by delegating as much tasks as possible to JSF impl
* this branch contains documentation and claritifaction work
In general, this patch should make sure we tackle with interoperability issues (both,
already identified and future ones)
*Compatibility*
* [Mojarra 2.2.6 is
released|https://java.net/jira/secure/ReleaseNote.jspa?projectId=10204&am...]
with the patch included
** included in WildFly 8.1.0.CR1
* [Mojarra
2.2.5-jbossorg-3|https://github.com/jboss/mojarra/commits/2.2.5-jbossorg-3]
contains this patch for 3 months now
** included in WildFly 8.0.0.Final
* [patched in Mojarra
2.1.28|https://java.net/jira/browse/JAVASERVERFACES-3157]
** will this be included in EAP 6.3?
* MyFaces 2.x was always compatible
** in theory, but some testing might be needed (tests pass as far as I can remember)
* risks
** patch is not included in GlassFish 4.0 - we will need to tell people using GF to
upgrade manually
*Suggested action items:*
* look at [the issue Juraj
identified|https://issues.jboss.org/browse/RF-13505?focusedCommentId=1295...]
* re-test compatibility with 4.5 branch
** run integration tests for PartialViewContext on WildFly 8.1.0.CR1 and MyFaces 2.2.x
was (Author: lfryc):
For the current status:
*Benefits of the patch*
* addresses a compatibility with other third-party libraries and custom wrappers
** OmniFaces, PrimeFaces
* makes the implementation future-proof
** by delegating as much tasks as possible to JSF impl
In general, this patch should make sure we tackle with interoperability issues (both,
already identified and future ones)
*Compatibility*
* [Mojarra 2.2.6 is
released|https://java.net/jira/secure/ReleaseNote.jspa?projectId=10204&am...]
with the patch included
** included in WildFly 8.1.0.CR1
* [Mojarra
2.2.5-jbossorg-3|https://github.com/jboss/mojarra/commits/2.2.5-jbossorg-3]
contains this patch for 3 months now
** included in WildFly 8.0.0.Final
* [patched in Mojarra
2.1.28|https://java.net/jira/browse/JAVASERVERFACES-3157]
** will this be included in EAP 6.3?
* MyFaces 2.x was always compatible
** in theory, but some testing might be needed (tests pass as far as I can remember)
* risks
** patch is not included in GlassFish 4.0 - we will need to tell people using GF to
upgrade manually
*Suggested action items:*
* look at [the issue Juraj
identified|https://issues.jboss.org/browse/RF-13505?focusedCommentId=1295...]
* re-test compatibility with 4.5 branch
** run integration tests for PartialViewContext on WildFly 8.1.0.CR1 and MyFaces 2.2.x
Refactor custom tree traversal logic in EPVCI in order to leverage
VisitContextFactory (blocked by Mojarra issue)
-----------------------------------------------------------------------------------------------------------------
Key: RF-13505
URL:
https://issues.jboss.org/browse/RF-13505
Project: RichFaces
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Affects Versions: 5.0.0.Alpha3
Reporter: Lukáš Fryč
Priority: Critical
Fix For: 4.5.0.Alpha3
Original Estimate: 1 day
Remaining Estimate: 1 day
Mojarra issue:
https://java.net/jira/browse/JAVASERVERFACES-3151
We will still need to use some:
* resolve values in runtime
* add IDs for execution of AjaxOutput's
* collect list of meta-components to render
* wrap PartialResponseWriter#endDocument() for RichFaces extensions and JavascriptService
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)