In Spring 3 and JSF 2.0 when we wanted to use the JSF view scope we had to introduce custom ViewScope implementation and instruct Spring to pick it up through CustomScopeConfigurer.
Has Spring 4 made any progress in the JSF integration on this front? Or is it still needed to define custom ViewScope implementation to leverage view scope in spring managed beans?
Here is a confirmation from Spring staff of what @fischermatte mentioned: https://jira.spring.io/browse/SPR-6543