This repository has been archived by the owner on Mar 20, 2021. It is now read-only.
2.3.1
Mojarra 2.3.1 released
Downloads
notes:
To enable HTTP/2 Server Push support, the following context-param must be set to true, as shown here:
<context-param>
<param-name>com.sun.faces.enablePushResources</param-name>
<param-value>true</param-value>
</context-param>