Skip to content

2.3.17

Compare
Choose a tag to compare
@arjantijms arjantijms released this 28 Nov 15:52
· 1847 commits to master since this release

Mojarra is Eclipse's implementation of the stable Jakarta Faces 2.3 specification. Jakarta Faces is an MVC server side rendering (SSR) framework.

2.3.17 is a small maintenance release fixing some bugs and a performance enhancement. Prepared for the upcoming PrimeFaces 11 release.

What's Changed

  • #4925 - Guard for empty strings in html response writer by @arjantijms in #4926
  • #4925 - Provide test for #4925 Exception when writing partial response by @arjantijms in #4929
  • #4934 - Add back Performance-optimized version of ComponentSupport.findChildByTagId() by @BalusC
  • #4923 - Deprecate com.sun.faces.enableRestoreView11Compatibility by @BalusC in #4935
  • #4933 - Use CDI#getBeanManager() as fallback to get BeanManager by @BalusC in #4937
  • #4936 - Defensive array checks by @melloware in #4938
  • #4930 - 2.3 IterationManager double checked lock idiom by @melloware in #4984
  • #4983 - JSF 2.3: Query param values containing equals sign not correctly parsed in NavigationHandlerImpl findImplicitMatch by @kmix
  • #4979 - MenuRenderer#createCollection fails when collection is an instance of java.util.Arrays$ArrayList by @christophs78 in #4982
  • #4977 - Flash: does not work in scenarios with rendered response by @christophs78 in #4978
  • #4998 - Flash doPostPhaseActions() should be done before endDocument() by @BalusC

Full Changelog: 2.3.15...2.3.17-RELEASE