[jboss-jira] [JBoss JIRA] (JBEE-133) Expression Language 3.0 (JSR-341) APIs

Shelly McGowan (JIRA) jira-events at lists.jboss.org
Mon Mar 25 14:09:42 EDT 2013


    [ https://issues.jboss.org/browse/JBEE-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12763030#comment-12763030 ] 

Shelly McGowan commented on JBEE-133:
-------------------------------------

EL 3.0 API updates merged to master:
https://github.com/jboss/jboss-el-api_spec/commit/e80ad2110a7f5b0dc6441dcf01523520cdb84fbe

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


More information about the jboss-jira mailing list