dependabot[bot] opened a new pull request, #3665:
URL: https://github.com/apache/storm/pull/3665

   Bumps [org.jctools:jctools-core](https://github.com/JCTools/JCTools) from 
2.0.1 to 4.0.5.
   <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>Fix bytecode version and add unpadded atomic queues</h2>
   <p>No release notes provided.</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>
   <h2>3.3.0 Minor release, bug fixes etc</h2>
   <h1>3.3.0</h1>
   <p>This is a minor release with new features and several bug fixes.</p>
   <p>Bug fixes:</p>
   <ul>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/334";>#334</a> NBHMLong 
iterators do not remove NO_KEY (thanks <a 
href="https://github.com/matteobertozzi";><code>@​matteobertozzi</code></a>)</li>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/335";>#335</a> 
NBHM/Long/Identity iterators only removes keys if values have not changed. Now 
follow JDK convention.</li>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/336";>#336</a> 
MpscBlockingConsumerArrayQueue: fix race writing to blocked field (thanks <a 
href="https://github.com/philipa";><code>@​philipa</code></a>)</li>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/339";>#339</a> 
<code>fill</code> wakeup call can spin forever(or until a consumer is blocked 
again) on MpscBlockingConsumerArrayQueue</li>
   </ul>
   <p>New features:</p>
   <ul>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/340";>#340</a> 
MpscBlockingConsumerArrayQueue provide a new blocking drain variant (thanks <a 
href="https://github.com/franz1981";><code>@​franz1981</code></a>)</li>
   </ul>
   <p>Thanks to all the contributors, bug reporters and reviewers!</p>
   <h2>3.2.0 Minor Release (bug fixes + features)</h2>
   <p>This is a minor release with one new feature and several bug fixes.</p>
   <p>Bug fixes:</p>
   <ul>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/319";>#319</a> Relying 
on test cases provided by <a 
href="https://github.com/alefedor";><code>@​alefedor</code></a> (<a 
href="https://redirect.github.com/JCTools/JCTools/issues/328";>#328</a>) we 
apply the fix used for <a 
href="https://redirect.github.com/JCTools/JCTools/issues/205";>#205</a> to 
<code>NonBlockingHashMapLong</code> and <code>NonBlockingIdentityHashMap</code> 
to provide <code>getAndSet</code> like semantics for put and remove.</li>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/330";>#330</a> Fix a 
<code>NonBlockingIdentityHashMap</code> <code>replace</code> bug. During this 
fix some further work was done to bring the code closer in line to the current 
state of <code>NonBlockingHashMap</code></li>
   </ul>
   <p>Enhancements:</p>
   <ul>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/326";>#326</a> Xadd 
queues consumers can help producers</li>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/323";>#323</a> Update 
to latest JCStress (thanks <a 
href="https://github.com/shipilev";><code>@​shipilev</code></a> )</li>
   <li>Further build and doc improvements (thanks <a 
href="https://github.com/kay";><code>@​kay</code></a> <a 
href="https://github.com/Rjbeckwith55";><code>@​Rjbeckwith55</code></a> <a 
href="https://github.com/pveentjer";><code>@​pveentjer</code></a> )</li>
   </ul>
   <p>New features:</p>
   <ul>
   <li>After long incubation and following a user request (see <a 
href="https://redirect.github.com/JCTools/JCTools/issues/321";>#321</a>), we 
move counters (introduced in <a 
href="https://redirect.github.com/JCTools/JCTools/issues/93";>#93</a> by <a 
href="https://github.com/qwwdfsad";><code>@​qwwdfsad</code></a>) into core!</li>
   <li>Merging some experimental utils and a <a 
href="https://redirect.github.com/JCTools/JCTools/issues/264";>#264</a> we add a 
<code>PaddedAtomicLong</code>, thanks <a 
href="https://github.com/pveentjer";><code>@​pveentjer</code></a></li>
   </ul>
   <p>Thanks to all the contributors, bug reporters and reviewers!</p>
   <h2>3.1.0 Minor Release (bug fixes)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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>
   <p>Fix table-size long math on very large tables</p>
   </li>
   <li>
   <p><a href="https://redirect.github.com/JCTools/JCTools/issues/355";>#355</a> 
Adher to size semantic for queue emptiness for MpscLinkedArrayQueue variants</p>
   </li>
   <li>
   <p>3.3.0
   =========
   This is a minor release with new features and several bug fixes.</p>
   </li>
   </ul>
   <p>Bug fixes:</p>
   <ul>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/334";>#334</a> NBHMLong 
iterators do not remove NO_KEY (thanks <a 
href="https://github.com/matteobertozzi";><code>@​matteobertozzi</code></a>)</li>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/335";>#335</a> 
NBHM/Long/Identity iterators only removes keys if values have not changed. Now 
follow JDK convention.</li>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/336";>#336</a> 
MpscBlockingConsumerArrayQueue: fix race writing to blocked field (thanks <a 
href="https://github.com/philipa";><code>@​philipa</code></a>)</li>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/339";>#339</a> 
<code>fill</code> wakeup call can spin forever(or until a consumer is blocked 
again) on MpscBlockingConsumerArrayQueue</li>
   </ul>
   <p>New features:</p>
   <ul>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/340";>#340</a> 
MpscBlockingConsumerArrayQueue provide a new blocking drain variant (thanks <a 
href="https://github.com/franz1981";><code>@​franz1981</code></a>)</li>
   </ul>
   <h1>3.2.0</h1>
   <p>This is a minor release with new features and several bug fixes.</p>
   <p>Bug fixes:</p>
   <ul>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/319";>#319</a> Relying 
on test cases provided by <a 
href="https://github.com/alefedor";><code>@​alefedor</code></a> (<a 
href="https://redirect.github.com/JCTools/JCTools/issues/328";>#328</a>) we 
apply the fix used for <a 
href="https://redirect.github.com/JCTools/JCTools/issues/205";>#205</a> to 
<code>NonBlockingHashMapLong</code> and <code>NonBlockingIdentityHashMap</code> 
to provide <code>getAndSet</code> like semantics for put and remove.</li>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/330";>#330</a> Fix a 
<code>NonBlockingIdentityHashMap</code> <code>replace</code> bug. During this 
fix some further work was done to bring the code closer in line to the current 
state of <code>NonBlockingHashMap</code></li>
   </ul>
   <p>Enhancements:</p>
   <ul>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/326";>#326</a> Xadd 
queues consumers can help producers</li>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/323";>#323</a> Update 
to latest JCStress (thanks <a 
href="https://github.com/shipilev";><code>@​shipilev</code></a> )</li>
   <li>Further build and doc improvements (thanks <a 
href="https://github.com/kay";><code>@​kay</code></a> <a 
href="https://github.com/Rjbeckwith55";><code>@​Rjbeckwith55</code></a> <a 
href="https://github.com/pveentjer";><code>@​pveentjer</code></a> )</li>
   </ul>
   <p>New features:</p>
   <ul>
   <li>After long incubation and following a user request (see <a 
href="https://redirect.github.com/JCTools/JCTools/issues/321";>#321</a>), we 
move counters (introduced in <a 
href="https://redirect.github.com/JCTools/JCTools/issues/93";>#93</a> by <a 
href="https://github.com/qwwdfsad";><code>@​qwwdfsad</code></a>) into core!</li>
   <li>Merging some experimental utils and a <a 
href="https://redirect.github.com/JCTools/JCTools/issues/264";>#264</a> we add a 
<code>PaddedAtomicLong</code>, thanks <a 
href="https://github.com/pveentjer";><code>@​pveentjer</code></a></li>
   </ul>
   <h1>3.1.0</h1>
   <p>This is a minor release with one new feature and several bug fixes.</p>
   <p>Bug fixes:</p>
   <ul>
   <li>Use byte fields for padding (avoid upcoming false sharing problem in JDK 
15+ where field ordering has changed)</li>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/289";>#289</a> Add 
Automatic-Module-Name header to MANIFEST.MF (thanks <a 
href="https://github.com/vy";><code>@​vy</code></a>)</li>
   <li><a 
href="https://redirect.github.com/JCTools/JCTools/issues/292";>#292</a> Fix 
inconsistent isEmpty/poll/peek/offer dynamics for SpscLinkedQueue : 
5fd5772#diff-b17b0df9e15e7821411b77042876eb02 (thanks <a 
href="https://github.com/hl845740757";><code>@​hl845740757</code></a> and <a 
href="https://github.com/franz1981";><code>@​franz1981</code></a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/JCTools/JCTools/commit/a17b56f09cc9ec7d773707578c89f3ca9c11f968";><code>a17b56f</code></a>
 Update development version to 4.0.5-SNAPSHOT</li>
   <li><a 
href="https://github.com/JCTools/JCTools/commit/173423c1ddb3a072566597386121f3684cb2c9b7";><code>173423c</code></a>
 Addressing Nitsan's comment</li>
   <li><a 
href="https://github.com/JCTools/JCTools/commit/4b7d2acd4bd499305b4ff4c3efdd4eb3e661d952";><code>4b7d2ac</code></a>
 Adding Atomic Unpadded queues</li>
   <li><a 
href="https://github.com/JCTools/JCTools/commit/5c1b88b64029a9369c8849c94396111bfcc45041";><code>5c1b88b</code></a>
 Update development version to 4.0.4-SNAPSHOT</li>
   <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>Additional commits viewable in <a 
href="https://github.com/JCTools/JCTools/compare/v2.0.1...v4.0.5";>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=maven&previous-version=2.0.1&new-version=4.0.5)](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: dev-unsubscr...@storm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to