dependabot[bot] opened a new pull request, #2531: URL: https://github.com/apache/jena/pull/2531
Bumps the maven-patch-group group with 3 updates: [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf), [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project) and [org.eclipse.jetty.ee10:jetty-ee10-bom](https://github.com/jetty/jetty.project). Updates `com.google.protobuf:protobuf-java` from 4.27.0 to 4.27.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/protocolbuffers/protobuf/commits">compare view</a></li> </ul> </details> <br /> Updates `org.eclipse.jetty:jetty-bom` from 12.0.9 to 12.0.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jetty/jetty.project/releases">org.eclipse.jetty:jetty-bom's releases</a>.</em></p> <blockquote> <h2>12.0.10</h2> <h1>Changelog</h1> <ul> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11851">#11851</a> - jetty-ee8-websocket-javax-server export not honoured</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11811">#11811</a> - getHeaderNames should return header name once also when request has it in different case</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11800">#11800</a> - client: Allow <code>AsyncContentListener.onContent</code> to throw checked Exceptions</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11792">#11792</a> - <code>StdErrAppender</code> should detect exception circular references</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11776">#11776</a> - NPE from <code>org.eclipse.jetty.ee8.nested.Request.getRequestURL</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11767">#11767</a> - Backward compat API <code>WebAppContext.getServerClassMatcher()</code> is not updating the <code>WebAppClassloader</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11766">#11766</a> - Ensure <code>ReadListener</code> is nulled out when AsyncContext is completed.</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11763">#11763</a> - Race condition in <code>QoSHandler</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11760">#11760</a> - <code>request.getHttpURI().getScheme()</code> is null on FORWARD dispatched request, causing NPE</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11756">#11756</a> - <code>ChunkAccumulator</code> not working with empty chunks</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11748">#11748</a> - Unexpected HTTP Response Status Code: 404 Not Found</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11745">#11745</a> - Issue while adding Module for Persistent HTTP Sessions: Google Cloud DataStore</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11736">#11736</a> - Issue with Response <code>OutputStream#close()</code> rethrowing same <code>EofException</code> instance</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11507">#11507</a> - <code>org.eclipse.jetty.util.Attributes.getAttribute()</code> should specify return type if no match is found</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11501">#11501</a> - Introduce experiment fully virtual <code>VirtualThreadPool</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11072">#11072</a> - Introduce <code>StateTrackingHandler</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/9778">#9778</a> - Remove <code>WriteFlusher.Listener</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/9177">#9177</a> - Add JVM info and OS info to <code>Dumpable.dump()</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jetty/jetty.project/commit/26106dfc84a03ddb6216062fe33b047fc332d0ce"><code>26106df</code></a> Updating to version 12.0.10</li> <li><a href="https://github.com/jetty/jetty.project/commit/b3fcb17981564042615a1e2332370630054354f5"><code>b3fcb17</code></a> a bit more memory</li> <li><a href="https://github.com/jetty/jetty.project/commit/e1c7a7ca02a913b7def99af8223ad4e2855425a6"><code>e1c7a7c</code></a> commented code</li> <li><a href="https://github.com/jetty/jetty.project/commit/a4e186fb19879b55b440d316a82c2b0a6a440f5b"><code>a4e186f</code></a> comment flaky part of the test</li> <li><a href="https://github.com/jetty/jetty.project/commit/4bf8e412e30a1fc20bc8822ddb247e054ce17806"><code>4bf8e41</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/11851">#11851</a> export org.eclipse.jetty.ee8.websocket.javax.server</li> <li><a href="https://github.com/jetty/jetty.project/commit/a089fbf3ea41320a7906c0759f7d72e0db97c20f"><code>a089fbf</code></a> Fixes <a href="https://redirect.github.com/jetty/jetty.project/issues/9778">#9778</a> - Jetty 12 - Remove WriteFlusher.Listener. (<a href="https://redirect.github.com/jetty/jetty.project/issues/11839">#11839</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/bc03176224569a845b900e9283093fc387daf337"><code>bc03176</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/11745">#11745</a> - fix the environment var for the GAE Instance in id-manager.xml...</li> <li><a href="https://github.com/jetty/jetty.project/commit/042582813f3e1189ad0fd070c67b7cf32e0224a0"><code>0425828</code></a> Fix <a href="https://redirect.github.com/jetty/jetty.project/issues/9177">#9177</a> dump JVM info (<a href="https://redirect.github.com/jetty/jetty.project/issues/11845">#11845</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/7e36f3c6e95330b2fc705e0f9e287e2b97879d07"><code>7e36f3c</code></a> Fix <a href="https://redirect.github.com/jetty/jetty.project/issues/11507">#11507</a> getAttribute javadoc (<a href="https://redirect.github.com/jetty/jetty.project/issues/11843">#11843</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/e782f91ef20bf810a753cef223ccb57ba4e23ad5"><code>e782f91</code></a> Fixes <a href="https://redirect.github.com/jetty/jetty.project/issues/1470">#1470</a> - Replace Timer use with Jetty Scheduler.</li> <li>Additional commits viewable in <a href="https://github.com/jetty/jetty.project/compare/jetty-12.0.9...jetty-12.0.10">compare view</a></li> </ul> </details> <br /> Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.9 to 12.0.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jetty/jetty.project/releases">org.eclipse.jetty.ee10:jetty-ee10-bom's releases</a>.</em></p> <blockquote> <h2>12.0.10</h2> <h1>Changelog</h1> <ul> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11851">#11851</a> - jetty-ee8-websocket-javax-server export not honoured</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11811">#11811</a> - getHeaderNames should return header name once also when request has it in different case</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11800">#11800</a> - client: Allow <code>AsyncContentListener.onContent</code> to throw checked Exceptions</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11792">#11792</a> - <code>StdErrAppender</code> should detect exception circular references</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11776">#11776</a> - NPE from <code>org.eclipse.jetty.ee8.nested.Request.getRequestURL</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11767">#11767</a> - Backward compat API <code>WebAppContext.getServerClassMatcher()</code> is not updating the <code>WebAppClassloader</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11766">#11766</a> - Ensure <code>ReadListener</code> is nulled out when AsyncContext is completed.</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11763">#11763</a> - Race condition in <code>QoSHandler</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11760">#11760</a> - <code>request.getHttpURI().getScheme()</code> is null on FORWARD dispatched request, causing NPE</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11756">#11756</a> - <code>ChunkAccumulator</code> not working with empty chunks</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11748">#11748</a> - Unexpected HTTP Response Status Code: 404 Not Found</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11745">#11745</a> - Issue while adding Module for Persistent HTTP Sessions: Google Cloud DataStore</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11736">#11736</a> - Issue with Response <code>OutputStream#close()</code> rethrowing same <code>EofException</code> instance</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11507">#11507</a> - <code>org.eclipse.jetty.util.Attributes.getAttribute()</code> should specify return type if no match is found</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11501">#11501</a> - Introduce experiment fully virtual <code>VirtualThreadPool</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11072">#11072</a> - Introduce <code>StateTrackingHandler</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/9778">#9778</a> - Remove <code>WriteFlusher.Listener</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/9177">#9177</a> - Add JVM info and OS info to <code>Dumpable.dump()</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jetty/jetty.project/commit/26106dfc84a03ddb6216062fe33b047fc332d0ce"><code>26106df</code></a> Updating to version 12.0.10</li> <li><a href="https://github.com/jetty/jetty.project/commit/b3fcb17981564042615a1e2332370630054354f5"><code>b3fcb17</code></a> a bit more memory</li> <li><a href="https://github.com/jetty/jetty.project/commit/e1c7a7ca02a913b7def99af8223ad4e2855425a6"><code>e1c7a7c</code></a> commented code</li> <li><a href="https://github.com/jetty/jetty.project/commit/a4e186fb19879b55b440d316a82c2b0a6a440f5b"><code>a4e186f</code></a> comment flaky part of the test</li> <li><a href="https://github.com/jetty/jetty.project/commit/4bf8e412e30a1fc20bc8822ddb247e054ce17806"><code>4bf8e41</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/11851">#11851</a> export org.eclipse.jetty.ee8.websocket.javax.server</li> <li><a href="https://github.com/jetty/jetty.project/commit/a089fbf3ea41320a7906c0759f7d72e0db97c20f"><code>a089fbf</code></a> Fixes <a href="https://redirect.github.com/jetty/jetty.project/issues/9778">#9778</a> - Jetty 12 - Remove WriteFlusher.Listener. (<a href="https://redirect.github.com/jetty/jetty.project/issues/11839">#11839</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/bc03176224569a845b900e9283093fc387daf337"><code>bc03176</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/11745">#11745</a> - fix the environment var for the GAE Instance in id-manager.xml...</li> <li><a href="https://github.com/jetty/jetty.project/commit/042582813f3e1189ad0fd070c67b7cf32e0224a0"><code>0425828</code></a> Fix <a href="https://redirect.github.com/jetty/jetty.project/issues/9177">#9177</a> dump JVM info (<a href="https://redirect.github.com/jetty/jetty.project/issues/11845">#11845</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/7e36f3c6e95330b2fc705e0f9e287e2b97879d07"><code>7e36f3c</code></a> Fix <a href="https://redirect.github.com/jetty/jetty.project/issues/11507">#11507</a> getAttribute javadoc (<a href="https://redirect.github.com/jetty/jetty.project/issues/11843">#11843</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/e782f91ef20bf810a753cef223ccb57ba4e23ad5"><code>e782f91</code></a> Fixes <a href="https://redirect.github.com/jetty/jetty.project/issues/1470">#1470</a> - Replace Timer use with Jetty Scheduler.</li> <li>Additional commits viewable in <a href="https://github.com/jetty/jetty.project/compare/jetty-12.0.9...jetty-12.0.10">compare view</a></li> </ul> </details> <br /> Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.9 to 12.0.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jetty/jetty.project/releases">org.eclipse.jetty.ee10:jetty-ee10-bom's releases</a>.</em></p> <blockquote> <h2>12.0.10</h2> <h1>Changelog</h1> <ul> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11851">#11851</a> - jetty-ee8-websocket-javax-server export not honoured</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11811">#11811</a> - getHeaderNames should return header name once also when request has it in different case</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11800">#11800</a> - client: Allow <code>AsyncContentListener.onContent</code> to throw checked Exceptions</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11792">#11792</a> - <code>StdErrAppender</code> should detect exception circular references</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11776">#11776</a> - NPE from <code>org.eclipse.jetty.ee8.nested.Request.getRequestURL</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11767">#11767</a> - Backward compat API <code>WebAppContext.getServerClassMatcher()</code> is not updating the <code>WebAppClassloader</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11766">#11766</a> - Ensure <code>ReadListener</code> is nulled out when AsyncContext is completed.</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11763">#11763</a> - Race condition in <code>QoSHandler</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11760">#11760</a> - <code>request.getHttpURI().getScheme()</code> is null on FORWARD dispatched request, causing NPE</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11756">#11756</a> - <code>ChunkAccumulator</code> not working with empty chunks</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11748">#11748</a> - Unexpected HTTP Response Status Code: 404 Not Found</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11745">#11745</a> - Issue while adding Module for Persistent HTTP Sessions: Google Cloud DataStore</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11736">#11736</a> - Issue with Response <code>OutputStream#close()</code> rethrowing same <code>EofException</code> instance</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11507">#11507</a> - <code>org.eclipse.jetty.util.Attributes.getAttribute()</code> should specify return type if no match is found</li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11501">#11501</a> - Introduce experiment fully virtual <code>VirtualThreadPool</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/11072">#11072</a> - Introduce <code>StateTrackingHandler</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/9778">#9778</a> - Remove <code>WriteFlusher.Listener</code></li> <li><a href="https://redirect.github.com/jetty/jetty.project/issues/9177">#9177</a> - Add JVM info and OS info to <code>Dumpable.dump()</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jetty/jetty.project/commit/26106dfc84a03ddb6216062fe33b047fc332d0ce"><code>26106df</code></a> Updating to version 12.0.10</li> <li><a href="https://github.com/jetty/jetty.project/commit/b3fcb17981564042615a1e2332370630054354f5"><code>b3fcb17</code></a> a bit more memory</li> <li><a href="https://github.com/jetty/jetty.project/commit/e1c7a7ca02a913b7def99af8223ad4e2855425a6"><code>e1c7a7c</code></a> commented code</li> <li><a href="https://github.com/jetty/jetty.project/commit/a4e186fb19879b55b440d316a82c2b0a6a440f5b"><code>a4e186f</code></a> comment flaky part of the test</li> <li><a href="https://github.com/jetty/jetty.project/commit/4bf8e412e30a1fc20bc8822ddb247e054ce17806"><code>4bf8e41</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/11851">#11851</a> export org.eclipse.jetty.ee8.websocket.javax.server</li> <li><a href="https://github.com/jetty/jetty.project/commit/a089fbf3ea41320a7906c0759f7d72e0db97c20f"><code>a089fbf</code></a> Fixes <a href="https://redirect.github.com/jetty/jetty.project/issues/9778">#9778</a> - Jetty 12 - Remove WriteFlusher.Listener. (<a href="https://redirect.github.com/jetty/jetty.project/issues/11839">#11839</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/bc03176224569a845b900e9283093fc387daf337"><code>bc03176</code></a> Issue <a href="https://redirect.github.com/jetty/jetty.project/issues/11745">#11745</a> - fix the environment var for the GAE Instance in id-manager.xml...</li> <li><a href="https://github.com/jetty/jetty.project/commit/042582813f3e1189ad0fd070c67b7cf32e0224a0"><code>0425828</code></a> Fix <a href="https://redirect.github.com/jetty/jetty.project/issues/9177">#9177</a> dump JVM info (<a href="https://redirect.github.com/jetty/jetty.project/issues/11845">#11845</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/7e36f3c6e95330b2fc705e0f9e287e2b97879d07"><code>7e36f3c</code></a> Fix <a href="https://redirect.github.com/jetty/jetty.project/issues/11507">#11507</a> getAttribute javadoc (<a href="https://redirect.github.com/jetty/jetty.project/issues/11843">#11843</a>)</li> <li><a href="https://github.com/jetty/jetty.project/commit/e782f91ef20bf810a753cef223ccb57ba4e23ad5"><code>e782f91</code></a> Fixes <a href="https://redirect.github.com/jetty/jetty.project/issues/1470">#1470</a> - Replace Timer use with Jetty Scheduler.</li> <li>Additional commits viewable in <a href="https://github.com/jetty/jetty.project/compare/jetty-12.0.9...jetty-12.0.10">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | org.eclipse.jetty:jetty-bom | [>= 11.a, < 12] | </details> 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 <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: pr-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org For additional commands, e-mail: pr-h...@jena.apache.org