dependabot[bot] opened a new pull request, #2747: URL: https://github.com/apache/camel-kamelets/pull/2747
Bumps `fabric8-version` from 7.5.2 to 7.6.0. Updates `io.fabric8:kubernetes-client-bom-with-deps` from 7.5.2 to 7.6.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fabric8io/kubernetes-client/releases">io.fabric8:kubernetes-client-bom-with-deps's releases</a>.</em></p> <blockquote> <h2>7.6.0 (2026-03-02)</h2> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5292">#5292</a>: Cluster() configuration should use tlsServerName</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7174">#7174</a>: (httpclient) Fix HTTP client factory priority - VertxHttpClientFactory (default) now has priority -1, OkHttpClientFactory restored to priority 0</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7174">#7174</a>: (httpclient-vertx-5) Add runtime check for Vert.x 5 classes to provide clear error when Vert.x 4/5 conflict occurs</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7174">#7174</a>: (chaos-tests) Fix classpath conflict when testing with Vert.x 5 HTTP client</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7415">#7415</a>: (java-generator) Fix generic type erasure for array of enums with default values</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7422">#7422</a>: (okhttp) Remove internal API usage and fix deprecated OkHttp 5 calls</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7446">#7446</a>: making the timeout of BaseOperation.createOrReplace() configurable</li> </ul> <h4>Improvements</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/1105">#1105</a>: Add javadoc cross-linking for Fabric8 modules and external dependencies</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5756">#5756</a>: Use Editable interface instead of reflection to instantiate resource builders</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7422">#7422</a>: bump okhttp from 4.12.0 to 5.3.2</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7252">#7252</a>: call additionalConfig when building Vert.x HTTP clients with VertxHttpClientFactory</li> </ul> <h4>Dependency Upgrade</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7374">#7374</a>: bump snakeyaml-engine from 2.10 to 3.0.1</li> </ul> <h4>New Features</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7385">#7385</a>: Support for Kubernetes v1.35 (Timbernetes)</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7174">#7174</a>: Added Vert.x 5 HTTP client implementation with improved async handling and WebSocket separation</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7402">#7402</a>: Added Byte code level semver API compatibility report generation using Revapi</li> </ul> <h4><em><strong>Note</strong></em>: Breaking changes</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5756">#5756</a>: Resources edited with visitors must now implement <code>io.fabric8.kubernetes.api.builder.Editable</code>. All model classes provided by the client already implement this interface. User-provided custom resources that use visitor-based editing will need to implement <code>Editable</code> (trivial when a builder already exists).</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7422">#7422</a>: bump okhttp from 4.12.0 to 5.3.2. The versions are binary compatible, but the major version upgrade might cause side effects.</li> </ul> <h4><em><strong>Note</strong></em>: Vert.x HTTP Client Compatibility (Issue <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7174">#7174</a>)</h4> <p>The <code>kubernetes-httpclient-vertx</code> (Vert.x 4.x) and <code>kubernetes-httpclient-vertx-5</code> (Vert.x 5.x) modules are <strong>mutually exclusive</strong>. They must not be included together in your project dependencies. Both modules provide an implementation of <code>HttpClient.Factory</code> and use the same <code>io.vertx</code> artifact coordinates but with incompatible major versions.</p> <p>-<em>Problem</em>*: If both modules are present on the classpath, Maven's dependency resolution may pick Vert.x 4.x JARs while the <code>Vertx5HttpClientFactory</code> is selected at runtime. This causes <code>NoClassDefFoundError</code> for Vert.x 5-specific classes like <code>io.vertx.core.impl.SysProps</code>.</p> <p>-<em>Solution</em>*: Ensure your project includes only ONE of these modules:</p> <ul> <li><code>kubernetes-httpclient-vertx</code> (default, uses Vert.x 4.x) - included transitively via <code>kubernetes-client</code></li> <li><code>kubernetes-httpclient-vertx-5</code> (optional, uses Vert.x 5.x) - requires explicit dependency and exclusion of vertx-4</li> </ul> <p>When using Vert.x 5, exclude the default Vert.x 4 client and set the <code>vertx.version</code> property:</p> <pre lang="xml"><code><properties> <vertx.version>${vertx5.version}</vertx.version> <!-- or explicit 5.0.7 --> </properties> <dependencies> <dependency> <groupId>io.fabric8</groupId> <artifactId>kubernetes-client</artifactId> </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md">io.fabric8:kubernetes-client-bom-with-deps's changelog</a>.</em></p> <blockquote> <h3>7.6.0 (2026-03-02)</h3> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5292">#5292</a>: Cluster() configuration should use tlsServerName</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7174">#7174</a>: (httpclient) Fix HTTP client factory priority - VertxHttpClientFactory (default) now has priority -1, OkHttpClientFactory restored to priority 0</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7174">#7174</a>: (httpclient-vertx-5) Add runtime check for Vert.x 5 classes to provide clear error when Vert.x 4/5 conflict occurs</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7174">#7174</a>: (chaos-tests) Fix classpath conflict when testing with Vert.x 5 HTTP client</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7415">#7415</a>: (java-generator) Fix generic type erasure for array of enums with default values</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7422">#7422</a>: (okhttp) Remove internal API usage and fix deprecated OkHttp 5 calls</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7446">#7446</a>: making the timeout of BaseOperation.createOrReplace() configurable</li> </ul> <h4>Improvements</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/1105">#1105</a>: Add javadoc cross-linking for Fabric8 modules and external dependencies</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5756">#5756</a>: Use Editable interface instead of reflection to instantiate resource builders</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7422">#7422</a>: bump okhttp from 4.12.0 to 5.3.2</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7252">#7252</a>: call additionalConfig when building Vert.x HTTP clients with VertxHttpClientFactory</li> </ul> <h4>Dependency Upgrade</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7374">#7374</a>: bump snakeyaml-engine from 2.10 to 3.0.1</li> </ul> <h4>New Features</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7385">#7385</a>: Support for Kubernetes v1.35 (Timbernetes)</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7174">#7174</a>: Added Vert.x 5 HTTP client implementation with improved async handling and WebSocket separation</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7402">#7402</a>: Added Byte code level semver API compatibility report generation using Revapi</li> </ul> <h4><em><strong>Note</strong></em>: Breaking changes</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5756">#5756</a>: Resources edited with visitors must now implement <code>io.fabric8.kubernetes.api.builder.Editable</code>. All model classes provided by the client already implement this interface. User-provided custom resources that use visitor-based editing will need to implement <code>Editable</code> (trivial when a builder already exists).</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7422">#7422</a>: bump okhttp from 4.12.0 to 5.3.2. The versions are binary compatible, but the major version upgrade might cause side effects.</li> </ul> <h4><em><strong>Note</strong></em>: Vert.x HTTP Client Compatibility (Issue <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7174">#7174</a>)</h4> <p>The <code>kubernetes-httpclient-vertx</code> (Vert.x 4.x) and <code>kubernetes-httpclient-vertx-5</code> (Vert.x 5.x) modules are <strong>mutually exclusive</strong>. They must not be included together in your project dependencies. Both modules provide an implementation of <code>HttpClient.Factory</code> and use the same <code>io.vertx</code> artifact coordinates but with incompatible major versions.</p> <p><strong>Problem</strong>: If both modules are present on the classpath, Maven's dependency resolution may pick Vert.x 4.x JARs while the <code>Vertx5HttpClientFactory</code> is selected at runtime. This causes <code>NoClassDefFoundError</code> for Vert.x 5-specific classes like <code>io.vertx.core.impl.SysProps</code>.</p> <p><strong>Solution</strong>: Ensure your project includes only ONE of these modules:</p> <ul> <li><code>kubernetes-httpclient-vertx</code> (default, uses Vert.x 4.x) - included transitively via <code>kubernetes-client</code></li> <li><code>kubernetes-httpclient-vertx-5</code> (optional, uses Vert.x 5.x) - requires explicit dependency and exclusion of vertx-4</li> </ul> <p>When using Vert.x 5, exclude the default Vert.x 4 client and set the <code>vertx.version</code> property:</p> <pre lang="xml"><code><properties> <vertx.version>${vertx5.version}</vertx.version> <!-- or explicit 5.0.7 --> </properties> <dependencies> <dependency> <groupId>io.fabric8</groupId> </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/58c2fd4ca421d5b31e31cae31e090fbf9f45b82b"><code>58c2fd4</code></a> [RELEASE] Updated project version to v7.6.0</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/d7c769ccc3d2f4a3750976b4430abb40e4e68c14"><code>d7c769c</code></a> fix: making the timeout of BaseOperation.createOrReplace() configurable (7449)</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/25ec08a5158ade677940f5b5b3f98629159ec0f3"><code>25ec08a</code></a> doc(java-generator): document annotation processor configuration for extraAnn...</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/6a906943198e1aa9564434aa39969a548f3b805e"><code>6a90694</code></a> feat!: use Editable when possible instead of reflection to infer builder (5756)</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/563935aca8bdcf64ebe740f37f9c168e3e7d5e32"><code>563935a</code></a> feat: revapi implementation for API compatiblity report (7434)</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/73384d85ec78917fa87afa8e54c6ef4d7cfc6b77"><code>73384d8</code></a> chore(vertx): improve additionalConfig API and test consistency</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/d2054333e031bc6ad6cd732c9f414c9d714763d9"><code>d205433</code></a> fix(vertx): call additionalConfig when building vertx http client with the st...</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/b4851616bd1e3be04e214e9585429cc0065820cc"><code>b485161</code></a> doc(javadoc): add cross-linking to maven-javadoc-plugin configuration</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/3c2246e115ba587b02d5ede8e1e9e933e1e654aa"><code>3c2246e</code></a> chore(docs): update CHANGELOG for 7.6-SNAPSHOT with missing entries</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/3f418fd57e8957946e88ce3b972c19026b2c8133"><code>3f418fd</code></a> chore(deps): update SnakeYAML Engine version from 2.10 to 3.0.1 (<a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7377">#7377</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fabric8io/kubernetes-client/compare/v7.5.2...v7.6.0">compare view</a></li> </ul> </details> <br /> Updates `io.fabric8:java-generator-maven-plugin` from 7.5.2 to 7.6.0 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]
