Releases: eclipse-ee4j/mojarra
Releases · eclipse-ee4j/mojarra
4.1.5
What's Changed
- Fix NPE during render response on stale flash cookie by @BalusC in #5611
- Regression on
@NotNullby @BalusC in #5612 - Fix #5604: Search expression handler should check for empty expressions by @BalusC in #5613
- Fix #5586: websocket fails to reconnect when app hot-redeploys by @BalusC in #5614
- [4.0] Fix thread-safety issue in ServerSideStateHelper actualMap by @rhusar in #5616
New Contributors
Full Changelog: 4.1.4-RELEASE...4.1.5-RELEASE
4.0.13-RELEASE
What's Changed
- Fix NPE during render response on stale flash cookie by @BalusC in #5611
- Regression on
@NotNullby @BalusC in #5612 - Fix #5604: Search expression handler should check for empty expressions by @BalusC in #5613
- Fix #5586: websocket fails to reconnect when app hot-redeploys by @BalusC in #5614
- [4.0] Fix thread-safety issue in ServerSideStateHelper actualMap by @rhusar in #5616
New Contributors
Full Changelog: 4.0.12-RELEASE...4.0.13-RELEASE
4.1.4
What's Changed
- Improve timing of firing PreRemoveFromViewEvent wrt children by @fanste in #5580
- Add clue to error log when flash is unavailable after server restart without session persistence by @BalusC in #5566
- 4.0 by @BalusC in #5587
- Fix #5577: use autocomplete="one-time-code" by default on view state hidden field by @BalusC in #5581
- Fixed PropertyNotFoundException when using a template inside a composite component by @BalusC in #5592
- HtmlUtils: Upgrade URI encoding to newer RFC by @BalusC in #5593
- Fixed resetValues="true" not working with dynamic fields after form validation errors issue 5576 by @BalusC in #5595
- Fix Bug: preRenderView or postAddToView by @BalusC in #5598
- Fix #5596: BeanValidator should use EL-coerced value as bean property value by @BalusC in #5599
- add IT to prove #5596 by @BalusC in #5597
- remove unused var by @BalusC in #5600
- Fix #5591: add com.sun.faces.disableOptionalELResolver context param to disable the OptionalELResolver by @BalusC in #5602
- Improved #5543; save encoding in session AFTER rendering view by @BalusC in #5603
Full Changelog: 4.1.3-RELEASE...4.1.4-RELEASE
4.0.12-RELEASE
What's Changed
- Improve timing of firing PreRemoveFromViewEvent wrt children by @fanste in #5580
- Add clue to error log when flash is unavailable after server restart without session persistence by @BalusC in #5566
- Mojarra issue 5584 by @BalusC in #5592
- Mojarra issue 5585 by @BalusC in #5593
- Mojarra issue 5576 by @BalusC in #5595
- Issue 5594 by @BalusC in #5598
- Fix #5596: BeanValidator should use EL-coerced value as bean property value by @BalusC in #5599
- add IT to prove #5596 by @BalusC in #5597
- remove unused var by @BalusC in #5600
- Improved #5543; save encoding in session AFTER rendering view by @BalusC in #5603
Full Changelog: 4.0.11-RELEASE...4.0.12-RELEASE
4.1.3
What's Changed
- Don't attempt to set response buffer size on a committed response by @Pandrex247 in #5532
- Don't attempt to set response buffer size on a committed response by @Pandrex247 in #5535
- Handle empty mapping in normalizeRequestURI by @pdudits in #5533
- Fix identity of BindingFacesMessage by @BalusC in #5540
- Fix #5541 by @BalusC in #5545
- Fix Response encoding not stored in the ext context session #5543 by @BalusC in #5544
- isErrorPage() check in RestoreViewPhase fails when thrown exception has a null message by @BalusC in #5529
- Fix #5553 (4.0) by @cmunier in #5555
- Fix resetValues in ajax requests by @wsaca in #5560
- Fix resolution of nested #{cc} by letting EL do it instead of CDI. by @BalusC in #5549
- [4.0] Fix exception handling in WebappLifecycleListener#requestDestroyed() by @TomasHofman in #5567
- Make sure #{request}, #{session} and #{application} also work in OpenWebBeans by @BalusC in #5563
- Fix #5562: support 0x10000-0x10FFFF range in XML as well by @BalusC in #5572
New Contributors
- @pdudits made their first contribution in #5533
- @cmunier made their first contribution in #5555
- @wsaca made their first contribution in #5560
Full Changelog: 4.1.2-RELEASE...4.1.3-RELEASE
4.0.11
What's Changed
- Merge 4.0.10 by @jasondlee in #5568
- Fix resolution of nested #{cc} by letting EL do it instead of CDI. by @BalusC in #5549
- [4.0] Fix exception handling in WebappLifecycleListener#requestDestroyed() by @TomasHofman in #5567
- Make sure #{request}, #{session} and #{application} also work in OpenWebBeans by @BalusC in #5563
- Fix #5562: support 0x10000-0x10FFFF range in XML as well by @BalusC in #5572
Full Changelog: 4.0.10-RELEASE...4.0.11-RELEASE
4.0.10
What's Changed
- 4.0.9 by @BalusC in #5523
- Don't attempt to set response buffer size on a committed response by @Pandrex247 in #5532
- Handle empty mapping in normalizeRequestURI by @pdudits in #5533
- Fix #5541 by @BalusC in #5545
- Fix Response encoding not stored in the ext context session #5543 by @BalusC in #5544
- isErrorPage() check in RestoreViewPhase fails when thrown exception has a null message by @BalusC in #5529
- Fix #5553 (4.0) by @cmunier in #5555
- Fix resetValues in ajax requests by @wsaca in #5560
New Contributors
- @pdudits made their first contribution in #5533
- @cmunier made their first contribution in #5555
- @wsaca made their first contribution in #5560
Full Changelog: 4.0.9-RELEASE...4.0.10-RELEASE
4.1.2
What's Changed
- Fix jakartaee/faces#1906: the taglib should not accept 'var' attribute as a ValueExpression by @BalusC in #5448
- 4.1.1 by @BalusC in #5459
- Fix 5457: revert removal of getBeanClass on Faces artifact producers by @BalusC in #5458
- Fix regression after fixing #5417 by @BalusC in #5467
- Fix XML escaping when writing attributes by @BalusC in #5465
- fix to ensure invalid ELFlash decode exception is caught by @codylerum in #5468
- Move global EL resolvers from static variables to application variables by @OndroMih in #5479
- Add expression language 6.0 Optional and Record resolvers by @arjantijms in #5481
- Fix #5484: api classes should not have impl dependencies by @BalusC in #5485
- 4.0.8 has been released by @BalusC in #5487
- Backport: Fix null reference error when calling faces.ajax.request() by @tnagao7 in #5501
- Fix #5488: non-action ajax event shouldn't trigger action event by @BalusC in #5502
- Add minimal configuration for integration tests by @BalusC in #5469
- Add IT for #5503 by @BalusC in #5504
- Mojarra issue 5507 select one radio with group doesnt render style class nor style by @BalusC in #5508
- Reduce logging level of exception which is already rethrown by @BalusC in #5509
- Backport #5513 from 5.0 into 4.0 by @pizzi80 in #5516
- Fix #5517 by @pizzi80 in #5521
- Fix #5511: don't anymore rely on CodeSource#getLocation() by @BalusC in #5519
New Contributors
Full Changelog: 4.1.1-RELEASE...4.1.2-RELEASE
4.0.9
What's Changed
- Fix #5488: non-action ajax event shouldn't trigger action event by @BalusC in #5502
- Add minimal configuration for integration tests by @BalusC in #5469
- Add IT for #5503 by @BalusC in #5504
- Mojarra issue #5507 select one radio with group doesnt render style class nor style by @BalusC in #5508
- Reduce logging level of exception which is already rethrown by @BalusC in #5509
- Backport #5513 from 5.0 into 4.0 by @pizzi80 in #5516
- Fix #5517 by @pizzi80 in #5521
- Fix #5511: don't rely anymore on CodeSource#getLocation() by @BalusC in #5519
Full Changelog: 4.0.8-RELEASE...4.0.9-RELEASE
4.0.8
What's Changed
- Fix #5445 Dynamic actions not correctly processed by @BalusC in #5446
- Fix #5444: fix StringIndexOutOfBoundsException on corrupted state param by @BalusC in #5447
- Improve timing of firing PreRemoveFromViewEvent wrt children by @BalusC in #5454
- Fix jakartaee/faces#1906: the taglib should not accept 'var' attribute as a ValueExpression by @BalusC in #5448
- Fix #5457: revert removal of getBeanClass on Faces artifact producers by @BalusC in #5458
- Fix regression after fixing #5417 by @BalusC in #5467
- Fix XML escaping when writing attributes by @BalusC in #5465
- fix to ensure invalid ELFlash decode exception is caught by @codylerum in #5468
- Move global EL resolvers from static variables to application variables by @OndroMih in #5479
New Contributors
Full Changelog: 4.0.7-RELEASE...4.0.8-RELEASE