dependabot[bot] opened a new pull request, #725:
URL: https://github.com/apache/struts/pull/725

   Bumps [opensymphony:sitemesh](https://github.com/sitemesh/sitemesh2) from 
2.4.2 to 2.4.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/sitemesh/sitemesh2/releases";>opensymphony:sitemesh's 
releases</a>.</em></p>
   <blockquote>
   <h2>2.4.3</h2>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/sitemesh/sitemesh2/compare/2.4.2...2.4.3";>https://github.com/sitemesh/sitemesh2/compare/2.4.2...2.4.3</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/sitemesh/sitemesh2/blob/master/CHANGES.txt";>opensymphony:sitemesh's
 changelog</a>.</em></p>
   <blockquote>
   <hr />
   <h2>-- Changes in 2.5       --</h2>
   <ul>
   <li>Single buffer parsing. This is supported by the HTMLPageParser and the 
PartialPageParser, and means
   that the parsing process will never copy the content into another buffer, 
thus increasing
   performance and reducing the amount of garbage the garbage collector has to 
clean up after a parsing</li>
   <li>Buffer chaining. This allows multiple nested decorators (for example, 
using the JSP tags) to not
   need to rebuffer or reparse the HTML of the chained buffer.</li>
   <li>PartialPageParser that only parses the <!-- raw HTML omitted --> section 
of bodies. This is a very high performance
   buffer for simple sitemesh use cases, that don't need any content extracted 
from the body. It stops
   parsing as soon as it reaches the first body tag, and then scans from the 
end of the content to find
   the end body tag, and treats everything in between as the body.  Does not 
allow many of the advanced
   features of Sitemesh to be used, such as filters and and <!-- raw HTML 
omitted --> tags.  To use the partial page
   parser, set the the pageParser in sitemesh.xml to be 
com.opensymphony.module.sitemesh.parser.PartialPageParser</li>
   </ul>
   <hr />
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sitemesh/sitemesh2/commit/54f37342d4c673c7f4b1292538da7e8fcbfd1ea3";><code>54f3734</code></a>
 2.4.4</li>
   <li><a 
href="https://github.com/sitemesh/sitemesh2/commit/8fee38486d25b90b16cf3d27468128556a86fad8";><code>8fee384</code></a>
 Javadoc fixes</li>
   <li><a 
href="https://github.com/sitemesh/sitemesh2/commit/46cbfb035191848260b492f6f583b65571b7186b";><code>46cbfb0</code></a>
 Use PrintWriter to write out page if available.</li>
   <li><a 
href="https://github.com/sitemesh/sitemesh2/commit/63d5e5f084780c8075a4b71aa35f6b74e1bad675";><code>63d5e5f</code></a>
 2.4.3</li>
   <li><a 
href="https://github.com/sitemesh/sitemesh2/commit/176371af50191d9e5f095e3a2c184e72892e5a0d";><code>176371a</code></a>
 Jar signing and pom compliance.</li>
   <li><a 
href="https://github.com/sitemesh/sitemesh2/commit/b64f7438a4c8e1184111d0fc0de601c5271d0686";><code>b64f743</code></a>
 Java 1.8</li>
   <li><a 
href="https://github.com/sitemesh/sitemesh2/commit/07370f73ffc4f14240b7581b219b7986c03f13a2";><code>07370f7</code></a>
 Remove ant need for jars.</li>
   <li><a 
href="https://github.com/sitemesh/sitemesh2/commit/a6c0bb542528dcc4668db9c4680f048a2f348c2f";><code>a6c0bb5</code></a>
 Remove ant need for jars.</li>
   <li><a 
href="https://github.com/sitemesh/sitemesh2/commit/771606168265854f671b78de8ed72c041d6dd233";><code>7716061</code></a>
 Add unit tests to Gradle</li>
   <li><a 
href="https://github.com/sitemesh/sitemesh2/commit/d8388efb2d3bef099f227e15fc4b374aaad1e464";><code>d8388ef</code></a>
 support for decorator:div tag</li>
   <li>Additional commits viewable in <a 
href="https://github.com/sitemesh/sitemesh2/compare/2.4.2...2.4.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=opensymphony:sitemesh&package-manager=maven&previous-version=2.4.2&new-version=2.4.4)](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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@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: dev-unsubscr...@struts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to