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 org.jctools:jctools-core to v3.3.0 #453

Merged
merged 2 commits into from
Mar 28, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jctools:jctools-core 3.0.0 -> 3.3.0 age adoption passing confidence

Release Notes

JCTools/JCTools

v3.3.0

=========
This is a minor release with new features and several bug fixes.

Bug fixes:

  • #​334 NBHMLong iterators do not remove NO_KEY (thanks @​matteobertozzi)
  • #​335 NBHM/Long/Identity iterators only removes keys if values have not changed. Now follow JDK convention.
  • #​336 MpscBlockingConsumerArrayQueue: fix race writing to blocked field (thanks @​philipa)
  • #​339 fill wakeup call can spin forever(or until a consumer is blocked again) on MpscBlockingConsumerArrayQueue

New features:

  • #​340 MpscBlockingConsumerArrayQueue provide a new blocking drain variant (thanks @​franz1981)

v3.2.0

=========
This is a minor release with new features and several bug fixes.

Bug fixes:

  • #​319 Relying on test cases provided by @​alefedor (#​328) we apply the fix used for #​205 to NonBlockingHashMapLong and NonBlockingIdentityHashMap to provide getAndSet like semantics for put and remove.
  • #​330 Fix a NonBlockingIdentityHashMap replace bug. During this fix some further work was done to bring the code closer in line to the current state of NonBlockingHashMap

Enhancements:

New features:

  • After long incubation and following a user request (see #​321), we move counters (introduced in #​93 by @​qwwdfsad) into core!
  • Merging some experimental utils and a #​264 we add a PaddedAtomicLong, thanks @​pveentjer

v3.1.0

=========
This is a minor release with one new feature and several bug fixes.

Bug fixes:

New feature:

  • #​314 MpscBlockingConsumerArrayQueue::offerIfBelowThreshold is added (thanks @​philipa)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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 WhiteSource Renovate. View repository job log here.

@jbachorik jbachorik changed the base branch from master to develop March 20, 2021 19:47
@jbachorik jbachorik merged commit 3a21929 into develop Mar 28, 2021
@jbachorik jbachorik deleted the renovate/org.jctools-jctools-core-3.x branch March 28, 2021 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants