You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by GitBox <gi...@apache.org> on 2022/12/12 05:09:49 UTC

[GitHub] [tika] dependabot[bot] opened a new pull request, #847: Bump fastutil from 8.5.9 to 8.5.11

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

   Bumps [fastutil](https://github.com/vigna/fastutil) from 8.5.9 to 8.5.11.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/vigna/fastutil/blob/master/CHANGES">fastutil's changelog</a>.</em></p>
   <blockquote>
   <p>8.5.11</p>
   <ul>
   <li>
   <p>Hash-based containers now expose ensureCapacity().</p>
   </li>
   <li>
   <p>HashCommon.nextPowerOf2() is now faster. Thanks to Richard Startin
   for improving this method.</p>
   </li>
   <li>
   <p>A very long-standing bug in linked hash containers has been fixed.
   Methods removing the last or first entry would not update correctly
   the pointer to the first (or last, respectively) item, leading to
   incorrect iteration behavior when removing the last element of a
   container.</p>
   </li>
   </ul>
   <p>8.5.10</p>
   <ul>
   <li>Really fixed overflow bug in BigArrays.ensureOffsetLength(). Thanks
   to Pierre Gruet for reporting this bug.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/vigna/fastutil/commit/7944e1da4cb9d24e4d451b9b0924746271794be1"><code>7944e1d</code></a> Reinstated mvn artifact task</li>
   <li><a href="https://github.com/vigna/fastutil/commit/0fda8c387413dc53fda7f8ac126492383e235851"><code>0fda8c3</code></a> Fixed for Java 17</li>
   <li><a href="https://github.com/vigna/fastutil/commit/d6c4cffd9a91da38ab7078caa758fe9f3be53103"><code>d6c4cff</code></a> A very long-standing bug in linked hash containers has been fixed</li>
   <li><a href="https://github.com/vigna/fastutil/commit/4f2b7e260410788c0244e7abde1d8f3a1409343c"><code>4f2b7e2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/vigna/fastutil/issues/281">#281</a> from richardstartin/faster-next-pow2</li>
   <li><a href="https://github.com/vigna/fastutil/commit/ff5a0760e11e0ea288e45b88dcd06999e519ce93"><code>ff5a076</code></a> Added comment</li>
   <li><a href="https://github.com/vigna/fastutil/commit/1d4fe1c12a1c0eb4f13975176fa9ad461ba381c2"><code>1d4fe1c</code></a> faster HashCommon.nextPowerOf2</li>
   <li><a href="https://github.com/vigna/fastutil/commit/540fed8147f69c00eee4b1e749b4893b3a17c519"><code>540fed8</code></a> Hash-based big sets now expose ensureCapacity()</li>
   <li><a href="https://github.com/vigna/fastutil/commit/85bb33b1bfde34dac21005037951b615268f0083"><code>85bb33b</code></a> Hash-based containers now expose ensureCapacity()</li>
   <li><a href="https://github.com/vigna/fastutil/commit/ac10cae36e0fe99675e93e366c1d9af0c3316c67"><code>ac10cae</code></a> Explicit checks for positive (big) array length</li>
   <li><a href="https://github.com/vigna/fastutil/commit/e39878edc23b2f663da002032467790c3b18850b"><code>e39878e</code></a> Added junit ant target to binary makefile target</li>
   <li>Additional commits viewable in <a href="https://github.com/vigna/fastutil/compare/8.5.9...8.5.11">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=it.unimi.dsi:fastutil&package-manager=maven&previous-version=8.5.9&new-version=8.5.11)](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 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-unsubscribe@tika.apache.org

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


[GitHub] [tika] THausherr merged pull request #847: Bump fastutil from 8.5.9 to 8.5.11

Posted by GitBox <gi...@apache.org>.
THausherr merged PR #847:
URL: https://github.com/apache/tika/pull/847


-- 
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-unsubscribe@tika.apache.org

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