Don't rely on JSF-RI specific implementation classes for implementation
detection.
----------------------------------------------------------------------------------
Key: SHALE-472
URL: https://issues.apache.org/struts/browse/SHALE-472
Project: Shale
Issue Type: Task
Components: Core
Affects Versions: 1.0.4
Reporter: Ryan Lubke
Shale currently looks for com.sun.faces.config.JSFVersionTracker to determine
the runtime is 1.2 RI.
However, we've recently changed the code so that this class isn't needed. I
was going to remove
it, but I remembered this dependency.
Is the RI/MyFaces determination necessary? Couldn't the API be checked for the
presence of a method added in 1.2
to determine a 1.2 vs 1.1 runtime?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.