dependabot[bot] opened a new pull request #11347: URL: https://github.com/apache/druid/pull/11347
Bumps [fastutil](https://github.com/vigna/fastutil) from 8.2.3 to 8.5.4. <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.4</p> <ul> <li>Fixed jar content.</li> </ul> <p>8.5.3</p> <ul> <li> <p>fastutil is now divided in three jars: fastutil-core.jar contains structures for integers, longs, doubles, and objects: fastutil-extra.jar contains additional structures for references, bytes, and characters; fastutil.jar the remaining structures. Each jar depends on the previous one (at the OSGi level, too).</p> </li> <li> <p>Unmodifiable wrappers now promote generic types as the JDK does. Thanks to Scott Kilpatrick for suggesting this feature.</p> </li> <li> <p>Improved allocations for parallel streams. Thanks to C. Sean Young <a href="mailto:[email protected]">[email protected]</a> for implementing this feature.</p> </li> </ul> <p>8.5.2</p> <ul> <li> <p>Fixed wrong implementation of forEachRemaining() in hash-based containers.</p> </li> <li> <p>Fixed iteration in linked hash maps.</p> </li> <li> <p>Fixed possible infinite recursion in AbstractMap.</p> </li> </ul> <p>8.5.1</p> <ul> <li> <p>Fixed bug in AbstractIndexBasedBigIterator that was affecting iterations on big lists.</p> </li> <li> <p>Added missing disambiguation method for type-specific Map.merge().</p> </li> </ul> <p>8.5.0</p> <ul> <li> <p>Added type-specific spliterators and primitive stream methods to all Collection types. Thanks to C. Sean Young <a href="mailto:[email protected]">[email protected]</a> for this massive code contribution.</p> </li> <li> <p>Added fast spliterator implementations for most concrete types. The only Collection types that do not currently have an optimized spliterator are RBTreeSet/Map, AVLTreeSet/Map, and ArrayFrontCodedList. These are planned for a future version. Thanks to C. Sean Young <a href="mailto:[email protected]">[email protected]</a> for implementing this feature.</p> </li> <li> <p>Added a lot of special cases for AbstractList's methods to better take advantage of RandomAccess based lists (the base List interface's default methods will still use the iterator based versions always). Thanks to C. Sean Young <a href="mailto:[email protected]">[email protected]</a> for implementing this feature.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vigna/fastutil/commit/be37f85c0c4ca0f5d69500c59e972a843edd3c31"><code>be37f85</code></a> Fixed jar content</li> <li><a href="https://github.com/vigna/fastutil/commit/fde599b835a506652694af800ead688a55d96b83"><code>fde599b</code></a> Fixed POM reference</li> <li><a href="https://github.com/vigna/fastutil/commit/19f98eec43dfd7a23fbfeeab2b2c236b4553296f"><code>19f98ee</code></a> Split Javadoc</li> <li><a href="https://github.com/vigna/fastutil/commit/88badf74d11b425ecc07076d89a176f8afd31d65"><code>88badf7</code></a> Removed test</li> <li><a href="https://github.com/vigna/fastutil/commit/95005f68ecd4cf2c77f2960c0949308b82b38313"><code>95005f6</code></a> Changed release revision</li> <li><a href="https://github.com/vigna/fastutil/commit/2749cf58a9fe30b8b24713e5feb36709c67e7096"><code>2749cf5</code></a> Fixed</li> <li><a href="https://github.com/vigna/fastutil/commit/d3b3ee188b7b6ca280499c22f82cf48f8229fc00"><code>d3b3ee1</code></a> Completed OSGi split</li> <li><a href="https://github.com/vigna/fastutil/commit/2175885e54e32f0712d870ec29d32730ec2cba5d"><code>2175885</code></a> Cleaning build dirs</li> <li><a href="https://github.com/vigna/fastutil/commit/7ee58a2a1684bfa05f27a79065830902dfd8eb8a"><code>7ee58a2</code></a> Removed Javadoc staging from core/rest</li> <li><a href="https://github.com/vigna/fastutil/commit/932f25567dda5e6dcb990b127b84e861d665f0e7"><code>932f255</code></a> Fixed staging</li> <li>Additional commits viewable in <a href="https://github.com/vigna/fastutil/compare/8.2.3...8.5.4">compare view</a></li> </ul> </details> <br /> [](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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
