dependabot[bot] opened a new pull request, #869: URL: https://github.com/apache/camel-k-runtime/pull/869
Bumps [value](https://github.com/immutables/immutables) from 2.9.0 to 2.9.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/immutables/immutables/releases">value's releases</a>.</em></p> <blockquote> <h2>2.9.1</h2> <h1>(includes 2.9.0 release notes)</h1> <p>This release now requires Java 8 or later. Fixed memory leak introduced in 2.9.0 Contains many miscellaneous fixes accumulated over many months</p> <p>Special thanks to <a href="https://github.com/SimY4"><code>@SimY4</code></a> who made Immutables compatible with JDK11 and JDK17 environments.</p> <h2>What's Changed</h2> <ul> <li>Support for JDK 11 and 17 (<a href="https://github.com/SimY4"><code>@SimY4</code></a>)</li> <li>Criteria and Repository classes are now generated in Eclipse compiler (ECJ). <a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1175">#1175</a></li> <li>Add caching to CriteriaContext to avoid class scanning on each instantiation. <a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1241">#1241</a></li> <li><a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1189">#1189</a>: criteria-geode backend toLowerCase/toUpperCase add parentheses by <a href="https://github.com/garrettlestingi"><code>@garrettlestingi</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1190">immutables/immutables#1190</a></li> <li>Added Bill of Materials (BoM) artifact by <a href="https://github.com/joke"><code>@joke</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1191">immutables/immutables#1191</a></li> <li>Fix SuppressWarnings by <a href="https://github.com/arouel"><code>@arouel</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1208">immutables/immutables#1208</a></li> <li>Fix repository generation for custom generic types by <a href="https://github.com/coreyjboyle"><code>@coreyjboyle</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1207">immutables/immutables#1207</a></li> <li>When modifiable has modifiable default field, Immutables produces syntactically invalid code. by <a href="https://github.com/SimY4"><code>@SimY4</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1212">immutables/immutables#1212</a></li> <li>Fix addAll(Iterator<!-- raw HTML omitted -->) NPE by <a href="https://github.com/dmivankov"><code>@dmivankov</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1221">immutables/immutables#1221</a></li> <li>Remove redundant equality checks in with... methods on enum members by <a href="https://github.com/jbewing"><code>@jbewing</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1226">immutables/immutables#1226</a></li> <li>Write META-INF/services files when annotation processing is over by <a href="https://github.com/arouel"><code>@arouel</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1235">immutables/immutables#1235</a></li> <li>resolve auto-module-name generation by <a href="https://github.com/realumhelp"><code>@realumhelp</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1224">immutables/immutables#1224</a></li> <li>Bean friendly modifiable from method return converted result. by <a href="https://github.com/SimY4"><code>@SimY4</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1211">immutables/immutables#1211</a></li> <li>Truncate strings or values of type variables in <code>toString</code> method that are longer than a defined length by <a href="https://github.com/arouel"><code>@arouel</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1185">immutables/immutables#1185</a></li> <li>Diagnostics for NPE in SourceOrdering by <a href="https://github.com/stepancheg"><code>@stepancheg</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1123">immutables/immutables#1123</a></li> <li>SuppressedWarnings: if it's deprecated, also suppress forRemoval by <a href="https://github.com/stevenschlansker"><code>@stevenschlansker</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1156">immutables/immutables#1156</a></li> <li>replace TravisCI with GitHub Actions CI by <a href="https://github.com/sullis"><code>@sullis</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1244">immutables/immutables#1244</a></li> <li>Immutables to build on all JDKs 8+ by <a href="https://github.com/SimY4"><code>@SimY4</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1247">immutables/immutables#1247</a></li> <li>Fix some previously broken extensions support. by <a href="https://github.com/SimY4"><code>@SimY4</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1249">immutables/immutables#1249</a></li> <li>Issue/bug 1245 by <a href="https://github.com/SimY4"><code>@SimY4</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1279">immutables/immutables#1279</a></li> <li>Added eclipse compiler to build matrix by <a href="https://github.com/SimY4"><code>@SimY4</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1280">immutables/immutables#1280</a></li> <li>Support abstract classes declaring static interned instances of their own type by <a href="https://github.com/Stephan202"><code>@Stephan202</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1274">immutables/immutables#1274</a></li> <li>Update README.md by <a href="https://github.com/aaylward"><code>@aaylward</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1292">immutables/immutables#1292</a></li> <li>Fresh fixes by <a href="https://github.com/elucash"><code>@elucash</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1306">immutables/immutables#1306</a></li> <li>Java 16 compat by <a href="https://github.com/SimY4"><code>@SimY4</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1326">immutables/immutables#1326</a></li> <li>Java 17 compat. by <a href="https://github.com/SimY4"><code>@SimY4</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1328">immutables/immutables#1328</a></li> <li>Forward Encoding method parameter annotations by <a href="https://github.com/darichey"><code>@darichey</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1320">immutables/immutables#1320</a></li> <li>Final Java 17 support by <a href="https://github.com/SimY4"><code>@SimY4</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1337">immutables/immutables#1337</a></li> <li>Add sample code to demonstrate getter usage by <a href="https://github.com/wisecodecraft"><code>@wisecodecraft</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1343">immutables/immutables#1343</a></li> <li>Fix five flaky tests in value-fixture by <a href="https://github.com/pthariensflame"><code>@pthariensflame</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1350">immutables/immutables#1350</a></li> <li>Use Java 17 target on Java 17. by <a href="https://github.com/SimY4"><code>@SimY4</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1340">immutables/immutables#1340</a></li> <li>fixtures with and without errorprone by <a href="https://github.com/SimY4"><code>@SimY4</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1341">immutables/immutables#1341</a></li> <li>[annotate] Fix javadoc typos by <a href="https://github.com/piomar123"><code>@piomar123</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1345">immutables/immutables#1345</a></li> <li>Emit compile error when using <a href="https://github.com/Value"><code>@Value</code></a> annotations on records by <a href="https://github.com/dhoepelman"><code>@dhoepelman</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1347">immutables/immutables#1347</a></li> <li>No explicit opens by using Add Opens manifest entry. by <a href="https://github.com/SimY4"><code>@SimY4</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1354">immutables/immutables#1354</a></li> <li>Add Opens follow up. by <a href="https://github.com/SimY4"><code>@SimY4</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1356">immutables/immutables#1356</a></li> <li><a href="https://github-redirect.dependabot.com/immutables/immutables/issues/1360">#1360</a> Prepend synthetic with this in equalTo(int, T) by <a href="https://github.com/fp7"><code>@fp7</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1361">immutables/immutables#1361</a></li> <li>Using (lazyhash = true)+Serializable should always make the computed hashCode field transient by <a href="https://github.com/nastra"><code>@nastra</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1369">immutables/immutables#1369</a></li> <li>Improve error msg for null values in JDK Maps by <a href="https://github.com/nastra"><code>@nastra</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1371">immutables/immutables#1371</a></li> <li>Could org.immutables:testing:2.9.1-SNAPSHOT drop off redundant dependencies? by <a href="https://github.com/Celebrate-future"><code>@Celebrate-future</code></a> in <a href="https://github-redirect.dependabot.com/immutables/immutables/pull/1382">immutables/immutables#1382</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/immutables/immutables/commits/2.9.1">compare view</a></li> </ul> </details> <br /> [](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 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org