dependabot[bot] opened a new pull request, #2884: URL: https://github.com/apache/shiro/pull/2884
Bumps the maven-dependencies group with 27 updates: | Package | From | To | | --- | --- | --- | | [org.apache.groovy:groovy-all](https://github.com/apache/groovy) | `5.1.1` | `5.1.2` | | [org.apache.groovy:groovy](https://github.com/apache/groovy) | `5.1.1` | `5.1.2` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `14.0.0` | `14.1.0` | | [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.18.12` | `1.18.13` | | [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) | `1.18.12` | `1.18.13` | | org.slf4j:slf4j-api | `2.0.18` | `2.0.19` | | org.slf4j:slf4j-simple | `2.0.18` | `2.0.19` | | org.slf4j:jcl-over-slf4j | `2.0.18` | `2.0.19` | | org.slf4j:slf4j-jdk14 | `2.0.18` | `2.0.19` | | [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit) | `5.4.0` | `5.5.0` | | [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `7.4.6.Final` | `7.4.7.Final` | | org.apache.felix:maven-bundle-plugin | `6.1.0` | `6.1.2` | | org.eclipse.jetty.ee11:jetty-ee11-maven-plugin | `12.1.12` | `12.1.13` | | org.eclipse.jetty:jetty-server | `12.1.12` | `12.1.13` | | org.eclipse.jetty.ee11:jetty-ee11-webapp | `12.1.12` | `12.1.13` | | org.eclipse.jetty.ee11:jetty-ee11-apache-jsp | `12.1.12` | `12.1.13` | | org.eclipse.jetty.ee11:jetty-ee11-annotations | `12.1.12` | `12.1.13` | | org.eclipse.jetty.ee11:jetty-ee11-glassfish-jstl | `12.1.12` | `12.1.13` | | org.eclipse.jetty:jetty-plus | `12.1.12` | `12.1.13` | | org.eclipse.jetty:jetty-jndi | `12.1.12` | `12.1.13` | | org.eclipse.jetty:jetty-annotations | `12.1.12` | `12.1.13` | | [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) | `0.26.1` | `0.26.2` | | [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.46` | `1.18.48` | | [org.omnifaces:omnifaces](https://github.com/omnifaces/omnifaces) | `5.5` | `5.5.2` | | [org.apache.meecrowave:meecrowave-core](https://github.com/apache/openwebbeans-meecrowave) | `2.0.0` | `2.1.1` | | org.yaml:snakeyaml | `2.6` | `2.7` | | [com.flowlogix:flowlogix-jee](https://github.com/flowlogix/flowlogix) | `11.4.3` | `11.5` | Updates `org.apache.groovy:groovy-all` from 5.1.1 to 5.1.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/apache/groovy/commits">compare view</a></li> </ul> </details> <br /> Updates `org.apache.groovy:groovy` from 5.1.1 to 5.1.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/apache/groovy/commits">compare view</a></li> </ul> </details> <br /> Updates `com.puppycrawl.tools:checkstyle` from 14.0.0 to 14.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/checkstyle/checkstyle/releases">com.puppycrawl.tools:checkstyle's releases</a>.</em></p> <blockquote> <h2>checkstyle-14.1.0</h2> <p>Checkstyle 14.1.0 - <a href="https://checkstyle.org/releasenotes.html#Release_14.1.0">https://checkstyle.org/releasenotes.html#Release_14.1.0</a></p> <p>New:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/14872">#14872</a> - UnnecessaryParentheses: no violation if casting is present before expression. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/21163">#21163</a> - SuppressWarnings: no support for module declarations. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/21161">#21161</a> - NoLineWrap: no support for module declarations. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/21162">#21162</a> - OpenjdkAnnotationLocation: no support for module declarations. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20692">#20692</a> - new Check: ExpressionOverBlockLambda. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/21062">#21062</a> - New Check: InappropriateJavadocBlockTagsOnField. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19967">#19967</a> - New Check: ModuleImportOrder. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/21063">#21063</a> - New Check: InappropriateJavadocBlockTagsOnPackage. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/21088">#21088</a> - New Check: ModuleDirectiveOrder. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19968">#19968</a> - New Check: AvoidModuleImport. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20982">#20982</a> - New check: JavadocEndCommentDelimiter. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19885">#19885</a> - New Check: UnnecessaryFullyQualifiedTypeCheck. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/12596">#12596</a> - Add UnusedPrivateField check for unused private fields. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19937">#19937</a> - New check: JavadocLinkFirstOccurrence. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20792">#20792</a> - New check: JavadocNoErrorInThrowsTag. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/21061">#21061</a> - New Check: InappropriateJavadocBlockTagsOnType. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19938">#19938</a> - New check: JavadocLinkWellKnownApi. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19698">#19698</a> - New check: JavadocThrowsOrderCheck. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/8990">#8990</a> - New check JavadocParamOrder: to validate method parameter order in javadoc to match parameter order in method. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20986">#20986</a> - new Check: PreferCodeOrSnippetJavadocInlineTag.</p> <p>Bug fixes:</p> <p><a href="https://redirect.github.com/checkstyle/checkstyle/issues/21199">#21199</a> - JavadocPackage: false positive "Missing package-info.java file" on module-info.java. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/4454">#4454</a> - Fix wrong implementation of compareTo in LocalizedMessages. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19156">#19156</a> - VariableDeclarationUsageDistance: no violation on variable used in inner class. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/3885">#3885</a> - FallThrough check doesn't handle infinite loops. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/21343">#21343</a> - Update Documentation Comments Style Guide: add JavadocEndCommentDelimiter. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/21331">#21331</a> - False Positive: IllegalInstantiationCheck does not recognize records shadowing java.lang.Boolean. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/19948">#19948</a> - Update Documentation Comments Style Guide: param description separator. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20227">#20227</a> - ClassMemberImpliedModifierCheck: nested enum/interface missing implied static not flagged in compact source files (JEP 512). <a href="https://redirect.github.com/checkstyle/checkstyle/issues/21336">#21336</a> - Update Documentation Comments Style Guide: add JavadocNoErrorInThrowsTagCheck. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20978">#20978</a> - Extend OpenjdkAnnotationLocationCheck to allow Annotation on target line for all single line targets and add check in openjdk_checks.xml. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/21320">#21320</a> - Update Documentation Comments Style Guide: add JavadocLinkWellKnownApi JavadocLinkFirstOccurrence. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/21218">#21218</a> - Enable in Doc Comments style guide: JavadocParamOrder and JavadocThrowsOrderare. <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20555">#20555</a> - WriteTagCheck: first top-level method's Javadoc tags not reported in compact source files (JEP 512).</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/checkstyle/checkstyle/commit/1bfc2e23003d419835b0c9c6f60247b9d0c8b1bb"><code>1bfc2e2</code></a> [maven-release-plugin] prepare release checkstyle-14.1.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/bdf617f9076a5a4b0a2f4d059893da50469e24a4"><code>bdf617f</code></a> doc: release notes for 14.1.0</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/ae866b226284057bad8481419bc3b1f557234e03"><code>ae866b2</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/12189">#12189</a>: Test ArchUnit unnecessary suppressions</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/88ab43ffa9a123002580651313fc745c40ebb725"><code>88ab43f</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/21229">#21229</a>: Align AtclauseOrder examples with property count</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/a2703ce6656769ef4f740d99040e258990d08bbe"><code>a2703ce</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/21229">#21229</a>: Align LineEnding examples with property count</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/8d88ee0783fb1ceef6df6a34eca7633f0d0733d6"><code>8d88ee0</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/20692">#20692</a>: Add new check ExpressionOverBlockLambda</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/07e06a612a07cb94f6deb537bd49846429babcd0"><code>07e06a6</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/21229">#21229</a>: Align JavadocBlockTagLocation examples with property count</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/4205f8df9fbdcbcadfc42870e742c5b5e75b96f2"><code>4205f8d</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/21393">#21393</a>: Improper indentation in property_types.html code snippets</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/ee4191b2517085565b9e237a6786360ff9c34dec"><code>ee4191b</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/21062">#21062</a>: Add InappropriateJavadocBlockTagsOnField check</li> <li><a href="https://github.com/checkstyle/checkstyle/commit/47b4b774648d2229c40e78572e37def1e1b26c45"><code>47b4b77</code></a> Issue <a href="https://redirect.github.com/checkstyle/checkstyle/issues/13159">#13159</a>: naming convention change for xdoc files</li> <li>Additional commits viewable in <a href="https://github.com/checkstyle/checkstyle/compare/checkstyle-14.0.0...checkstyle-14.1.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.groovy:groovy` from 5.1.1 to 5.1.2 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/apache/groovy/commits">compare view</a></li> </ul> </details> <br /> Updates `net.bytebuddy:byte-buddy` from 1.18.12 to 1.18.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/releases">net.bytebuddy:byte-buddy's releases</a>.</em></p> <blockquote> <h2>Byte Buddy 1.18.13</h2> <ul> <li>Actually include the SBOM within the published artifacts.</li> <li>Avoid propagation of path traversals that are contained in jar files which are copied without transformation.</li> <li>Avoid repeated traversal of previously visited type hierarchies to improve performance.</li> <li>Correct Kotlin support of the Gradle plugin to redirect the classes directory of a source set while retaining support for legacy Gradle versions.</li> <li>Create Gradle tasks using Gradle's task registration API if available.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">net.bytebuddy:byte-buddy's changelog</a>.</em></p> <blockquote> <h3>2. September 2026: version 1.18.13</h3> <ul> <li>Actually include the SBOM within the published artifacts.</li> <li>Avoid propagation of path traversals that are contained in jar files which are copied without transformation.</li> <li>Avoid repeated traversal of previously visited type hierarchies to improve performance.</li> <li>Correct Kotlin support of the Gradle plugin to redirect the classes directory of a source set while retaining support for legacy Gradle versions.</li> <li>Create Gradle tasks using Gradle's task registration API if available.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/d4da51578490c841b56b38c9c8fc9d3e8815f046"><code>d4da515</code></a> [publish] Releasing Byte Buddy 1.18.13</li> <li><a href="https://github.com/raphw/byte-buddy/commit/bb914e33837267c05704f167179ba31abe3bf787"><code>bb914e3</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/af2034b8c55c2596f6430e63152586e02d06fd0e"><code>af2034b</code></a> Create Gradle tasks via the task registration API if available to avoid the u...</li> <li><a href="https://github.com/raphw/byte-buddy/commit/30aca5581534d52570a60ffd524109adb3671759"><code>30aca55</code></a> Shortcut traversal of previously visited type hierarchies and harden 1-1 tran...</li> <li><a href="https://github.com/raphw/byte-buddy/commit/debd527b31bb095c26ff6943545cfe01a9045f32"><code>debd527</code></a> Bump actions/checkout from 6.0.2 to 7.0.1 (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1910">#1910</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/8315af6acb72b5e0d913ad65c4112e828f01d735"><code>8315af6</code></a> Bump step-security/harden-runner from 2.16.1 to 2.19.4 (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1909">#1909</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/e30e24f4106f6be28b97a34c81bf6d5dccfa34bb"><code>e30e24f</code></a> Bump actions/cache from 5.0.3 to 5.0.5 (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1914">#1914</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/1885f2a1e77d70d3cc57ff935e2b5a4b675cde85"><code>1885f2a</code></a> Bump github/codeql-action from 3.27.6 to 4.36.2 (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1916">#1916</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/de4ed85e1e4e1e83dcfd90fc791684e3607459fa"><code>de4ed85</code></a> Correct Javadoc of Gradle plugin to avoid errors and warnings during generation.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/5d3a3129ceb66ec0c168c9648757cbffccf18aec"><code>5d3a312</code></a> Bump actions/setup-java from 5.2.0 to 5.4.0 (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1918">#1918</a>)</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.18.12...byte-buddy-1.18.13">compare view</a></li> </ul> </details> <br /> Updates `net.bytebuddy:byte-buddy-agent` from 1.18.12 to 1.18.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/releases">net.bytebuddy:byte-buddy-agent's releases</a>.</em></p> <blockquote> <h2>Byte Buddy 1.18.13</h2> <ul> <li>Actually include the SBOM within the published artifacts.</li> <li>Avoid propagation of path traversals that are contained in jar files which are copied without transformation.</li> <li>Avoid repeated traversal of previously visited type hierarchies to improve performance.</li> <li>Correct Kotlin support of the Gradle plugin to redirect the classes directory of a source set while retaining support for legacy Gradle versions.</li> <li>Create Gradle tasks using Gradle's task registration API if available.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">net.bytebuddy:byte-buddy-agent's changelog</a>.</em></p> <blockquote> <h3>2. September 2026: version 1.18.13</h3> <ul> <li>Actually include the SBOM within the published artifacts.</li> <li>Avoid propagation of path traversals that are contained in jar files which are copied without transformation.</li> <li>Avoid repeated traversal of previously visited type hierarchies to improve performance.</li> <li>Correct Kotlin support of the Gradle plugin to redirect the classes directory of a source set while retaining support for legacy Gradle versions.</li> <li>Create Gradle tasks using Gradle's task registration API if available.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/d4da51578490c841b56b38c9c8fc9d3e8815f046"><code>d4da515</code></a> [publish] Releasing Byte Buddy 1.18.13</li> <li><a href="https://github.com/raphw/byte-buddy/commit/bb914e33837267c05704f167179ba31abe3bf787"><code>bb914e3</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/af2034b8c55c2596f6430e63152586e02d06fd0e"><code>af2034b</code></a> Create Gradle tasks via the task registration API if available to avoid the u...</li> <li><a href="https://github.com/raphw/byte-buddy/commit/30aca5581534d52570a60ffd524109adb3671759"><code>30aca55</code></a> Shortcut traversal of previously visited type hierarchies and harden 1-1 tran...</li> <li><a href="https://github.com/raphw/byte-buddy/commit/debd527b31bb095c26ff6943545cfe01a9045f32"><code>debd527</code></a> Bump actions/checkout from 6.0.2 to 7.0.1 (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1910">#1910</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/8315af6acb72b5e0d913ad65c4112e828f01d735"><code>8315af6</code></a> Bump step-security/harden-runner from 2.16.1 to 2.19.4 (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1909">#1909</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/e30e24f4106f6be28b97a34c81bf6d5dccfa34bb"><code>e30e24f</code></a> Bump actions/cache from 5.0.3 to 5.0.5 (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1914">#1914</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/1885f2a1e77d70d3cc57ff935e2b5a4b675cde85"><code>1885f2a</code></a> Bump github/codeql-action from 3.27.6 to 4.36.2 (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1916">#1916</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/de4ed85e1e4e1e83dcfd90fc791684e3607459fa"><code>de4ed85</code></a> Correct Javadoc of Gradle plugin to avoid errors and warnings during generation.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/5d3a3129ceb66ec0c168c9648757cbffccf18aec"><code>5d3a312</code></a> Bump actions/setup-java from 5.2.0 to 5.4.0 (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1918">#1918</a>)</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.18.12...byte-buddy-1.18.13">compare view</a></li> </ul> </details> <br /> Updates `net.bytebuddy:byte-buddy-agent` from 1.18.12 to 1.18.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/releases">net.bytebuddy:byte-buddy-agent's releases</a>.</em></p> <blockquote> <h2>Byte Buddy 1.18.13</h2> <ul> <li>Actually include the SBOM within the published artifacts.</li> <li>Avoid propagation of path traversals that are contained in jar files which are copied without transformation.</li> <li>Avoid repeated traversal of previously visited type hierarchies to improve performance.</li> <li>Correct Kotlin support of the Gradle plugin to redirect the classes directory of a source set while retaining support for legacy Gradle versions.</li> <li>Create Gradle tasks using Gradle's task registration API if available.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">net.bytebuddy:byte-buddy-agent's changelog</a>.</em></p> <blockquote> <h3>2. September 2026: version 1.18.13</h3> <ul> <li>Actually include the SBOM within the published artifacts.</li> <li>Avoid propagation of path traversals that are contained in jar files which are copied without transformation.</li> <li>Avoid repeated traversal of previously visited type hierarchies to improve performance.</li> <li>Correct Kotlin support of the Gradle plugin to redirect the classes directory of a source set while retaining support for legacy Gradle versions.</li> <li>Create Gradle tasks using Gradle's task registration API if available.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raphw/byte-buddy/commit/d4da51578490c841b56b38c9c8fc9d3e8815f046"><code>d4da515</code></a> [publish] Releasing Byte Buddy 1.18.13</li> <li><a href="https://github.com/raphw/byte-buddy/commit/bb914e33837267c05704f167179ba31abe3bf787"><code>bb914e3</code></a> [release] Release new version</li> <li><a href="https://github.com/raphw/byte-buddy/commit/af2034b8c55c2596f6430e63152586e02d06fd0e"><code>af2034b</code></a> Create Gradle tasks via the task registration API if available to avoid the u...</li> <li><a href="https://github.com/raphw/byte-buddy/commit/30aca5581534d52570a60ffd524109adb3671759"><code>30aca55</code></a> Shortcut traversal of previously visited type hierarchies and harden 1-1 tran...</li> <li><a href="https://github.com/raphw/byte-buddy/commit/debd527b31bb095c26ff6943545cfe01a9045f32"><code>debd527</code></a> Bump actions/checkout from 6.0.2 to 7.0.1 (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1910">#1910</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/8315af6acb72b5e0d913ad65c4112e828f01d735"><code>8315af6</code></a> Bump step-security/harden-runner from 2.16.1 to 2.19.4 (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1909">#1909</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/e30e24f4106f6be28b97a34c81bf6d5dccfa34bb"><code>e30e24f</code></a> Bump actions/cache from 5.0.3 to 5.0.5 (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1914">#1914</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/1885f2a1e77d70d3cc57ff935e2b5a4b675cde85"><code>1885f2a</code></a> Bump github/codeql-action from 3.27.6 to 4.36.2 (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1916">#1916</a>)</li> <li><a href="https://github.com/raphw/byte-buddy/commit/de4ed85e1e4e1e83dcfd90fc791684e3607459fa"><code>de4ed85</code></a> Correct Javadoc of Gradle plugin to avoid errors and warnings during generation.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/5d3a3129ceb66ec0c168c9648757cbffccf18aec"><code>5d3a312</code></a> Bump actions/setup-java from 5.2.0 to 5.4.0 (<a href="https://redirect.github.com/raphw/byte-buddy/issues/1918">#1918</a>)</li> <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.18.12...byte-buddy-1.18.13">compare view</a></li> </ul> </details> <br /> Updates `org.slf4j:slf4j-api` from 2.0.18 to 2.0.19 Updates `org.slf4j:slf4j-simple` from 2.0.18 to 2.0.19 Updates `org.slf4j:jcl-over-slf4j` from 2.0.18 to 2.0.19 Updates `org.slf4j:slf4j-jdk14` from 2.0.18 to 2.0.19 Updates `org.slf4j:slf4j-simple` from 2.0.18 to 2.0.19 Updates `org.slf4j:jcl-over-slf4j` from 2.0.18 to 2.0.19 Updates `org.htmlunit:htmlunit` from 5.4.0 to 5.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/HtmlUnit/htmlunit/releases">org.htmlunit:htmlunit's releases</a>.</em></p> <blockquote> <h2>HtmlUnit 5.5.0</h2> <p><strong>Highlights</strong></p> <ul> <li>Firefox 154, Chrome/Edge 151</li> <li><code>new.target</code> Keyword Support</li> <li>Proxy <code>construct</code> Trap fixed</li> <li>many css-parser improvements and minor fixes</li> <li>DOM Range & Selection API refactored to be more standard complient</li> <li>new Documentation: Content Extraction Guide</li> <li>tons of small fixes and improvements</li> </ul> <p>Please have a look at the <a href="https://www.htmlunit.org/changes-report.html#a5.4.0">full release notes</a> for details about this release.</p> <p>💕 Thank you to all who have contributed and to the sponsors (more sponsoring is welcome <a href="https://github.com/sponsors/rbri">https://github.com/sponsors/rbri</a>).</p> <p>Full Changelog: <a href="https://github.com/HtmlUnit/htmlunit/compare/5.4.0...5.5.0">https://github.com/HtmlUnit/htmlunit/compare/5.4.0...5.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/171b8b838bf618fcc90b3dbf1ba52492af28007e"><code>171b8b8</code></a> 5.5.0</li> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/044a02547b050ad46efd7721dd8849fbdf13aacb"><code>044a025</code></a> jdoc fix</li> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/31ab547c0a8ab85e1f311337c016187778067e83"><code>31ab547</code></a> NYI</li> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/681b3ba58040484a8497cfeed7b2952b2d054594"><code>681b3ba</code></a> core-js 5.5.0</li> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/3a6e0a9ef126245a0d5e09fe9bc0395b40d984c5"><code>3a6e0a9</code></a> use maven installation from jenkins</li> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/2167c8d9a84e14e0aaa9b3caaa4a3526b6d3b918"><code>2167c8d</code></a> try other maven</li> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/3e0fca9a91c6b8f1d529a686a410037f2dbc28b3"><code>3e0fca9</code></a> requireMavenVersion 3.9.0; use released submodules</li> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/640b806a1b108bc2a43e0646a6d0715527d3fd26"><code>640b806</code></a> BlobUrlStore: remove() no longer strips the fragment from the url</li> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/5acd96a8630ea99e657800de1bc2c6be67a189c2"><code>5acd96a</code></a> improved error message</li> <li><a href="https://github.com/HtmlUnit/htmlunit/commit/169520c49b6eee2926743a4646d82138366c87e6"><code>169520c</code></a> MockWebConnection: requestCount_ changed from a plain int to AtomicInteger an...</li> <li>Additional commits viewable in <a href="https://github.com/HtmlUnit/htmlunit/compare/5.4.0...5.5.0">compare view</a></li> </ul> </details> <br /> Updates `org.hibernate.orm:hibernate-core` from 7.4.6.Final to 7.4.7.Final <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/releases">org.hibernate.orm:hibernate-core's releases</a>.</em></p> <blockquote> <h2>Release 7.4.7</h2> <h1>Hibernate ORM 7.4.7.Final released</h1> <p>Today, we published a new release of Hibernate ORM 7.4: 7.4.7.Final.</p> <p>You can find the full list of 7.4.7.Final changes <a href="https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20%3D%207.4.7">here</a>.</p> <h2>What's new</h2> <ul> <li>See the <a href="https://hibernate.org/orm/releases/7.4">website</a> for requirements and compatibilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.4/whats-new/whats-new.html">What's New</a> guide for details about new features and capabilities.</li> <li>See the <a href="https://docs.hibernate.org/orm/7.4/migration-guide/">Migration Guide</a> for details about migration.</li> </ul> <h2>Conclusion</h2> <p>For additional details, see:</p> <ul> <li>the <a href="https://hibernate.org/orm/releases/7.4/">release page</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/migration-guide/">Migration Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/introduction/html_single/">Introduction Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/userguide/html_single/">User Guide</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/javadocs">API docs</a></li> </ul> <p>See also the following resources related to supported APIs:</p> <ul> <li>the <a href="https://hibernate.org/community/compatibility-policy/">compatibility policy</a></li> <li>the <a href="https://docs.hibernate.org/orm/7.4/incubating/incubating.txt">incubating API report</a> (<code>@Incubating</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.4/deprecated/deprecated.txt">deprecated API report</a> (<code>@Deprecated</code> + <code>@Remove</code>)</li> <li>the <a href="https://docs.hibernate.org/orm/7.4/internals/internal.txt">internal API report</a> (internal packages, <code>@Internal</code>)</li> </ul> <p>Visit the <a href="https://hibernate.org/community/">website</a> for details on getting in touch with us.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibernate/hibernate-orm/blob/7.4.7/changelog.txt">org.hibernate.orm:hibernate-core's changelog</a>.</em></p> <blockquote> <h2>Changes in 7.4.7.Final (August 30, 2026)</h2> <p><a href="https://hibernate.atlassian.net/projects/HHH/versions/40441">https://hibernate.atlassian.net/projects/HHH/versions/40441</a></p> <p>** Bug * HHH-20773 <a href="https://github.com/Basic"><code>@​Basic</code></a>(fetch=LAZY) field not served from 2LC for <a href="https://github.com/Immutable"><code>@​Immutable</code></a> entities with associations * HHH-20720 Hibernate processor: <a href="https://github.com/Transactional"><code>@​Transactional</code></a> annotation should be copied for all repositories, not just Jakarta Data * HHH-20718 Invalid SQL when a to-one foreign key references an ancestor table in a JOINED hierarchy</p> <p>** Improvement * HHH-17990 More advanced "proxy" classes (and tests) for session/statelessSession for use in other libraries</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibernate/hibernate-orm/commit/2897b69e049723d67794228b435af54cd78a6473"><code>2897b69</code></a> [Jenkins release job] Preparing release 7.4.7.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/a3687506926f19e53bc309a7cd183878f644047e"><code>a368750</code></a> [Jenkins release job] changelog.txt updated by release build 7.4.7.Final</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/ae2a193c8274274baa0ad7b804022b952d6403bf"><code>ae2a193</code></a> HHH-20720 Guard inheritedAnnotations() on CDI availability and rename addDepe...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/88ff40a16c16a6423937d4c9cb32fba94e8f2a00"><code>88ff40a</code></a> HHH-20720 Copy <a href="https://github.com/InterceptorBinding"><code>@​InterceptorBinding</code></a> annotations for all repository types, not ...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/e68da2dd2e2b26dc5977be5942a80c53227146e9"><code>e68da2d</code></a> HHH-17990 - Create a helper class SPI for decorating a StatelessSession insta...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/15dc1ab51e99c844d5b98481fa234efd1419792b"><code>15dc1ab</code></a> HHH-20718 Retain superclass table join for to-one FK targets on a JOINED hier...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/5d86a968ec8d6a63654a5c681d5a2a4b7ac60f93"><code>5d86a96</code></a> HHH-20773 Resolve UNFETCHED_PROPERTY for initialized lazy fields during 2LC d...</li> <li><a href="https://github.com/hibernate/hibernate-orm/commit/39a5fb003774386a6c6db72e96aa193c1f9cb9e1"><code>39a5fb0</code></a> [Jenkins release job] Preparing next development iteration</li> <li>See full diff in <a href="https://github.com/hibernate/hibernate-orm/compare/7.4.6...7.4.7">compare view</a></li> </ul> </details> <br /> Updates `org.apache.felix:maven-bundle-plugin` from 6.1.0 to 6.1.2 Updates `org.eclipse.jetty.ee11:jetty-ee11-maven-plugin` from 12.1.12 to 12.1.13 Updates `org.eclipse.jetty:jetty-server` from 12.1.12 to 12.1.13 Updates `org.eclipse.jetty.ee11:jetty-ee11-webapp` from 12.1.12 to 12.1.13 Updates `org.eclipse.jetty.ee11:jetty-ee11-apache-jsp` from 12.1.12 to 12.1.13 Updates `org.eclipse.jetty.ee11:jetty-ee11-annotations` from 12.1.12 to 12.1.13 Updates `org.eclipse.jetty.ee11:jetty-ee11-glassfish-jstl` from 12.1.12 to 12.1.13 Updates `org.eclipse.jetty:jetty-plus` from 12.1.12 to 12.1.13 Updates `org.eclipse.jetty:jetty-jndi` from 12.1.12 to 12.1.13 Updates `org.eclipse.jetty:jetty-annotations` from 12.1.12 to 12.1.13 Updates `com.github.siom79.japicmp:japicmp-maven-plugin` from 0.26.1 to 0.26.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/siom79/japicmp/releases">com.github.siom79.japicmp:japicmp-maven-plugin's releases</a>.</em></p> <blockquote> <h2>japicmp-base-0.26.2</h2> <ul> <li>Fix false CLASS_NOW_NOT_EXTENDABLE for added private constructors <a href="https://redirect.github.com/siom79/japicmp/issues/527">#527</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/siom79/japicmp/commit/e874564dd75dc0e68a125d4a02d1501065e9fbcf"><code>e874564</code></a> [maven-release-plugin] prepare release japicmp-base-0.26.2</li> <li><a href="https://github.com/siom79/japicmp/commit/06891fbd7aa203aa7e21060da56b7bd13bd68d23"><code>06891fb</code></a> upgraded version in *.md files to 0.26.2</li> <li><a href="https://github.com/siom79/japicmp/commit/7239921e89695e83417e66ce86af081237ec4cbb"><code>7239921</code></a> Add release notes for version 0.26.2</li> <li><a href="https://github.com/siom79/japicmp/commit/797cd1076d129922f0e8164832662bd74dcd926d"><code>797cd10</code></a> Merge pull request <a href="https://redirect.github.com/siom79/japicmp/issues/527">#527</a> from dossett/fix-private-constructor-extendability</li> <li><a href="https://github.com/siom79/japicmp/commit/255f72ff50cd34a1fab3de34595668fa65e0e55b"><code>255f72f</code></a> Fix extendability checks for version-specific constructors</li> <li><a href="https://github.com/siom79/japicmp/commit/5186e1d75e9588e86afb20f5e98f7885093780c4"><code>5186e1d</code></a> Merge pull request <a href="https://redirect.github.com/siom79/japicmp/issues/524">#524</a> from siom79/release-v0.26.1</li> <li><a href="https://github.com/siom79/japicmp/commit/2d326a4d9cc36e36570c5d6ba794b9951af8d0f5"><code>2d326a4</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/siom79/japicmp/compare/japicmp-base-0.26.1...japicmp-base-0.26.2">compare view</a></li> </ul> </details> <br /> Updates `org.projectlombok:lombok` from 1.18.46 to 1.18.48 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown">org.projectlombok:lombok's changelog</a>.</em></p> <blockquote> <h3>v1.18.48 (September 1st, 2026)</h3> <ul> <li>BREAKING CHANGE/BUGFIX: <code>@Builder(builderClassName = "Builder")</code> now generates an error, because the type names collide. <a href="https://redirect.github.com/projectlombok/lombok/issues/3857">#3857</a> (found after release)</li> <li>PLATFORM: JDK27 support added <a href="https://redirect.github.com/projectlombok/lombok/issues/4072">#4072</a>.</li> <li>BUGFIX: <code>@SneakyThrows</code> usage on JDK26 no longer results in class files that require <code>lombok.jar</code> to be on the runtime classpath (which should not be neccessary). <a href="https://redirect.github.com/projectlombok/lombok/issues/4040">#4040</a>.</li> <li>FEATURE: New <a href="https://projectlombok.org/features/configuration">config key</a> <code>lombok.checkReturnValueAnnotation</code> (values: <code>none</code>, <code>lombok</code>; default: <code>none</code>) lets lombok generate <code>@lombok.CheckReturnValue</code> on generated methods where the return value should not be ignored, such as <code>@With</code> methods and <code>@Builder.build()</code>. A future lombok release may flip the default to <code>lombok</code>. <a href="https://redirect.github.com/projectlombok/lombok/pull/4013">#4013</a>.</li> <li>PROMOTION: <code>@SuperBuilder</code> has been promoted to the main package. Otherwise, no changes have been made to the annotation. The old experimental annotation will remain for a few versions, at which point it will be marked as a deprecated annotation. Eventually it'll be removed. If you had <code>lombok.config</code> configuration for this annotation, the configuration keys for this feature have been renamed. <a href="https://redirect.github.com/projectlombok/lombok/issues/2209">#2209</a>.</li> <li>OLD-CRUFT: <code>lombok.experimental.Wither</code> and <code>lombok.Delegate</code> are deprecated remnants; these features were moved (to respectively <code>lombok.With</code> and <code>lombok.experimental.Delegate</code> over 5 years ago. They are now removed entirely. If your project is dependent on an older version of lombok which still has those; fret not, lombok still processes these annotations. It just no longer includes them in the jar.</li> <li>FEATURE: CheckerFramework: Lombok now adds <code>@SideEffectFree</code> to constructors it makes if you have enabled checker framework via <code>lombok.config</code>.</li> <li>BUGFIX: CheckerFramework: Lombok would add <code>@SideEffectFree</code> to the <code>build()</code> method of any generated builder, even if it is a builder for invoking a method; in that case, the side-effect-free nature of <code>build()</code> mirrors the side-effect-free nature of the method invocation you've built. Lombok now checks if the method it generated a builder for is side effect free / 'check return type'.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectlombok/lombok/commit/b48657c83ce44d027984f539bd36048293ce5e8e"><code>b48657c</code></a> [version] pre-release version bump v1.18.48</li> <li><a href="https://github.com/projectlombok/lombok/commit/d1d003945f864d32bb3115cf81fa363e1c7bc6bb"><code>d1d0039</code></a> Merge branch 'jdk27'</li> <li><a href="https://github.com/projectlombok/lombok/commit/1a23dad52c01e7b18892573549841e36d6e4abde"><code>1a23dad</code></a> [review][refactor] No meaningful changes: Improved comments, javadoc, and cle...</li> <li><a href="https://github.com/projectlombok/lombok/commit/40cdde815038a4bddc2bc31afce80c4c62e75e67"><code>40cdde8</code></a> [changelog] JDK27 support</li> <li><a href="https://github.com/projectlombok/lombok/commit/25eae29093410cba53e3f91e2da4ba1fbf1953f4"><code>25eae29</code></a> Add Danish Nawab to AUTHORS</li> <li><a href="https://github.com/projectlombok/lombok/commit/10ab92b5d9eb852ccac7295d8017203e7efd7449"><code>10ab92b</code></a> Support JDK27: end positions moved from EndPosTable to JCTree.endpos</li> <li><a href="https://github.com/projectlombok/lombok/commit/af01b7a27b469b723e88de508480186113569185"><code>af01b7a</code></a> Document the new configuration syntax for listy things</li> <li><a href="https://github.com/projectlombok/lombok/commit/1be3857dfef96cde703012a43ec649a4c3f7eea9"><code>1be3857</code></a> There is no more HtAccess</li> <li><a href="https://github.com/projectlombok/lombok/commit/405985dd2512786439448e43f390c359e7595269"><code>405985d</code></a> Semantic sections for website</li> <li><a href="https://github.com/projectlombok/lombok/commit/04b73406d04a279401b43a74314aa1dcbadbc143"><code>04b7340</code></a> [trivial] fixing some outdated tests (tests were broken, not lombok).</li> <li>Additional commits viewable in <a href="https://github.com/projectlombok/lombok/compare/v1.18.46...v1.18.48">compare view</a></li> </ul> </details> <br /> Updates `org.slf4j:slf4j-jdk14` from 2.0.18 to 2.0.19 Updates `org.omnifaces:omnifaces` from 5.5 to 5.5.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/omnifaces/omnifaces/commit/6ce01e45a37fcf3ace5c951c969d7784c68fdcbe"><code>6ce01e4</code></a> Prepare 5.5.2 release</li> <li><a href="https://github.com/omnifaces/omnifaces/commit/e82a9953ffb5cb0a62ff92fd5bbc896878e25cda"><code>e82a995</code></a> Improved <a href="https://redirect.github.com/omnifaces/omnifaces/issues/996">#996</a>: bind <a href="https://github.com/ViewScoped"><code>@​ViewScoped</code></a> bean storage to the view map</li> <li><a href="https://github.com/omnifaces/omnifaces/commit/594e1d38c7a1c109888272f7edfcc5fc757a168a"><code>594e1d3</code></a> Added transient view ITs to cover <a href="https://redirect.github.com/omnifaces/omnifaces/issues/996">#996</a></li> <li><a href="https://github.com/omnifaces/omnifaces/commit/653326672b2f4e08652dc0ded7039f3fa8f72d91"><code>6533266</code></a> Fix <a href="https://redirect.github.com/omnifaces/omnifaces/issues/996">#996</a> don't implicitly create an HTTP session for application scoped o:soc...</li> <li><a href="https://github.com/omnifaces/omnifaces/commit/b40836aa4f73f14ed620475fe8de0b88ef07661d"><code>b40836a</code></a> Improved <a href="https://redirect.github.com/omnifaces/omnifaces/issues/994">#994</a>: run the transient view test in isolation</li> <li><a href="https://github.com/omnifaces/omnifaces/commit/9c6501e89f20fa856df84845820441b7646f190d"><code>9c6501e</code></a> Fix EL syntax error causing IT to fail in servers using Apache EL</li> <li><a href="https://github.com/omnifaces/omnifaces/commit/9dacd65618828d04ed3b338b00ebce55c07b1365"><code>9dacd65</code></a> Extended SocketIT to cover <a href="https://redirect.github.com/omnifaces/omnifaces/issues/995">#995</a></li> <li><a href="https://github.com/omnifaces/omnifaces/commit/1d3dcf5c09caad06bf6a6a005dd94a2de0da9dd6"><code>1d3dcf5</code></a> Fix OmniFaces.Push.open() regression in 4684a7a7 <a href="https://redirect.github.com/omnifaces/omnifaces/issues/995">#995</a></li> <li><a href="https://github.com/omnifaces/omnifaces/commit/050bacb39f81d94712eb6043dc5d7e2dd81d73b9"><code>050bacb</code></a> Improved <a href="https://redirect.github.com/omnifaces/omnifaces/issues/994">#994</a>: use FacesLocal#getViewId</li> <li><a href="https://github.com/omnifaces/omnifaces/commit/875fbd6c570a1c25af21fc3c0f1e7ecf2170fb82"><code>875fbd6</code></a> Fix <a href="https://redirect.github.com/omnifaces/omnifaces/issues/994">#994</a> remember per view ID whether the manifest is referenced</li> <li>Additional commits viewable in <a href="https://github.com/omnifaces/omnifaces/compare/5.5...5.5.2">compare view</a></li> </ul> </details> <br /> Updates `org.apache.meecrowave:meecrowave-core` from 2.0.0 to 2.1.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/openwebbeans-meecrowave/commit/1ae1d5e070b330a7c45b85dcd512f9c7ddfc7aa2"><code>1ae1d5e</code></a> [maven-release-plugin] prepare release meecrowave-2.1.1</li> <li><a href="https://github.com/apache/openwebbeans-meecrowave/commit/94ffa5bd2639f7beca88e7bdfd48c3c96741f1ed"><code>94ffa5b</code></a> MEECROWAVE-346 also update tomcat to fresh released 11.0.24</li> <li><a href="https://github.com/apache/openwebbeans-meecrowave/commit/1b09a5066a5a4b9f2fcb879ad8937a916a8a02b2"><code>1b09a50</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/openwebbeans-meecrowave/commit/d22a827150550c8e50940df4da68a6bacfb88b13"><code>d22a827</code></a> [maven-release-plugin] prepare release meecrowave-2.1.0</li> <li><a href="https://github.com/apache/openwebbeans-meecrowave/commit/6bf1014a992d7ffb50c953d0295e547ad001142d"><code>6bf1014</code></a> MEECROWAVE-346 update to latest log4j2</li> <li><a href="https://github.com/apache/openwebbeans-meecrowave/commit/012c9cb741eec626d2508246e43b22e57810b8f9"><code>012c9cb</code></a> MEECROWAVE-346 update to apache-parent 39</li> <li><a href="https://github.com/apache/openwebbeans-meecrowave/commit/8bfb2ed3c33a8574ed9df12415fc580197b958ee"><code>8bfb2ed</code></a> MEECROWAVE-348 johnzon-2.2.0 under vote</li> <li><a href="https://github.com/apache/openwebbeans-meecrowave/commit/1ecf2cc93b2763c1db7841e476d4187917c54668"><code>1ecf2cc</code></a> MEECROWAVE-349 update to cxf-4.2.3 for real now</li> <li><a href="https://github.com/apache/openwebbeans-meecrowave/commit/b14e9c849db8434bd9b4c9fdbd19c90cb251af4b"><code>b14e9c8</code></a> MEECROWAVE-348 move to johnzon-2.2.0-snapshot as the 2.1.1 release got cancelled</li> <li><a href="https://github.com/apache/openwebbeans-meecrowave/commit/f4bb4497d88b22732994131146aa6eedcd887152"><code>f4bb449</code></a> MEECROWAVE-349 update to cxf-4.2.3 for Jakarta11 support</li> <li>Additional commits viewable in <a href="https://github.com/apache/openwebbeans-meecrowave/compare/meecrowave-2.0.0...meecrowave-2.1.1">compare view</a></li> </ul> </details> <br /> Updates `org.yaml:snakeyaml` from 2.6 to 2.7 Updates `org.eclipse.jetty:jetty-server` from 12.1.12 to 12.1.13 Updates `org.eclipse.jetty.ee11:jetty-ee11-webapp` from 12.1.12 to 12.1.13 Updates `org.eclipse.jetty.ee11:jetty-ee11-apache-jsp` from 12.1.12 to 12.1.13 Updates `org.eclipse.jetty.ee11:jetty-ee11-annotations` from 12.1.12 to 12.1.13 Updates `com.flowlogix:flowlogix-jee` from 11.4.3 to 11.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/flowlogix/flowlogix/releases">com.flowlogix:flowlogix-jee's releases</a>.</em></p> <blockquote> <h2>11.5</h2> <h2>Bug Fixes</h2> <ul> <li>bugfix: update test logging configuration instead of replacing it by <a href="https://github.com/lprimak"><code>@​lprimak</code></a> in <a href="https://redirect.github.com/flowlogix/flowlogix/pull/1692">flowlogix/flowlogix#1692</a></li> <li>Derive lazy model primary key type from JPA metamodel by <a href="https://github.com/lprimak"><code>@​lprimak</code></a> with <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/flowlogix/flowlogix/pull/1695">flowlogix/flowlogix#1695</a></li> <li>Fix duplicate inner joins for dotted field references in lazy data model by <a href="https://github.com/lprimak"><code>@​lprimak</code></a> with <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/flowlogix/flowlogix/pull/1693">flowlogix/flowlogix#1693</a></li> <li>Handle conversion errors better during filtering by <a href="https://github.com/lprimak"><code>@​lprimak</code></a> in <a href="https://redirect.github.com/flowlogix/flowlogix/pull/1698">flowlogix/flowlogix#1698</a></li> <li>enh: improve handling of BETWEEN and NOT_BETWEEN match modes in predi… by <a href="https://github.com/lprimak"><code>@​lprimak</code></a> in <a href="https://redirect.github.com/flowlogix/flowlogix/pull/1699">flowlogix/flowlogix#1699</a></li> <li><a href="https://github.com/flowlogix/flowlogix/commit/b8f2a70d5d5d4ab6aa3ecc5b13760a8f276e5965">bugfix: improve error handling in TypeConverter and add parameterizedtests for garbage input</a></li> <li>Cursor pagination fixes by <a href="https://github.com/lprimak"><code>@​lprimak</code></a> in <a href="https://redirect.github.com/flowlogix/flowlogix/pull/1700">flowlogix/flowlogix#1700</a></li> </ul> <h2>Improvements</h2> <ul> <li><a href="https://github.com/flowlogix/flowlogix/commit/a1c547282d50f847968ec792f539bf20870930ce">enh: using switch expression in predicateFromFilterComparable() instead of the older switch statement</a></li> <li>chore: removed code scanning warning by <a href="https://github.com/lprimak"><code>@​lprimak</code></a> in <a href="https://redirect.github.com/flowlogix/flowlogix/pull/1680">flowlogix/flowlogix#1680</a></li> <li><a href="https://github.com/flowlogix/flowlogix/commit/a27a98f175daa370afb8e268b76e80c06df200eb">enh: add serialization test with custom qualifier annotation in FacadeTest</a></li> </ul> <h2>Dependency Updates</h2> <ul> <li>build(deps): bump the github-actions-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/flowlogix/flowlogix/pull/1674">flowlogix/flowlogix#1674</a></li> <li>build(deps): bump com.flowlogix:payara-pom from 135 to 136 in the maven-dependencies group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/flowlogix/flowlogix/pull/1676">flowlogix/flowlogix#1676</a></li> <li>build(deps): bump actions/setup-java from 5.7.0 to 6.0.0 in the github-actions-dependencies group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/flowlogix/flowlogix/pull/1677">flowlogix/flowlogix#1677</a></li> <li>build(deps): bump the maven-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/flowlogix/flowlogix/pull/1678">flowlogix/flowlogix#1678</a></li> <li>build(deps): bump the github-actions-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/flowlogix/flowlogix/pull/1681">flowlogix/flowlogix#1681</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/flowlogix/flowlogix/compare/Version-11.4.3...Version-11.5">https://github.com/flowlogix/flowlogix/compare/Version-11.4.3...Version-11.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/flowlogix/flowlogix/commit/332aee3707fbd86339d1e5af65247cff482ed5ce"><code>332aee3</code></a> [maven-release-plugin] prepare release Version-11.5</li> <li><a href="https://github.com/flowlogix/flowlogix/commit/a5ad3526c3241d65c77de5d1eb212fb38ed23917"><code>a5ad352</code></a> Cursor pagination fixes (<a href="https://redirect.github.com/flowlogix/flowlogix/issues/1700">#1700</a>)</li> <li><a href="https://github.com/flowlogix/flowlogix/commit/1eddaaa0fb2d0bd45db0fec4b97ac4751dfc2d7c"><code>1eddaaa</code></a> enh: improve handling of BETWEEN and NOT_BETWEEN match modes in predi… (<a href="https://redirect.github.com/flowlogix/flowlogix/issues/1699">#1699</a>)</li> <li><a href="https://github.com/flowlogix/flowlogix/commit/b8f2a70d5d5d4ab6aa3ecc5b13760a8f276e5965"><code>b8f2a70</code></a> bugfix: improve error handling in TypeConverter and add parameterized tests f...</li> <li><a href="https://github.com/flowlogix/flowlogix/commit/85aac7f44b459214b502caeb5c920439912b61e0"><code>85aac7f</code></a> Handle conversion errors better during filtering (<a href="https://redirect.github.com/flowlogix/flowlogix/issues/1698">#1698</a>)</li> <li><a href="https://github.com/flowlogix/flowlogix/commit/a1c547282d50f847968ec792f539bf20870930ce"><code>a1c5472</code></a> enh: using switch expression in predicateFromFilterComparable() instead of th...</li> <li><a href="https://github.com/flowlogix/flowlogix/commit/8aecac06fc5a5a90916a8ef85e70b714ddf487d4"><code>8aecac0</code></a> chore: added linter-derived fixed</li> <li><a href="https://github.com/flowlogix/flowlogix/commit/bde73dacec41b43d824afb94f3778a874eb95e83"><code>bde73da</code></a> Fix duplicate inner joins for dotted field references in lazy data model (<a href="https://redirect.github.com/flowlogix/flowlogix/issues/1693">#1693</a>)</li> <li><a href="https://github.com/flowlogix/flowlogix/commit/ebc0d1ceacf1773b6ae2c9db600bd3bc638c2445"><code>ebc0d1c</code></a> Derive lazy model primary key type from JPA metamodel (<a href="https://redirect.github.com/flowlogix/flowlogix/issues/1695">#1695</a>)</li> <li><a href="https://github.com/flowlogix/flowlogix/commit/a27a98f175daa370afb8e268b76e80c06df200eb"><code>a27a98f</code></a> enh: add serialization test with custom qualifier annotation in FacadeTest</li> <li>Additional commits viewable in <a href="https://github.com/flowlogix/flowlogix/compare/Version-11.4.3...Version-11.5">compare view</a></li> </ul> </details> <br /> Updates `org.eclipse.jetty.ee11:jetty-ee11-glassfish-jstl` from 12.1.12 to 12.1.13 Updates `org.eclipse.jetty:jetty-plus` from 12.1.12 to 12.1.13 Updates `org.eclipse.jetty:jetty-jndi` from 12.1.12 to 12.1.13 Updates `org.eclipse.jetty:jetty-annotations` from 12.1.12 to 12.1.13 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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]
