JSF 2.3 changes

A quick run down on the issues fixed since the last summary


    #1325 - Let CDI handle #{applicationScope}
    #1311 - Let CDI handle #{facesContext} EL resolving
    #1323 - Support @Inject for the applicationMap
    #1322 - Simplify #{externalContext} to use ExternalContextProducer
    #1309 - Support @Inject for ExternalContext
    #527  - Support @Inject for FacesContext
        

Please test drive the latest 2.3.0-m01-SNAPSHOT and lets me know about any issues.

Posted October 16, 2014

Up