fix(deps): update dependency org.jctools:jctools-core to v4.0.6#984
Open
elastic-renovate-prod[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency org.jctools:jctools-core to v4.0.6#984elastic-renovate-prod[bot] wants to merge 1 commit intomainfrom
elastic-renovate-prod[bot] wants to merge 1 commit intomainfrom
Conversation
LikeTheSalad
approved these changes
Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
4.0.5->4.0.6Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
JCTools/JCTools (org.jctools:jctools-core)
v4.0.6: Add VarHandle queues and other minor fixupsNOTE: This will be the last release with JDK6 bytecode for
jctools-core. The next release will be 5.0.0 and will compile with the1.8target, allowing for method handles.This release has 2 artifacts. The old
jctools-corewith the following changes:volatileandvolatileaccess is done usingUnsafe.The release introduces a new artifact,
jctools-core-jdk11which included generatedVarHandlequeues (padded and unpadded). These queues do not rely onUnsafe, and offer better performance than theAtomicFieldUpdatergenerated code. We expect many users will prefer these variants going forward to break their reliance onUnsafe.The majority of the
VarHandlework is a great contribution from @amarziali , thanks!!!We also thank @franz1981 for his help reviewing and profiling the code.
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.