[
https://issues.jboss.org/browse/JBEE-133?page=com.atlassian.jira.plugin.s...
]
Shelly McGowan commented on JBEE-133:
-------------------------------------
EL 3.0 API updates merged to master:
https://github.com/jboss/jboss-el-api_spec/commit/e80ad2110a7f5b0dc6441dc...
In src/main/java/javax/el/ExpressionFactory.java
{code}
public static ExpressionFactory newInstance(Properties properties) {
return (ExpressionFactory) FactoryFinder.find(
"javax.el.ExpressionFactory",
"org.apache.el.ExpressionFactoryImpl",
properties);
}
{code}
Need to be sure we have the correct implementation selection once it is decided which one
to use:
org.apache.el.ExpressionFactoryImpl (current)
or
com.sun.el.ExpressionFactoryImpl
Expression Language 3.0 (JSR-341) APIs
--------------------------------------
Key: JBEE-133
URL:
https://issues.jboss.org/browse/JBEE-133
Project: JBoss JavaEE Spec APIs
Issue Type: Sub-task
Components: jboss-javaee-specs
Reporter: Shelly McGowan
Assignee: Shelly McGowan
Fix For: JavaEE 7 Spec APIs 1.0.0.Beta1
--
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