dependabot[bot] opened a new pull request, #1455: URL: https://github.com/apache/syncope/pull/1455
Bumps [org.glassfish:jakarta.faces](https://github.com/eclipse-ee4j/mojarra) from 4.1.9 to 4.1.10. <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.1.10 has been released</h2> <ul> <li>Maven Central: <a href="https://repo1.maven.org/maven2/org/glassfish/jakarta.faces/4.1.10/">https://repo1.maven.org/maven2/org/glassfish/jakarta.faces/4.1.10/</a></li> <li>Milestone: <a href="https://github.com/eclipse-ee4j/mojarra/milestone/75?closed=1">https://github.com/eclipse-ee4j/mojarra/milestone/75?closed=1</a></li> </ul> <h2>What's Changed</h2> <ul> <li>Fix <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5733">#5733</a>: fallback using response encoding when request encoding is by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5734">eclipse-ee4j/mojarra#5734</a></li> <li>Backport of inline js for non-CSP apps by <a href="https://github.com/jasondlee"><code>@jasondlee</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5732">eclipse-ee4j/mojarra#5732</a></li> <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 feature pack coords for WildFly 40 Final, EE 11 variant by <a href="https://github.com/jasondlee"><code>@jasondlee</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5743">eclipse-ee4j/mojarra#5743</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, developed on 4.1 and 5.0 under the <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5753">#5753</a> performance-review effort (the paired 4.0 backports are included in the compare range below):</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) by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5759">eclipse-ee4j/mojarra#5759</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 by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5761">eclipse-ee4j/mojarra#5761</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>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/5764">eclipse-ee4j/mojarra#5764</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>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/5767">eclipse-ee4j/mojarra#5767</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>Reduce per-component buildView/render overhead (lazy state map, UIOutput converter, rendererType, AttributesMap getter) by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5770">eclipse-ee4j/mojarra#5770</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/5774">#5774</a> into 4.1 by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5776">eclipse-ee4j/mojarra#5776</a></li> <li>Reduce per-component request-pipeline overhead by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5777">eclipse-ee4j/mojarra#5777</a></li> <li>Partial-state-saving and component-tree-walk performance improvements by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5778">eclipse-ee4j/mojarra#5778</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>Replace composite-expression cache with guard + per-attribute memoization by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5782">eclipse-ee4j/mojarra#5782</a></li> <li>Consolidate and calibrate the test/perf benchmark scenarios by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5781">eclipse-ee4j/mojarra#5781</a></li> <li>Make dynamic component add/remove restore O(N) instead of O(N²) by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5783">eclipse-ee4j/mojarra#5783</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>Postback/render performance: dynamic-action regression fix + CDI & event-dispatch overhead (<a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5753">#5753</a>) by <a href="https://github.com/BalusC"><code>@BalusC</code></a> in <a href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5785">eclipse-ee4j/mojarra#5785</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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/113d89826aa541b1f3e7092a6785b01ddc65263f"><code>113d898</code></a> Prepare release 4.1.10</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/bbd20eef3f4dc3cd8a7d5f0e90a2693c27da7147"><code>bbd20ee</code></a> add convenience links to mvnrepo (to quickly find available versions)</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/4f5d83f923ae28f84c7bbd5f1feeafdb57923f58"><code>4f5d83f</code></a> print averages by scenario as well</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/4aa6c87eb9c2a6faba4b980f9538a35e11db8541"><code>4aa6c87</code></a> Catch up "Tuning state saving" section</li> <li><a href="https://github.com/eclipse-ee4j/mojarra/commit/1dc9627f2a02eeef73abfbe07cca32233fc7d32f"><code>1dc9627</code></a> Merge <a href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5853">#5853</a> from 4.0 into 4.1</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>Additional commits viewable in <a href="https://github.com/eclipse-ee4j/mojarra/compare/4.1.9-RELEASE...4.1.10-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]
