jsr372-experts@javaserverfaces-spec-public.java.net

[jsr372-experts] Re: [jsr372-experts mirror] Working towards Early Draft Review

From: arjan tijms <arjan.tijms_at_gmail.com>
Date: Thu, 30 Jul 2015 16:50:57 +0200

Hi,

Good to have a goal to work towards ;)

On Wed, Jul 29, 2015 at 9:08 PM, Edward Burns <edward.burns_at_oracle.com> wrote:
> * Complete CDI alignment already in process

Working on that with Manfred as we speak.

This is the current overview of the EL implicit variables handled by CDI:

* application
*+ applicationScope (applicationMap)
cc
component
+ cookie (requestCookieMap)
*+? externalContext
*+ facesContext
flash
flowScope
header
headerValues
initParam
param
paramValues
request
requestScope
resource
* session
+ sessionScope (sessionMap)
*+ view (view root)
*+ viewScope (viewMap)

* = Covered by issue 1315
+ = Covered by issue 1316
? = new implicit EL variable

The unmarked entries are not in the 2.3 trunk yet, but I've
implemented them in my private branch here:

https://github.com/omnifaces/mojarra/commit/1fa3ad6f0919eedc613cf21d4390a9d20c80e39c

(but those ones still needs tests and likely some moving around of the
qualifiers, so work in progress)

Kind regards,
Arjan Tijms