chore(deps): update dependency org.jctools:jctools-core to v4 #725
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot].This notice will be removed on 2025-10-07.
This PR contains the following updates:
2.1.2->4.0.5Release Notes
JCTools/JCTools (org.jctools:jctools-core)
v4.0.5: Fix bytecode version and add unpadded atomic queuesCompare Source
v4.0.4Compare Source
v4.0.3Compare Source
v4.0.2: Minor Release 4.0.2Compare Source
Same code, new bundling post #370
v4.0.1=========
This is a major release, following the removal of the
QueueFactory,AtomicQueueFactoryandorg.jctools.queues.specpackage(deprecated since 3.0). These classes are still used for testing, but are not part of the release artifacts
anymore.
New unpadded queue variants are also included in this release.
Further changes included:
v3.3.0Compare Source
=========
This is a minor release with new features and several bug fixes.
Bug fixes:
fillwakeup call can spin forever(or until a consumer is blocked again) on MpscBlockingConsumerArrayQueueNew features:
v3.2.0Compare Source
=========
This is a minor release with new features and several bug fixes.
Bug fixes:
NonBlockingHashMapLongandNonBlockingIdentityHashMapto providegetAndSetlike semantics for put and remove.NonBlockingIdentityHashMapreplacebug. During this fix some further work was done to bring the code closer in line to the current state ofNonBlockingHashMapEnhancements:
New features:
PaddedAtomicLong, thanks @pveentjerv3.1.0Compare Source
=========
This is a minor release with one new feature and several bug fixes.
Bug fixes:
5fd5772#diff-b17b0df9e15e7821411b77042876eb02 (thanks @hl845740757 and @franz1981)5fd5772#diff-f32b0a7583f04b29affe3c5f0486df4f (thanks @hl845740757 and @franz1981)New feature:
v3.0.1Compare Source
v3.0.0Compare Source
=========
This is a major version as there are some minor API breaking changes which may effect users. Please apply with care and provide feedback. The breaking changes:
Removed MpscLinkedQueue7 and MpscLinkedQueue8 and consolidate into parent. This removes the need for the builder method on MpscLinkedQueue.
Deprecated QueueFactory and spec package classes. These are not used by any users AFAICT and are only used for testing internally.
Removed some internal classes and reduced visibility of internal utilities where practical. The @InternalAPI tagging annotation is also used more extensively to discourage dependency.
We also have some great new queues for y'all to try:
(from @franz1981)
Bug fixes:
b467d29,15d944c,6367951Improvements:
9db418c)Many other improvements to testing, javadoc, formatting were made with some contributions from @Hearen @JanStureNielsen @nastra thanks!
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.