dependabot[bot] opened a new pull request, #19465: URL: https://github.com/apache/camel/pull/19465
Bumps [com.box:box-java-sdk](https://github.com/box/box-java-sdk) from 4.16.3 to 10.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/box/box-java-sdk/releases">com.box:box-java-sdk's releases</a>.</em></p> <blockquote> <h2>v10.1.0</h2> <h3>Bug Fixes</h3> <ul> <li>Allow flexible key-value data in <code>AiExtractStructuredResponse.answer</code> and <code>Event.additionalDetails</code> (box/box-openapi<a href="https://redirect.github.com/box/box-java-sdk/issues/556">#556</a>) (<a href="https://redirect.github.com/box/box-java-sdk/issues/1470">#1470</a>) (<a href="https://github.com/box/box-java-sdk/commit/e215a5f2502e694421a05d8da550d2b305c09460">e215a5f</a>)</li> <li>Make <code>role</code> parameter of update collaboration optional (box/box-openapi<a href="https://redirect.github.com/box/box-java-sdk/issues/557">#557</a>) (<a href="https://redirect.github.com/box/box-java-sdk/issues/1479">#1479</a>) (<a href="https://github.com/box/box-java-sdk/commit/6896386c6086996399066b09b5afc998a5a95ca4">6896386</a>)</li> </ul> <h3>New Features and Enhancements</h3> <ul> <li>Add <code>Javadoc</code> comments (box/box-codegen<a href="https://redirect.github.com/box/box-java-sdk/issues/839">#839</a>) (<a href="https://redirect.github.com/box/box-java-sdk/issues/1465">#1465</a>) (<a href="https://github.com/box/box-java-sdk/commit/c72407dc77cc67f3a178d607a2b1bd4e90e832a8">c72407d</a>)</li> </ul> <h2>v10.0.0</h2> <p>Introducing <strong><code>Box SDK v10</code></strong>, a major release designed to elevate your developer experience and streamline integration with Box Content Cloud. Currently available as a separate <a href="https://github.com/box/box-java-sdk/tree/sdk-gen"><code>sdk-gen</code></a> branch, <code>v10</code> will ultimately become the main branch.</p> <h3>Breaking Changes</h3> <ul> <li>This SDK version is auto-generated and introduces a new interface for all methods. Extensive documentation is available <a href="https://github.com/box/box-java-sdk/tree/sdk-gen/docs">here</a>.</li> </ul> <h3>What's New in <code>v10</code></h3> <ul> <li> <p><strong>Full API Support</strong> — Complete coverage of the Box API ecosystem, giving you access to all the latest features and functionalities to build feature-rich applications.</p> </li> <li> <p><strong>Rapid API Updates</strong> — Our new auto-generation approach enables Box API additions within days, ensuring you can leverage the most up-to-date features without delay.</p> </li> <li> <p><strong>Embedded Documentation</strong> — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.</p> </li> <li> <p><strong>Enhanced Convenience Methods</strong> — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.</p> </li> </ul> <h3>Important Notes</h3> <p>This version includes the Box Next Generation SDK artifact, previously developed in parallel to core Box SDKs. To facilitate migration and provide access to the newest features, we'll soon release an additional major version combining both artifacts. Migration to <code>v10</code> includes breaking changes, please review the <a href="https://github.com/box/box-java-sdk/blob/sdk-gen/migration-guides/from-v4-to-v10.md">migration guide</a> for details. For more information, see the <a href="https://developer.box.com/guides/tooling/sdks/sdk-versioning">SDK versioning strategy document</a>. Follow developer changelog for future updates.</p> <hr /> <h3>What’s New Compared to <a href="https://github.com/box/box-java-sdk-gen">Java SDK Gen</a> <code>v0.8.1</code></h3> <h4>⚠ BREAKING CHANGES</h4> <ul> <li>Change names of unions (box/box-codegen<a href="https://redirect.github.com/box/box-java-sdk/issues/787">#787</a>) (<a href="https://redirect.github.com/box/box-java-sdk/issues/1359">#1359</a>) (<a href="https://github.com/box/box-java-sdk/commit/114e7785031e19fb58933f231e656a991b5effb7">114e778</a>)</li> <li>Remove unused models from schemas (box/box-openapi<a href="https://redirect.github.com/box/box-java-sdk/issues/547">#547</a>) (<a href="https://redirect.github.com/box/box-java-sdk/issues/1354">#1354</a>) (<a href="https://github.com/box/box-java-sdk/commit/e031308f102137351238bf3823372150d3927442">e031308</a>), closes <a href="https://redirect.github.com/box/box-openapi/issues/542">box/box-openapi#542</a> <a href="https://redirect.github.com/box/box-openapi/issues/544">box/box-openapi#544</a> <a href="https://redirect.github.com/box/box-codegen/issues/781">box/box-codegen#781</a> <a href="https://redirect.github.com/box/box-openapi/issues/545">box/box-openapi#545</a> <a href="https://redirect.github.com/box/box-codegen/issues/782">box/box-codegen#782</a></li> <li>Replace <code>Date</code> with <code>OffsetDateTime</code> (box/box-codegen<a href="https://redirect.github.com/box/box-java-sdk/issues/826">#826</a>) (<a href="https://redirect.github.com/box/box-java-sdk/issues/1419">#1419</a>) (<a href="https://github.com/box/box-java-sdk/commit/ed04407e8effa8811bc85023783097f8a95e5223">ed04407</a>)</li> </ul> <h4>New Features and Enhancements</h4> <ul> <li>Add proxy support (box/box-codegen<a href="https://redirect.github.com/box/box-java-sdk/issues/830">#830</a>) (<a href="https://redirect.github.com/box/box-java-sdk/issues/1424">#1424</a>) (<a href="https://github.com/box/box-java-sdk/commit/cc532475cdaf5ec3fd710149b41a6e7b04dcd32f">cc53247</a>)</li> </ul> <p>For more details check <a href="https://github.com/box/box-java-sdk/blob/sdk-gen/migration-guides/from-box-java-sdk-gen-v0-to-box-java-sdk-v10.md">migration guide</a> from <code>box-java-sdk-gen</code> <code>v0</code> to <code>box-java-sdk</code> <code>v10</code>.</p> <h2>v4.16.4</h2> <h3>Bug Fixes:</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/box/box-java-sdk/blob/v10.1.0/CHANGELOG.md">com.box:box-java-sdk's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/box/box-java-sdk/compare/v10.0.0...v10.1.0">10.1.0</a> (2025-10-06)</h2> <h3>Bug Fixes</h3> <ul> <li>Allow flexible key-value data in <code>AiExtractResponse.answer</code> and <code>Event.additionalDetails</code> (box/box-openapi<a href="https://redirect.github.com/box/box-java-sdk/issues/556">#556</a>) (<a href="https://redirect.github.com/box/box-java-sdk/issues/1470">#1470</a>) (<a href="https://github.com/box/box-java-sdk/commit/e215a5f2502e694421a05d8da550d2b305c09460">e215a5f</a>)</li> <li>Make <code>role</code> parameter of update collaboration optional (box/box-openapi<a href="https://redirect.github.com/box/box-java-sdk/issues/557">#557</a>) (<a href="https://redirect.github.com/box/box-java-sdk/issues/1479">#1479</a>) (<a href="https://github.com/box/box-java-sdk/commit/6896386c6086996399066b09b5afc998a5a95ca4">6896386</a>)</li> </ul> <h3>New Features and Enhancements</h3> <ul> <li>Add <code>Javadoc</code> comments (box/box-codegen<a href="https://redirect.github.com/box/box-java-sdk/issues/839">#839</a>) (<a href="https://redirect.github.com/box/box-java-sdk/issues/1465">#1465</a>) (<a href="https://github.com/box/box-java-sdk/commit/c72407dc77cc67f3a178d607a2b1bd4e90e832a8">c72407d</a>)</li> </ul> <h2><a href="https://github.com/box/box-java-sdk/compare/v4.16.3...v10.0.0">10.0.0</a> (2025-09-17)</h2> <p>Introducing <strong><code>Box SDK v10</code></strong>, a major release designed to elevate your developer experience and streamline integration with Box Content Cloud. Currently available as a separate <a href="https://github.com/box/box-java-sdk/tree/sdk-gen"><code>sdk-gen</code></a> branch, <code>v10</code> will ultimately become the main branch.</p> <h3>Breaking Changes</h3> <ul> <li>This SDK version is auto-generated and introduces a new interface for all methods. Extensive documentation is available <a href="https://github.com/box/box-java-sdk/tree/sdk-gen/docs">here</a>.</li> </ul> <h3>What's New in <code>v10</code></h3> <ul> <li> <p><strong>Full API Support</strong> — Complete coverage of the Box API ecosystem, giving you access to all the latest features and functionalities to build feature-rich applications.</p> </li> <li> <p><strong>Rapid API Updates</strong> — Our new auto-generation approach enables Box API additions within days, ensuring you can leverage the most up-to-date features without delay.</p> </li> <li> <p><strong>Embedded Documentation</strong> — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.</p> </li> <li> <p><strong>Enhanced Convenience Methods</strong> — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.</p> </li> </ul> <h3>Important Notes</h3> <p>This version includes the Box Next Generation SDK artifact, previously developed in parallel to core Box SDKs. To facilitate migration and provide access to the newest features, we'll soon release an additional major version combining both artifacts. Migration to <code>v10</code> includes breaking changes, please review the <a href="https://github.com/box/box-java-sdk/blob/sdk-gen/migration-guides/from-v4-to-v10.md">migration guide</a> for details. For more information, see the <a href="https://developer.box.com/guides/tooling/sdks/sdk-versioning">SDK versioning strategy document</a>. Follow developer changelog for future updates.</p> <hr /> <h3>What’s New Compared to <a href="https://github.com/box/box-java-sdk-gen">Java SDK Gen</a> <code>v0.8.1</code></h3> <h4>⚠ BREAKING CHANGES</h4> <ul> <li>Change names of unions (box/box-codegen<a href="https://redirect.github.com/box/box-java-sdk/issues/787">#787</a>) (<a href="https://redirect.github.com/box/box-java-sdk/issues/1359">#1359</a>) (<a href="https://github.com/box/box-java-sdk/commit/114e7785031e19fb58933f231e656a991b5effb7">114e778</a>)</li> <li>Remove unused models from schemas (box/box-openapi<a href="https://redirect.github.com/box/box-java-sdk/issues/547">#547</a>) (<a href="https://redirect.github.com/box/box-java-sdk/issues/1354">#1354</a>) (<a href="https://github.com/box/box-java-sdk/commit/e031308f102137351238bf3823372150d3927442">e031308</a>), closes <a href="https://redirect.github.com/box/box-openapi/issues/542">box/box-openapi#542</a> <a href="https://redirect.github.com/box/box-openapi/issues/544">box/box-openapi#544</a> <a href="https://redirect.github.com/box/box-codegen/issues/781">box/box-codegen#781</a> <a href="https://redirect.github.com/box/box-openapi/issues/545">box/box-openapi#545</a> <a href="https://redirect.github.com/box/box-codegen/issues/782">box/box-codegen#782</a></li> <li>Replace <code>Date</code> with <code>OffsetDateTime</code> (box/box-codegen<a href="https://redirect.github.com/box/box-java-sdk/issues/826">#826</a>) (<a href="https://redirect.github.com/box/box-java-sdk/issues/1419">#1419</a>) (<a href="https://github.com/box/box-java-sdk/commit/ed04407e8effa8811bc85023783097f8a95e5223">ed04407</a>)</li> </ul> <h4>New Features and Enhancements</h4> <ul> <li>Add proxy support (box/box-codegen<a href="https://redirect.github.com/box/box-java-sdk/issues/830">#830</a>) (<a href="https://redirect.github.com/box/box-java-sdk/issues/1424">#1424</a>) (<a href="https://github.com/box/box-java-sdk/commit/cc532475cdaf5ec3fd710149b41a6e7b04dcd32f">cc53247</a>)</li> </ul> <p>For more details check <a href="https://github.com/box/box-java-sdk/blob/sdk-gen/migration-guides/from-box-java-sdk-gen-v0-to-box-java-sdk-v10.md">migration guide</a> from <code>box-java-sdk-gen</code> <code>v0</code> to <code>box-java-sdk</code> <code>v10</code>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/box/box-java-sdk/commit/2d4db87d0432acd25d05d81c19374c98092b91be"><code>2d4db87</code></a> chore: release version 10.1.0 (<a href="https://redirect.github.com/box/box-java-sdk/issues/1489">#1489</a>)</li> <li><a href="https://github.com/box/box-java-sdk/commit/3d3085234566ffdfa8f18575cf99d842fd383a05"><code>3d30852</code></a><code>box/box-codegen#857</code><a href="https://redirect.github.com/box/box-java-sdk/issues/1488">#1488</a>)</li> <li><a href="https://github.com/box/box-java-sdk/commit/6896386c6086996399066b09b5afc998a5a95ca4"><code>6896386</code></a> fix: Make <code>role</code> parameter of update collaboration optional (box/box-openapi#...</li> <li><a href="https://github.com/box/box-java-sdk/commit/120066ec5ff501440f4ffe87f16fdc8e4af9d0a1"><code>120066e</code></a><code>box/box-codegen#856</code><a href="https://redirect.github.com/box/box-java-sdk/issues/1477">#1477</a>)</li> <li><a href="https://github.com/box/box-java-sdk/commit/ea307150e0a89ff7544b948b910158472c6e030f"><code>ea30715</code></a> test: Change ai and events tests to use fields instead of raw json (box/box-c...</li> <li><a href="https://github.com/box/box-java-sdk/commit/e215a5f2502e694421a05d8da550d2b305c09460"><code>e215a5f</code></a> fix: Allow flexible key-value data in <code>AiExtractResponse.answer</code> and `Event.a...</li> <li><a href="https://github.com/box/box-java-sdk/commit/0d3f1e5c43d6618e0166f404198dd770464926c3"><code>0d3f1e5</code></a><code>box/box-codegen#855</code><a href="https://redirect.github.com/box/box-java-sdk/issues/1469">#1469</a>)</li> <li><a href="https://github.com/box/box-java-sdk/commit/c72407dc77cc67f3a178d607a2b1bd4e90e832a8"><code>c72407d</code></a> feat: Add <code>Javadoc</code><code>box/box-codegen#839</code><a href="https://redirect.github.com/box/box-java-sdk/issues/1465">#1465</a>)</li> <li><a href="https://github.com/box/box-java-sdk/commit/7f69fd19b6ea055ffebd43197bd46648352bd1d5"><code>7f69fd1</code></a><code>box/box-codegen#851</code><a href="https://redirect.github.com/box/box-java-sdk/issues/1462">#1462</a>)</li> <li><a href="https://github.com/box/box-java-sdk/commit/a7ef009eae9d95a422f4b0502c35bf52d8eab172"><code>a7ef009</code></a> docs: Update developer guide link in Changelog (<a href="https://redirect.github.com/box/box-java-sdk/issues/1457">#1457</a>)</li> <li>Additional commits viewable in <a href="https://github.com/box/box-java-sdk/compare/v4.16.3...v10.1.0">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 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]
