Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.carrotsearch:hppc to v0.10.0 #2512

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

solrbot
Copy link
Collaborator

@solrbot solrbot commented Jun 9, 2024

This PR contains the following updates:

Package Type Update Change
com.carrotsearch:hppc dependencies minor 0.9.1 -> 0.10.0

Release Notes

carrotsearch/hppc (com.carrotsearch:hppc)

v0.10.0

Compare Source

This release adds a few utility methods and fixes a few problems with clashing method names (remove). This release is not backward compatible: it's likely you will have to update your code (remove method renamed to removeElement or removeAt, depending on the semantics, dropped WormMap and WormSet classes).

This release requires Java 11 or higher to run.

Resolved issues:
https://github.com/carrotsearch/hppc/milestone/4?closed=1

JavaDoc:
http://carrotsearch.github.io/hppc/releases/0.10.0/api/

New features and API changes

  • GH-250: Add KTypeIndexedContainer stream, sort and reverse methods. (Bruno Roustant)

  • GH-247: Add KTypeArrayList removeAt and rename remove to removeElement. (Bruno Roustant)

  • GH-244: Hide RamUsageEstimator from the public API. (Dawid Weiss)

  • GH-239: Minimum Java bumped to 11 (from 8). (Dawid Weiss)

  • GH-235: Drop WormMap and WormSet. (Bruno Roustant).

Improvements

  • GH-248: List constructor creates a buffer with capacity exactly the expected number of elements. (Bruno Roustant)

** Bugs

  • GH-237: Fix HashMap put/remove returned value for empty key after clear. (Bruno Roustant)

Configuration

📅 Schedule: Branch creation - "* * * * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot

@github-actions github-actions bot added the dependencies Dependency upgrades label Jun 9, 2024
@solrbot solrbot changed the title Update dependency com.carrotsearch:hppc to v0.10.0 chore(deps): update dependency com.carrotsearch:hppc to v0.10.0 Jul 22, 2024
@cpoerschke cpoerschke changed the title chore(deps): update dependency com.carrotsearch:hppc to v0.10.0 Update dependency com.carrotsearch:hppc to v0.10.0 Jul 23, 2024
@cpoerschke cpoerschke merged commit 31129e4 into apache:main Jul 23, 2024
3 checks passed
asfgit pushed a commit that referenced this pull request Jul 23, 2024
@solrbot solrbot deleted the renovate/com.carrotsearch-hppc-0.x branch July 23, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency upgrades
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants