Skip to content

Bump fastutil from 8.4.2 to 8.5.4#278

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/master/it.unimi.dsi-fastutil-8.5.4
Closed

Bump fastutil from 8.4.2 to 8.5.4#278
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/master/it.unimi.dsi-fastutil-8.5.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 29, 2021

Copy link
Copy Markdown
Contributor

Bumps fastutil from 8.4.2 to 8.5.4.

Changelog

Sourced from fastutil's changelog.

8.5.4

  • Fixed jar content.

8.5.3

  • 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).

  • Unmodifiable wrappers now promote generic types as the JDK does. Thanks to Scott Kilpatrick for suggesting this feature.

  • Improved allocations for parallel streams. Thanks to C. Sean Young csyoung@google.com for implementing this feature.

8.5.2

  • Fixed wrong implementation of forEachRemaining() in hash-based containers.

  • Fixed iteration in linked hash maps.

  • Fixed possible infinite recursion in AbstractMap.

8.5.1

  • Fixed bug in AbstractIndexBasedBigIterator that was affecting iterations on big lists.

  • Added missing disambiguation method for type-specific Map.merge().

8.5.0

  • Added type-specific spliterators and primitive stream methods to all Collection types. Thanks to C. Sean Young csyoung@google.com for this massive code contribution.

  • 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 csyoung@google.com for implementing this feature.

  • 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 csyoung@google.com for implementing this feature.

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [fastutil](https://github.com/vigna/fastutil) from 8.4.2 to 8.5.4.
- [Release notes](https://github.com/vigna/fastutil/releases)
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](vigna/fastutil@8.4.2...8.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 29, 2021
@dependabot @github

dependabot Bot commented on behalf of github Sep 8, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #359.

@dependabot dependabot Bot closed this Sep 8, 2021
@dependabot dependabot Bot deleted the dependabot/maven/master/it.unimi.dsi-fastutil-8.5.4 branch September 8, 2021 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants