dependabot[bot] opened a new pull request, #1634:
URL: https://github.com/apache/maven-resolver/pull/1634

   Bumps 
[com.github.mizosoft.methanol:methanol](https://github.com/mizosoft/methanol) 
from 1.8.3 to 1.8.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mizosoft/methanol/releases";>com.github.mizosoft.methanol:methanol's
 releases</a>.</em></p>
   <blockquote>
   <h2>v1.8.4</h2>
   <ul>
   <li>
   <p>Fixed <a 
href="https://redirect.github.com/mizosoft/methanol/issues/129";>#129</a>, where 
streaming large files through <code>WritableBodyPublisher</code> on slow 
networks caused high memory usage. Now the publisher blocks writers when the 
upload speed can't keep up. Memory usage is bounded according to the 
expression:</p>
   <pre lang="java"><code>int memoryQuota = 
Integer.getInteger(&quot;com.github.mizosoft.methanol.flow.prefetch&quot;, 8) * 
Integer.getInteger(&quot;jdk.httpclient.bufsize&quot;, 16 * 1024);
   </code></pre>
   <p>Note that this also reflects on 
<code>MoreBodyPublishers::ofOutputStream</code> &amp; 
<code>MoreBodyPublishers::ofWritableByteChannel</code>.</p>
   </li>
   <li>
   <p>Fixed <a 
href="https://redirect.github.com/mizosoft/methanol/issues/134";>#134</a>, where 
the system language affected how HTTP dates were formatted.</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/mizosoft/methanol/blob/master/CHANGELOG.md";>com.github.mizosoft.methanol:methanol's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.8.4</h2>
   <ul>
   <li>
   <p>Fixed <a 
href="https://redirect.github.com/mizosoft/methanol/issues/129";>#129</a>, where 
streaming large files through <code>WritableBodyPublisher</code> on slow 
networks caused high memory usage.
   Now the publisher blocks writers when the upload speed can't keep up. Memory 
usage is bounded according to the expression:</p>
   <pre lang="java"><code>int memoryQuota = 
Integer.getInteger(&quot;com.github.mizosoft.methanol.flow.prefetch&quot;, 8) * 
Integer.getInteger(&quot;jdk.httpclient.bufsize&quot;, 16 * 1024);
   </code></pre>
   <p>Note that this also reflects on 
<code>MoreBodyPublishers::ofOutputStream</code> &amp; 
<code>MoreBodyPublishers::ofWritableByteChannel</code>.</p>
   </li>
   <li>
   <p>Fixed <a 
href="https://redirect.github.com/mizosoft/methanol/issues/134";>#134</a>, where 
the system language affected how HTTP dates were formatted.</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mizosoft/methanol/commit/2aa9dc41b25e0944f61055615e1da3d7e3177a72";><code>2aa9dc4</code></a>
 Release 1.8.4</li>
   <li><a 
href="https://github.com/mizosoft/methanol/commit/a36489313b107da8f2bf3354fa1be3958457ed96";><code>a364893</code></a>
 Fix releasing for Kotlin projects</li>
   <li><a 
href="https://github.com/mizosoft/methanol/commit/491f4b869c7a0c58c87e45695f91ffb2f29bc480";><code>491f4b8</code></a>
 Polish documentation</li>
   <li><a 
href="https://github.com/mizosoft/methanol/commit/9846d591d4dc9ad3cb5e8a309c843f1bb5d4c895";><code>9846d59</code></a>
 Update gradle</li>
   <li><a 
href="https://github.com/mizosoft/methanol/commit/99837af73971756d52bb089fee73e55f826ddd0c";><code>99837af</code></a>
 Remove unused function</li>
   <li><a 
href="https://github.com/mizosoft/methanol/commit/52b6899fe6f1e053bbe8762c22678f0cd459209b";><code>52b6899</code></a>
 Add link for multipart uploads in README (<a 
href="https://redirect.github.com/mizosoft/methanol/issues/153";>#153</a>)</li>
   <li><a 
href="https://github.com/mizosoft/methanol/commit/d5b6e813844d26d99270b0e5a00f443db19f3af5";><code>d5b6e81</code></a>
 Clarify java requirements at build and runtime (<a 
href="https://redirect.github.com/mizosoft/methanol/issues/143";>#143</a>)</li>
   <li><a 
href="https://github.com/mizosoft/methanol/commit/47c014843e3be336d5db2f7ade9c621c83f9006c";><code>47c0148</code></a>
 Don't run tests on Mac with <a 
href="https://github.com/DisabledOnOs";><code>@​DisabledOnOs</code></a> (<a 
href="https://redirect.github.com/mizosoft/methanol/issues/148";>#148</a>)</li>
   <li><a 
href="https://github.com/mizosoft/methanol/commit/74fb2e626c42b8fe39f95aa9d4daf6c626e85d2d";><code>74fb2e6</code></a>
 Skip running tests of methanol-brotli on aarch64 (<a 
href="https://redirect.github.com/mizosoft/methanol/issues/144";>#144</a>)</li>
   <li><a 
href="https://github.com/mizosoft/methanol/commit/ef11a60fd64337f818622b0012728c326d437c49";><code>ef11a60</code></a>
 Modify workflows for fork PRs (<a 
href="https://redirect.github.com/mizosoft/methanol/issues/147";>#147</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mizosoft/methanol/compare/v1.8.3...v1.8.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.mizosoft.methanol:methanol&package-manager=maven&previous-version=1.8.3&new-version=1.8.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to