Skip to content

build(deps): bump org.jctools:jctools-core from 4.0.4 to 4.0.6#181

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/org.jctools-jctools-core-4.0.6
Closed

build(deps): bump org.jctools:jctools-core from 4.0.4 to 4.0.6#181
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/org.jctools-jctools-core-4.0.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 1, 2026

Bumps org.jctools:jctools-core from 4.0.4 to 4.0.6.

Release notes

Sourced from org.jctools:jctools-core's releases.

Add VarHandle queues and other minor fixups

NOTE: This will be the last release with JDK6 bytecode for jctools-core. The next release will be 5.0.0 and will compile with the 1.8 target, allowing for method handles.

This release has 2 artifacts. The old jctools-core with the following changes:

  • Where plain access to field is used by queues, the field is not volatile and volatile access is done using Unsafe.
  • Use a generated ConcurrentCircularXXXQueue instead of hand rolled base classes in generated code.
  • Padding blocks formatting is improved in generated code.

The release introduces a new artifact, jctools-core-jdk11 which included generated VarHandle queues (padded and unpadded). These queues do not rely on Unsafe, and offer better performance than the AtomicFieldUpdater generated code. We expect many users will prefer these variants going forward to break their reliance on Unsafe.

The majority of the VarHandle work is a great contribution from @​amarziali , thanks!!! We also thank @​franz1981 for his help reviewing and profiling the code.

Fix bytecode version and add unpadded atomic queues

No release notes provided.

Commits
  • 81fc9f7 Add VH package info
  • b43fb9a Remove la optimization from VH queues in the absence of evidence it improve...
  • b8b6eb5 Improve baseline
  • e06b852 Generate atomic queues after builder changes
  • 97aa7b4 Prep atomic generator for generating base classes
  • e17024a Generate VH LinkedArray queues
  • 85f8938 Regenerate queues with padding block
  • 845e8ff Fix up volatile/plain fields access and prep for LinkedArray queues
  • dc94426 Nicer formatting for padding blocks
  • 7c77981 Fix test timeout due to slow clear on linked queues
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [org.jctools:jctools-core](https://github.com/JCTools/JCTools) from 4.0.4 to 4.0.6.
- [Release notes](https://github.com/JCTools/JCTools/releases)
- [Changelog](https://github.com/JCTools/JCTools/blob/master/RELEASE-NOTES.md)
- [Commits](JCTools/JCTools@v4.0.4...v4.0.6)

---
updated-dependencies:
- dependency-name: org.jctools:jctools-core
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 1, 2026
@fedex81 fedex81 closed this Mar 2, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 2, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/gradle/org.jctools-jctools-core-4.0.6 branch March 2, 2026 13:56
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant