>>>>> On Fri, 21 Aug 2015 21:45:08 +0000, arjan_t_at_java.net said:
AT>
https://java.net/jira/browse/JAVASERVERFACES_SPEC_PUBLIC-1386, Temp EL name change to fix tests, r=mriem
AT> Index: trunk/jsf-ri/src/main/java/com/sun/faces/cdi/FlowMapProducer.java
AT> ===================================================================
AT> --- trunk/jsf-ri/src/main/java/com/sun/faces/cdi/FlowMapProducer.java (revision 15035)
AT> +++ trunk/jsf-ri/src/main/java/com/sun/faces/cdi/FlowMapProducer.java (revision 15036)
AT> @@ -65,7 +65,7 @@
AT> private static final long serialVersionUID = 1L;
AT> public FlowMapProducer() {
AT> - super.name("flowScope")
AT> + super.name("flowScopex")
AT> .scope(FlowScoped.class)
AT> .qualifiers(new FlowMapAnnotationLiteral())
AT> .types(
Hello Arjan,
I realize this is temporary, but does this impact existing JSF 2.2 apps
or is the "flowScopex" implicit object only relevant of you opt-in to
the new producers?
Also, can you or Manfred please explain to the list how the developer
does opt-in to the new producers?
Thanks,
Ed
--
| edward.burns_at_oracle.com | office: +1 407 458 0017
| 51 Business days til JavaOne 2015
| 66 Business days til DOAG 2015