Regarding JSF, I have replaced
Code:
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>2.1</version>
</dependency>
With :
Code:
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>2.2.17</version>
</dependency>
in my POM. But what about the ice to ace replacement. For example, in my existing implementation, I have used DomContext in renderer classes which is no longer available in ICEfaces 4.2. How can I resolve this? Similarly I am looking for the replacements of above mentioned components/event.