dependabot[bot] opened a new pull request, #7564:
URL: https://github.com/apache/myfaces-tobago/pull/7564

   Bumps [org.glassfish:jakarta.faces](https://github.com/eclipse-ee4j/mojarra) 
from 4.0.22 to 4.0.23.
   <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.23 has been released</h2>
   <ul>
   <li>Maven Central: <a 
href="https://repo1.maven.org/maven2/org/glassfish/jakarta.faces/4.0.23/";>https://repo1.maven.org/maven2/org/glassfish/jakarta.faces/4.0.23/</a></li>
   <li>Milestone: <a 
href="https://github.com/eclipse-ee4j/mojarra/milestone/83?closed=1";>https://github.com/eclipse-ee4j/mojarra/milestone/83?closed=1</a></li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>Expand ui:include RCE integration test coverage by <a 
href="https://github.com/jasondlee";><code>@​jasondlee</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5916";>eclipse-ee4j/mojarra#5916</a></li>
   <li>Sort out FACELETS_SUFFIX and FACELETS_VIEW_MAPPINGS semantics by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5922";>eclipse-ee4j/mojarra#5922</a></li>
   <li>Make ASCII case folding independent of the default locale by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5924";>eclipse-ee4j/mojarra#5924</a></li>
   <li>Issue <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5856";>#5856</a>: 
cut the per-component cost of pass-through attributes by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5926";>eclipse-ee4j/mojarra#5926</a></li>
   <li>Fix <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5927";>#5927</a>: 
honor SKIP_ITERATION in UIRepeat, degrade rowStatePreserved cleanly by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5928";>eclipse-ee4j/mojarra#5928</a></li>
   <li>Issue <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5856";>#5856</a>: 
cut two per-component lookups out of the view build by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5929";>eclipse-ee4j/mojarra#5929</a></li>
   <li>Fix flaky FacesContextImplPostbackTest by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5930";>eclipse-ee4j/mojarra#5930</a></li>
   <li>Stop applying a pass-through attribute as an ordinary one too by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5932";>eclipse-ee4j/mojarra#5932</a></li>
   <li>Issue <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5856";>#5856</a>: 
cut the per-component cost of reading component attributes by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5933";>eclipse-ee4j/mojarra#5933</a></li>
   <li>Issue <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5856";>#5856</a>: 
cut the per-component id cost of a view build by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5934";>eclipse-ee4j/mojarra#5934</a></li>
   <li>Lazily allocate HtmlResponseWriter CDATA buffers by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5935";>eclipse-ee4j/mojarra#5935</a></li>
   <li>Record restored attributes where the setters would have put them by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5938";>eclipse-ee4j/mojarra#5938</a></li>
   <li>Walk the form by index in f:validateWholeBean's placement check by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5939";>eclipse-ee4j/mojarra#5939</a></li>
   <li>Split on a literal delimiter instead of through a Pattern cache by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5940";>eclipse-ee4j/mojarra#5940</a></li>
   <li>Split around a character, and stop treating literal delimiters as 
regular expressions by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5941";>eclipse-ee4j/mojarra#5941</a></li>
   <li>Cache event constructors concurrently in EventInfo (backport of <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5943";>#5943</a>) 
by <a href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5945";>eclipse-ee4j/mojarra#5945</a></li>
   <li>Remove three fixed per-request costs from RESTORE_VIEW by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5947";>eclipse-ee4j/mojarra#5947</a></li>
   <li>Parse the resource buffer size once at init by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5949";>eclipse-ee4j/mojarra#5949</a></li>
   <li>ZipDirectoryEntryScanner: backport of <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5948";>#5948</a> + 
locale-prefixed library lookup fix by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5950";>eclipse-ee4j/mojarra#5950</a></li>
   <li>LoadBundleHandler optimization + modernization + cosmetics (<a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5942";>#5942</a>) 
by <a href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5951";>eclipse-ee4j/mojarra#5951</a></li>
   <li>Skip view map for CSP nonce on stateless views (<a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5952";>#5952</a>) 
by <a href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5954";>eclipse-ee4j/mojarra#5954</a></li>
   <li>Size LRUMap to fit one entry above its LRU bound (<a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5953";>#5953</a>) 
by <a href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5955";>eclipse-ee4j/mojarra#5955</a></li>
   <li>Resources model modernization + NO_VALUE/EMPTY_STRING split (<a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5944";>#5944</a>) 
by <a href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5956";>eclipse-ee4j/mojarra#5956</a></li>
   <li>Reject a value expression in ui:repeat var and varStatus by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5963";>eclipse-ee4j/mojarra#5963</a></li>
   <li>Skip the render-time re-apply when the build's decisions still hold by 
<a href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5960";>eclipse-ee4j/mojarra#5960</a></li>
   <li>Report where the restore rebuilds another view than was rendered by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5964";>eclipse-ee4j/mojarra#5964</a></li>
   <li>Replay the build time decisions of the rendered view by <a 
href="https://github.com/BalusC";><code>@​BalusC</code></a> in <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/pull/5965";>eclipse-ee4j/mojarra#5965</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/eclipse-ee4j/mojarra/compare/4.0.22-RELEASE...4.0.23-RELEASE";>https://github.com/eclipse-ee4j/mojarra/compare/4.0.22-RELEASE...4.0.23-RELEASE</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/eclipse-ee4j/mojarra/commit/dd289f143db65aaf38bb5c2abc87423dc5e8daa4";><code>dd289f1</code></a>
 Prepare release 4.0.23</li>
   <li><a 
href="https://github.com/eclipse-ee4j/mojarra/commit/1bf911c3742563fdc8a73cc3acede9bfd81c56c2";><code>1bf911c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5965";>#5965</a> 
from eclipse-ee4j/restore_build_time_decisions</li>
   <li><a 
href="https://github.com/eclipse-ee4j/mojarra/commit/8ef1061cb93ee48b696e036f60fda488a8dfe778";><code>8ef1061</code></a>
 Limit the partial render/execute client-id lists</li>
   <li><a 
href="https://github.com/eclipse-ee4j/mojarra/commit/7f5e9d82a63a0ddb1993d48a1e519fb8d6f81498";><code>7f5e9d8</code></a>
 Read back only the decision a tag saved (<a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5961";>#5961</a>)</li>
   <li><a 
href="https://github.com/eclipse-ee4j/mojarra/commit/782c0c430554c6f4e9b5b70f723b135b17432c8b";><code>782c0c4</code></a>
 Replay the id an expression decided (<a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5961";>#5961</a>)</li>
   <li><a 
href="https://github.com/eclipse-ee4j/mojarra/commit/e6384360447b1c27acfcacc816cc82574f199ce5";><code>e638436</code></a>
 Reproduce every row of a restored iteration (<a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5961";>#5961</a>)</li>
   <li><a 
href="https://github.com/eclipse-ee4j/mojarra/commit/cdb17f6d6f04b6d97bd2e30ed5a4c3e9ea97b3f1";><code>cdb17f6</code></a>
 Name the replay parameter in the rebuild mismatch remedy (<a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5961";>#5961</a>)</li>
   <li><a 
href="https://github.com/eclipse-ee4j/mojarra/commit/320a0546958fd83ee19eccf4ce2e2cf8c9b4ea03";><code>320a054</code></a>
 Bump js-yaml to 3.15.1 in the Jest lockfile (GHSA-5p4m-2wfm-xmqj)</li>
   <li><a 
href="https://github.com/eclipse-ee4j/mojarra/commit/ebf47e9d46972849c724f6a39155dba1131ad031";><code>ebf47e9</code></a>
 Name the iteration items in the rebuild mismatch remedy (<a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5961";>#5961</a>)</li>
   <li><a 
href="https://github.com/eclipse-ee4j/mojarra/commit/bc03fd24e59a4caedb35fcff6da98e23fabe5c63";><code>bc03fd2</code></a>
 Replay the build time decisions of the rendered view (<a 
href="https://redirect.github.com/eclipse-ee4j/mojarra/issues/5961";>#5961</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/eclipse-ee4j/mojarra/compare/4.0.22-RELEASE...4.0.23-RELEASE";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.glassfish:jakarta.faces&package-manager=maven&previous-version=4.0.22&new-version=4.0.23)](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]

Reply via email to