dependabot[bot] opened a new pull request, #3346:
URL: https://github.com/apache/ignite-3/pull/3346

   Bumps [org.jctools:jctools-core](https://github.com/JCTools/JCTools) from 
3.3.0 to 4.0.3.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/JCTools/JCTools/releases";>org.jctools:jctools-core's 
releases</a>.</em></p>
   <blockquote>
   <h2>Rebuild of 4.0.2 for JDK 6 compatibility</h2>
   <p>Due to an error in the release process of v4.0.2 the binaries were built 
with JDK11, losing backwards compatibility with JDK6. This is fixed in this new 
release.</p>
   <h2>Minor Release 4.0.2</h2>
   <p>Same code, new bundling post <a 
href="https://redirect.github.com/JCTools/JCTools/issues/370";>#370</a></p>
   <h2>Major Release 4.0.1</h2>
   <p>This is a major release, following the removal of the 
<code>QueueFactory</code>, <code>AtomicQueueFactory</code> and 
<code>org.jctools.queues.spec</code> package(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:</p>
   <ul>
   <li><a 
href="https://github.com/JCTools/JCTools/commit/66e6cbc9b88e1440a597c803b7df9bd1d60219f6";>Fix
 table-size long math on very large tables</a></li>
   <li><a 
href="https://github.com/JCTools/JCTools/commit/6e2a4860fe3d6148a85ff592a4a4e47cf0b7088d";>Fix</a>
 <a 
href="https://redirect.github.com/JCTools/JCTools/issues/355";>JCTools/JCTools#355</a>
 <a 
href="https://github.com/JCTools/JCTools/commit/6e2a4860fe3d6148a85ff592a4a4e47cf0b7088d";>by
 adhering to</a> <a 
href="https://github.com/JCTools/JCTools/commit/6e2a4860fe3d6148a85ff592a4a4e47cf0b7088d";>size</a>
 <a 
href="https://github.com/JCTools/JCTools/commit/6e2a4860fe3d6148a85ff592a4a4e47cf0b7088d";>semantic
 for queue emptiness</a></li>
   </ul>
   <p>And many improvements to testing and code generation.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/JCTools/JCTools/blob/master/RELEASE-NOTES.md";>org.jctools:jctools-core's
 changelog</a>.</em></p>
   <blockquote>
   <h1>4.0.1</h1>
   <p>This is a major release, following the removal of the 
<code>QueueFactory</code>, <code>AtomicQueueFactory</code> and 
<code>org.jctools.queues.spec</code>
   package(deprecated since 3.0). These classes are still used for testing, but 
are not part of the release artifacts
   anymore.</p>
   <p>New unpadded queue variants are also included in this release.</p>
   <p>Further changes included:</p>
   <ul>
   <li>Fix table-size long math on very large tables</li>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/355";>#355</a> Adher to 
size semantic for queue emptiness for MpscLinkedArrayQueue variants</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/JCTools/JCTools/commit/0dae71cc8b8aa2a013f6b3d258c3c5872bc4c271";><code>0dae71c</code></a>
 Update development version to 4.0.3-SNAPSHOT</li>
   <li><a 
href="https://github.com/JCTools/JCTools/commit/f36b00f0f499ed0a17e6852caeb3addff833cc71";><code>f36b00f</code></a>
 Fix <a href="https://redirect.github.com/JCTools/JCTools/issues/384";>#384</a>, 
<code>##</code> in javadoc instead of <code>#</code></li>
   <li><a 
href="https://github.com/JCTools/JCTools/commit/463181b8dc147d045db62d2823c82c790abbca73";><code>463181b</code></a>
 Add module descriptor to <code>jctools-core</code></li>
   <li><a 
href="https://github.com/JCTools/JCTools/commit/3e5446588f94ba9efbcf134213bc4c124348dcbd";><code>3e54465</code></a>
 Add CodeQL workflow for GitHub code scanning</li>
   <li><a 
href="https://github.com/JCTools/JCTools/commit/25c1a28f6bfb225149556a4f7b7beb3e4e131dd7";><code>25c1a28</code></a>
 Adding benchmark for thread-local object pool use case</li>
   <li><a 
href="https://github.com/JCTools/JCTools/commit/9c39910767f9733cfc69da57c3abead16b1a3263";><code>9c39910</code></a>
 Update RELEASE-NOTES.md post 4.0.1 release</li>
   <li><a 
href="https://github.com/JCTools/JCTools/commit/cd9710e5f0dd9dc87bcfd06fefe1cc96b5c3f8f9";><code>cd9710e</code></a>
 Update README to latest version</li>
   <li><a 
href="https://github.com/JCTools/JCTools/commit/1b6789a8d1452b8d5c94627d9295dc21cd829b5d";><code>1b6789a</code></a>
 Move project to new snapshot version</li>
   <li><a 
href="https://github.com/JCTools/JCTools/commit/dbf0fb34fef8f8a27094e1a41869f9af7d0cf544";><code>dbf0fb3</code></a>
 Remove testing on arm64</li>
   <li><a 
href="https://github.com/JCTools/JCTools/commit/b7c0ebce5e78ceeae3e7c458420ed89f79295f09";><code>b7c0ebc</code></a>
 Add testing on arm64</li>
   <li>Additional commits viewable in <a 
href="https://github.com/JCTools/JCTools/compare/v3.3.0...v4.0.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jctools:jctools-core&package-manager=gradle&previous-version=3.3.0&new-version=4.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to