This repository has been archived by the owner on Mar 20, 2021. It is now read-only.
Releases: javaee/mojarra
Releases · javaee/mojarra
2.2.8-28 release
2.2.8-26
Bug Fixed:
- Bug 27155577 - MISSING A MESSAGE WHEN RENDERING BY BROWSER WITH FILE UPLOAD
2.2.15
2.3.3
2.2.8-24
2.3.2
2.2.8-23
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>