dependabot[bot] opened a new pull request, #7468: URL: https://github.com/apache/myfaces-tobago/pull/7468
Bumps [org.glassfish:jakarta.faces](https://github.com/eclipse-ee4j/mojarra) from 4.0.18 to 4.0.19. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eclipse-ee4j/mojarra/releases">org.glassfish:jakarta.faces's releases</a>.</em></p> <blockquote> <h2>4.0.19 has been released</h2> <ul> <li>Maven Central: <a href="https://repo1.maven.org/maven2/org/glassfish/jakarta.faces/4.0.19/">https://repo1.maven.org/maven2/org/glassfish/jakarta.faces/4.0.19/</a></li> <li>Milestone: <a href="https://github.com/eclipse-ee4j/mojarra/milestone/76?closed=1">https://github.com/eclipse-ee4j/mojarra/milestone/76?closed=1</a></li> </ul> <h2>What's Changed</h2> <ul> <li>Add a WildFly profile for testing by <a href="https://github.com/jasondlee"><code>@jasondlee</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5738">eclipse-ee4j/mojarra#5738</a></li> <li>Fix <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5735">#5735</a>: add MojarraVersion so faces.js gets v= param by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5737">eclipse-ee4j/mojarra#5737</a></li> <li>Issue 5741 - Fix CSP-related rendering in OutcomeTargetButtonRenderer by <a href="https://github.com/jasondlee"><code>@jasondlee</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5742">eclipse-ee4j/mojarra#5742</a></li> <li>Update WildFly feature pack version to 40.0.0.Final by <a href="https://github.com/jasondlee"><code>@jasondlee</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5744">eclipse-ee4j/mojarra#5744</a></li> <li>Fix <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5750">#5750</a>: NPE when extensionless mapping is used without faces config by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5751">eclipse-ee4j/mojarra#5751</a></li> <li>Fix <a href="ui:debug">ui:debug</a> under CSP: drop gratuitous eval in generated script by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5765">eclipse-ee4j/mojarra#5765</a></li> <li>Fix NPE rendering h:inputText with pt: attribute and f:ajax <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5772">#5772</a> by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5773">eclipse-ee4j/mojarra#5773</a></li> <li>Emit a development-stage warning when a component binding is not request scoped by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5790">eclipse-ee4j/mojarra#5790</a></li> <li>Treat a declared default as satisfying a required composite attribute by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5820">eclipse-ee4j/mojarra#5820</a></li> <li>Fix <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5837">#5837</a> render event handler attribute once when set via expression by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5839">eclipse-ee4j/mojarra#5839</a></li> <li>Do not destroy the <a href="https://github.com/ViewScoped"><code>@ViewScoped</code></a> beans of a view map which is still in use by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5845">eclipse-ee4j/mojarra#5845</a></li> </ul> <h3>Performance review (<a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5753">#5753</a>)</h3> <p>A large batch of Faces lifecycle performance improvements, backported from 4.1/5.0 under the <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5753">#5753</a> performance-review effort:</p> <ul> <li>Reduce component tree allocations + cache resolved Renderer to speed up Restore View / Render Response by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5754">eclipse-ee4j/mojarra#5754</a></li> <li>Cache CDI bean resolution to eliminate per-render BeanManager lookups by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5752">eclipse-ee4j/mojarra#5752</a></li> <li>Response-writer performance improvements (range-emit + buffer elimination) by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5755">eclipse-ee4j/mojarra#5755</a></li> <li>Add test/perf benchmark module to compare Faces lifecycle phase timings across mojarra branches by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5756">eclipse-ee4j/mojarra#5756</a></li> <li>Three small request-hot-path improvements: FacetsMap empty short-circuit, descriptor-map computeIfAbsent, and UIData/UIRepeat restore-state hoist by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5757">eclipse-ee4j/mojarra#5757</a></li> <li>Reduce request-pipeline overhead (state, traversal, render output, events) — 4.0 backport by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5760">eclipse-ee4j/mojarra#5760</a></li> <li>Fix slow RESTORE_VIEW: replace the descendant-mark-id cache with a refresh-gated direct scan — 4.0 backport by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5762">eclipse-ee4j/mojarra#5762</a></li> <li>Backport <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5764">#5764</a> to 4.0: reduce RESTORE_VIEW overhead (dynamic-add gate, field-backed Facelets markers, ancestor memoization) by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5766">eclipse-ee4j/mojarra#5766</a></li> <li>Backport <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5767">#5767</a> to 4.0: eliminate nested UIData/UIRepeat per-row state cost; field-back UIInput hot properties by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5768">eclipse-ee4j/mojarra#5768</a></li> <li>Backport <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5770">#5770</a> to 4.0: reduce per-component buildView/render overhead by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5771">eclipse-ee4j/mojarra#5771</a></li> <li>Backport <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5774">#5774</a> into 4.0 by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5775">eclipse-ee4j/mojarra#5775</a></li> <li>Backport <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5777">#5777</a> and <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5778">#5778</a> into 4.0 by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5779">eclipse-ee4j/mojarra#5779</a></li> <li>Backport <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5781">#5781</a>, <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5782">#5782</a>, <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5783">#5783</a> into 4.0 by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5784">eclipse-ee4j/mojarra#5784</a></li> <li>Backport <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5785">#5785</a> into 4.0 by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5786">eclipse-ee4j/mojarra#5786</a></li> <li>Backport <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5791">#5791</a> and <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5793">#5793</a> into 4.0 by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5794">eclipse-ee4j/mojarra#5794</a></li> <li>Backport <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5796">#5796</a> to 4.0: reduce attribute-handling reflective overhead by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5797">eclipse-ee4j/mojarra#5797</a></li> <li>Backport <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5798">#5798</a> into 4.0 — reduce render/decode StateHelper and reflective overhead by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5799">eclipse-ee4j/mojarra#5799</a></li> <li>Fix CCE in isRendered() on String-valued rendered expression (regression from <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5754">#5754</a>) by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5801">eclipse-ee4j/mojarra#5801</a></li> <li>Cut per-component createComponent overhead in buildView (backport <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5800">#5800</a> to 4.0) by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5802">eclipse-ee4j/mojarra#5802</a></li> <li>Field-back component value expressions to cut Restore View cost (4.0 backport) by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5806">eclipse-ee4j/mojarra#5806</a></li> <li>Backport <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5807">#5807</a> to 4.0: Render children appended during a parent's own encode by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5808">eclipse-ee4j/mojarra#5808</a></li> <li>Backport <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5811">#5811</a> to 4.0: Skip redundant render-time facelet re-apply for static views by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5812">eclipse-ee4j/mojarra#5812</a></li> <li>Backport <a href="https://redirect.github.com/jakartaee/faces/issues/2191">jakartaee/faces#2191</a> to 4.0: skip redundant composite-flag re-derivation on Restore View walk by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5813">eclipse-ee4j/mojarra#5813</a></li> <li>Default the render-time facelet re-apply skip; rename its param by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5815">eclipse-ee4j/mojarra#5815</a></li> <li>Re-apply views with dynamic f:view / f:loadBundle inputs (regression from <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5811">#5811</a>) by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5816">eclipse-ee4j/mojarra#5816</a></li> <li>Backport Restore View allocation reductions (<a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5818">#5818</a>, faces#2194) to 4.0 by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5819">eclipse-ee4j/mojarra#5819</a></li> <li>Backport <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5821">#5821</a> to 4.0: three view-lifecycle perf levers by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5822">eclipse-ee4j/mojarra#5822</a></li> <li>Backport <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5824">#5824</a> to 4.0: c:forEach render-reapply skip + ViewScope FacesContext dedup by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5825">eclipse-ee4j/mojarra#5825</a></li> <li>Backport converter + c:forEach caching to 4.0 (<a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5828">#5828</a>, <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5829">#5829</a>, <a href="https://redirect.github.com/jakartaee/faces/issues/2199">jakartaee/faces#2199</a>) by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5831">eclipse-ee4j/mojarra#5831</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/afe5fb4cd431ffc14abbf69b181a074b33036956"><code>afe5fb4</code></a> Prepare release 4.0.19</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/efb156514da63bc7aa380bfc13dded3a869b6a90"><code>efb1565</code></a> Merge pull request <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5853">#5853</a> from eclipse-ee4j/backport_perf_5848_5849_5851_2209</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/f50c0044960b1e40991aa53c3c422fedd6de934f"><code>f50c004</code></a> Persist system-event listeners in the partial-state delta only when changed</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/8cd9857c092bcbb9892d3199fa5439a43bbca9f2"><code>8cd9857</code></a> Improve dynamic component add/remove performance (INVOKE_APPLICATION)</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/1645c88666b6f55f88cc86e64dc4409d19b7102a"><code>1645c88</code></a> Replace legacy collection and string types on hot paths</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/2cf2c9859f01919221898ce2722ee2e0b1513568"><code>2cf2c98</code></a> Skip the redundant dynamic-child reorder in buildView when already in order</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/52090a5487a39625c8ed4befbb859b3919375fe8"><code>52090a5</code></a> Merge pull request <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5847">#5847</a> from eclipse-ee4j/improve_validation_el_and_buildvie...</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/5cc7e0fe433ad0f75086b18ad526cb135991e808"><code>5cc7e0f</code></a> Test that UIInput.validate skips the previous-value read</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/65ba7091646365f0adc5b2951a643fe5e09d3b27"><code>65ba709</code></a> Cut two per-component map round trips out of buildView</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/5e789885bb63c7e57d16cec510746cf08f457fe5"><code>5e78988</code></a> Reuse the pushed CompositeComponentStackManager when popping</li> <li>Additional commits viewable in <a href="https://github.com/eclipse-ee4j/mojarra/compare/4.0.18-RELEASE...4.0.19-RELEASE">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
