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

   Bumps [com.cedarsoftware:java-util](https://github.com/jdereg/java-util) 
from 4.99.0 to 4.100.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jdereg/java-util/releases";>com.cedarsoftware:java-util's
 releases</a>.</em></p>
   <blockquote>
   <h2>4.100.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>
   <p><strong>BUG FIX</strong>: Fixed unbounded memory leak in 
<code>Converter.FULL_CONVERSION_CACHE</code>. Each short-lived 
<code>Converter</code> instance (e.g., one per <code>JsonIo.toJava()</code> 
call) cached inheritance-resolved conversions keyed by its unique 
<code>instanceId</code> in a static <code>ConcurrentHashMap</code>. When the 
instance was GC'd, its entries remained forever. In production under sustained 
load, this grew to 1GB+. Fix: cache resolved conversions at the shared level 
(<code>instanceId=0L</code>) when no user-added conversions exist; skip static 
caching otherwise. The cache is now bounded by the number of unique 
<code>(source, target)</code> type pairs, not by the number of 
<code>Converter</code> instances created.</p>
   </li>
   <li>
   <p><strong>PERFORMANCE</strong>: Optimized 
<code>Converter.getCachedConverter()</code> to skip the now-unnecessary 
instance-specific lookup, eliminating a wasted <code>ConversionPair</code> 
allocation per call.</p>
   </li>
   <li>
   <p>Updated test dependencies: JUnit 5.14.2→5.14.3, Jackson 2.21.1→2.21.2</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <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>4.100.0 - 2026-04-10</h4>
   <ul>
   <li><strong>BUG FIX</strong>: Fixed unbounded memory leak in 
<code>Converter.FULL_CONVERSION_CACHE</code>. Each short-lived 
<code>Converter</code> instance (e.g., one per <code>JsonIo.toJava()</code> 
call) cached inheritance-resolved conversions keyed by its unique 
<code>instanceId</code> in a static <code>ConcurrentHashMap</code>. When the 
instance was GC'd, its entries remained forever. In production under sustained 
load, this grew to 1GB+. Fix: cache resolved conversions at the shared level 
(<code>instanceId=0L</code>) when no user-added conversions exist; skip static 
caching otherwise. The cache is now bounded by the number of unique 
<code>(source, target)</code> type pairs, not by the number of 
<code>Converter</code> instances created.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jdereg/java-util/commit/c2c6648657d8d97e6709396a9e6f36b89f79aadb";><code>c2c6648</code></a>
 Set changelog 4.100.0 release date to 2026-04-10</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/10da8019ee25aa68f058b4a3de3653a83cf5c9b9";><code>10da801</code></a>
 Update test dependencies: JUnit 5.14.2→5.14.3, Jackson 2.21.1→2.21.2</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/4f8df878d3f2487ffd8f36c6acad546ce1f61e8a";><code>4f8df87</code></a>
 Optimize getCachedConverter to skip dead instance-specific lookup</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/2ff69cb3d21911130fa2246910c0a84b1aad9b7b";><code>2ff69cb</code></a>
 Fix unbounded memory leak in Converter.FULL_CONVERSION_CACHE</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/c63f8f03967884ce0fec17c93c41012e201ad254";><code>c63f8f0</code></a>
 changed to json-io 4.99.0 for testing</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/9d1b21092155cc4b0db84897fcf1738aa93223a7";><code>9d1b210</code></a>
 updated to 100</li>
   <li><a 
href="https://github.com/jdereg/java-util/commit/4c9f0ae3005bed5f518b57f349f0fec1e0e0b5d2";><code>4c9f0ae</code></a>
 Open 4.100.0-SNAPSHOT for development</li>
   <li>See full diff in <a 
href="https://github.com/jdereg/java-util/compare/4.99.0...4.100.0";>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=4.99.0&new-version=4.100.0)](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 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