Skip to content

4.0.6

Latest
Compare
Choose a tag to compare
@arjantijms arjantijms released this 13 Mar 11:53
· 381 commits to master since this release

What's Changed

  • [4.0] [5345] Do not override application-specified "com.sun.faces.enableDistributable" value. by @pferraro in #5347
  • Merge 4.0.5 release branch in 4.0 by @arjantijms in #5356
  • Make sure that ViewHandler#getViews() also returns programmatic facelets by @BalusC in #5369
  • Remove jakarta.faces.visit.SKIP_ITERATION by @BalusC in #5371
  • UIInput#getSubmittedValue() must also consider isLocalValueSet() when INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL=true by @BalusC in #5387
  • #5383 cleanup facelets encoding management by @BalusC in #5385
  • #5389: Fix wrong base url to validate contracts resource by @BalusC in #5390
  • #5375: jfwid may not leak session id by @BalusC in #5402
  • PartialViewContextImpl should use same VisitContext to reset values as the one used to process the execute and render by @BalusC in #5397
  • Add session mutex by @BalusC in #5393
  • Consider ClosedChannelException as well when checking for connection abort by @BalusC in #5394
  • Migrate JUnit4 to JUnit5 and EasyMock/PowerMock to Mockito by @BalusC in #5409
  • Micro optimization to clarify intent of viewMap.clear() in setViewRoot() by @BalusC in #5410
  • Reduce logging level of exception which is already rethrown by @BalusC in #5411

Full Changelog: 4.0.5-RELEASE...4.0.6-RELEASE