[jira] [Resolved] (MYFACES-4102) Check improvements in FlowHandler for JSF 2.3

2017-05-16 Thread Leonardo Uribe (JIRA)

 [ 
https://issues.apache.org/jira/browse/MYFACES-4102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonardo Uribe resolved MYFACES-4102.
-
   Resolution: Fixed
Fix Version/s: 2.3.0

It was checked enter to a flow from f:viewAction, FlowScoped requires 
NormalScope(passivating=true). The remaining issues were done in 2.2 branch, so 
everything looks just fine.

> Check improvements in FlowHandler for JSF 2.3
> -
>
> Key: MYFACES-4102
> URL: https://issues.apache.org/jira/browse/MYFACES-4102
> Project: MyFaces Core
>  Issue Type: Improvement
>  Components: JSR-372
>Reporter: Leonardo Uribe
>Assignee: Leonardo Uribe
> Fix For: 2.3.0
>
>
> There are some small changes in FlowHandler we need to check. I guess this 
> was done some time ago, but this requires at least one junit test case.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (MYFACES-4078) Expose StateCacheFactory/StateCache as a SPI service

2017-05-16 Thread Leonardo Uribe (JIRA)

 [ 
https://issues.apache.org/jira/browse/MYFACES-4078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonardo Uribe resolved MYFACES-4078.
-
   Resolution: Fixed
Fix Version/s: 2.3.0

StateCacheFactory was deprecated and replaced as 
org.apache.myfaces.spi.StateCacheProvider

> Expose StateCacheFactory/StateCache as a SPI service
> 
>
> Key: MYFACES-4078
> URL: https://issues.apache.org/jira/browse/MYFACES-4078
> Project: MyFaces Core
>  Issue Type: New Feature
>  Components: JSR-372
>Reporter: Leonardo Uribe
>Assignee: Leonardo Uribe
> Fix For: 2.3.0
>
>
> Discussing some stuff in the EG, I have notice that the view state algorithm 
> now is well understood, and it could be useful to expose 
> StateCache/StateCacheFactory as an SPI interface.
> In that way, developers could override the default StateCacheFactory and 
> provide its own view state saving solution.
> No changes in code are required besides expose StateCacheFactory as an SPI 
> service



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (TOBAGO-1719) Update Bootstrap to 4.0.0 alpha 6 (from alpha 5)

2017-05-16 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16012714#comment-16012714
 ] 

Hudson commented on TOBAGO-1719:


SUCCESS: Integrated in Jenkins build Tobago Trunk #887 (See 
[https://builds.apache.org/job/Tobago%20Trunk/887/])
TOBAGO-1719 Update Bootstrap to 4.0.0 alpha 6 (from alpha 5)
* simplify CSS handling with .tobago-links (.tobago-links:not(.dropdown-item) 
removed) (hnoeth: [http://svn.apache.org/viewvc/?view=rev=1795336])
* (edit) tobago-trunk/tobago-core/src/main/resources/scss/_tobago.scss


> Update Bootstrap to 4.0.0 alpha 6 (from alpha 5)
> 
>
> Key: TOBAGO-1719
> URL: https://issues.apache.org/jira/browse/TOBAGO-1719
> Project: MyFaces Tobago
>  Issue Type: Task
>  Components: Themes
>Reporter: Udo Schnurpfeil
>Assignee: Udo Schnurpfeil
>Priority: Minor
> Fix For: 3.1.0
>
>
> Checking also updating this build dependencies:
> * frontend-maven-plugin 1.4 (/)
> * node v6.10.2 (/)
> * npm 3.10.10 (/)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (TOBAGO-1719) Update Bootstrap to 4.0.0 alpha 6 (from alpha 5)

2017-05-16 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16012523#comment-16012523
 ] 

Hudson commented on TOBAGO-1719:


SUCCESS: Integrated in Jenkins build Tobago Trunk #885 (See 
[https://builds.apache.org/job/Tobago%20Trunk/885/])
TOBAGO-1719 Update Bootstrap to 4.0.0 alpha 6 (from alpha 5)
* fix positioning of sheet-paging (hnoeth: 
[http://svn.apache.org/viewvc/?view=rev=1795312])
* (edit) tobago-trunk/tobago-core/src/main/resources/scss/_tobago.scss


> Update Bootstrap to 4.0.0 alpha 6 (from alpha 5)
> 
>
> Key: TOBAGO-1719
> URL: https://issues.apache.org/jira/browse/TOBAGO-1719
> Project: MyFaces Tobago
>  Issue Type: Task
>  Components: Themes
>Reporter: Udo Schnurpfeil
>Assignee: Udo Schnurpfeil
>Priority: Minor
> Fix For: 3.1.0
>
>
> Checking also updating this build dependencies:
> * frontend-maven-plugin 1.4 (/)
> * node v6.10.2 (/)
> * npm 3.10.10 (/)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Re: Only 3 Issues Left for MyFaces 2.3.0-beta release

2017-05-16 Thread Dennis Kieselhorst
Thanks a lot Leo, looking forward to it.

Cheers
Dennis


Re: Only 3 Issues Left for MyFaces 2.3.0-beta release

2017-05-16 Thread Thomas Andraschko
Great! Thanks for your effort leo!

Am Dienstag, 16. Mai 2017 schrieb Leonardo Uribe :

> Hi
>
> I just wanted to point out that every major feature in JSF 2.3 has already
> been implemented and there are only 3 issues left.
>
> MYFACES-4078 Expose StateCacheFactory/StateCache as a SPI service
> MYFACES-4102 Check improvements in FlowHandler for JSF 2.3
> MYFACES-4097 Implement CDI changes for @FacesConfig
>
> This means a beta release will be done very soon.
>
> regards,
>
> Leonardo Uribe
>