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

   Bumps [com.cedarsoftware:java-util](https://github.com/jdereg/java-util) 
from 3.3.1 to 3.3.2.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/jdereg/java-util/blob/master/changelog.md";>com.cedarsoftware:java-util's
 changelog</a>.</em></p>
   <blockquote>
   <h4>3.3.2 JDK 24+ Support</h4>
   <blockquote>
   <ul>
   <li><code>LRUCache</code> - <code>getCapacity()</code> API added so you can 
query/determine capacity of an <code>LRUCache</code> instance after it has been 
created.</li>
   <li><code>SystemUtilities.currentJdkMajorVersion()</code> added to provide 
JDK8 thru JDK24 compatible way to get the JDK/JRE major version.</li>
   <li><code>CompactMap</code> - When using the builder pattern with the 
.build() API, it requires being run with a JDK - you will get a clear error if 
executed on a JRE. Using CompactMap (or static subclass of it like 
CompactCIHashMap or one of your own) does not have this requirement. The 
withConfig() and newMap() APIs also expect to execute on a JDK (dynamica 
compilation).</li>
   <li><code>CompactSet</code> - Has the same requirements regarding JDK/JRE as 
CompactMap.</li>
   <li>Updated tests to support JDK 24+
   <ul>
   <li>EST, MST, HST mapped to fixed offsets (‑05:00, ‑07:00, ‑10:00) when the 
property sun.timezone.ids.oldmapping=true was set</li>
   <li>The old‑mapping switch was removed, and the short IDs are now links to 
region IDs: EST → America/Panama, MST → America/Phoenix, HST → 
Pacific/Honolulu</li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jdereg/java-util/commit/58158fa647fe9e50480cc785009b2d1ff7fc707f";><code>58158fa</code></a>
 updated README.md version number</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/2b0fbb6cdb1d50a536b37bf31716573c4f356046";><code>2b0fbb6</code></a>
 updated changelog.md, README.md, and userguide.md</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/3072ed447b1d54e728b23414ab2c169bef4c0748";><code>3072ed4</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jdereg/java-util/issues/132";>#132</a> from 
jdereg/codex/update-compactset-documentation-wit...</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/8b9c4e105be5308806588ec625fbcf15f85eca9b";><code>8b9c4e1</code></a>
 docs: add JDK note to CompactSet</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/4bb2d35117351d31f4a0959cd7b8cdbae6b909f7";><code>4bb2d35</code></a>
 updated changelog.md, README.md, and userguide.md</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/b411fccab0258cbe141984c1088d0289536aeee3";><code>b411fcc</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jdereg/java-util/issues/131";>#131</a> from 
jdereg/codex/update-compactsize-default-to-50-an...</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/23e670282f9590819723c97aa4e5609f264c73f0";><code>23e6702</code></a>
 Update CompactMap default size</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/8382cabf8fc7a9bcfd2b8ecf057583ca244ecd9d";><code>8382cab</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jdereg/java-util/issues/130";>#130</a> from 
jdereg/codex/remove-quicksort-from-compactmap</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/864d018c52c292c00b178d0d01a1e04cab305da3";><code>864d018</code></a>
 Add assertions to verify sortCompactArray keeps key/value pairs</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/4d2b3695e38b099a8f27f27fd8d78f3bca655a6e";><code>4d2b369</code></a>
 Merge pull request <a 
href="https://redirect.github.com/jdereg/java-util/issues/129";>#129</a> from 
jdereg/codex/update-performance-characteristics-...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jdereg/java-util/compare/3.3.1...3.3.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.cedarsoftware:java-util&package-manager=maven&previous-version=3.3.1&new-version=3.3.2)](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