dependabot[bot] opened a new pull request, #934: URL: https://github.com/apache/tika/pull/934
Bumps [azure-core](https://github.com/Azure/azure-sdk-for-java) from 1.35.0 to 1.36.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Azure/azure-sdk-for-java/releases">azure-core's releases</a>.</em></p> <blockquote> <h2>azure-core_1.36.0</h2> <h2>1.36.0 (2023-02-01)</h2> <h3>Features Added</h3> <ul> <li>Added explicit support for <code>text</code>-based serialization, this is done by adding <code>SerializerEncoding.TEXT</code>. Previously, <code>text</code> was being implicitly supported by using <code>SerializerEncoding.JSON</code> but there were edge cases when a <code>String</code> wasn't a JSON string (<code>string</code> vs <code>"string"</code>). (<a href="https://github-redirect.dependabot.com/Azure/azure-sdk-for-java/pull/32277">#32277</a>)</li> <li>Added <code>BinaryData.fromListByteBuffer(List<ByteBuffer>)</code> to support additional ways to create <code>BinaryData</code>. (<a href="https://github-redirect.dependabot.com/Azure/azure-sdk-for-java/pull/32932">#32932</a>)</li> <li>Added <code>TracingOptions</code> to make tracing configurable. (<a href="https://github-redirect.dependabot.com/Azure/azure-sdk-for-java/pull/32573">#32573</a>)</li> <li>Added support for links, start timestamp, W3C trace-context propagation, and numerical attributes in tracing.</li> <li>Tracing plugins are no longer required to implement <code>AfterRetryPolicyProvider</code> as tracing is now handled by <code>InstrumentationPolicy</code> using the provided <code>Tracer</code> implementation.</li> </ul> <h3>Breaking Changes</h3> <ul> <li>Deprecated messaging-specific methods in tracing abstractions.</li> </ul> <h3>Bugs Fixed</h3> <ul> <li>Fixed a bug where <code>PollingStrategy.getResult</code> would guard getting results for <code>POST</code>-based on containing a <code>Location</code> header which isn't guaranteed to exist. If the header doesn't exist the body of the last polling operation is used as the final result. (<a href="https://github-redirect.dependabot.com/Azure/azure-sdk-for-java/pull/32815">#32815</a>)</li> <li>Fixed a bug where <code>HEAD</code>-based requests were checking for a body before deserializing. <code>HEAD</code> requests shouldn't have a body or if they do it should be ignored. (<a href="https://github-redirect.dependabot.com/Azure/azure-sdk-for-java/pull/32833">#32833</a>)</li> </ul> <h3>Other Changes</h3> <ul> <li>Exceptions when deserializing error HTTP responses now include the deserialization exception as the causal exception in addition to logging it.</li> <li><code>ExpandableStringEnum</code> now uses <code>MethodHandle</code> instead of <code>Constructor</code> to create subtype instances when using <code>fromString(String, Class<T>)</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/92c9bacc4b4772e0edfb7c9623cb0efc24fc3c56"><code>92c9bac</code></a> Only Depend on Live Test Stages for Manual Builds (<a href="https://github-redirect.dependabot.com/Azure/azure-sdk-for-java/issues/33274">#33274</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/6ddb120f8644f61e4fffed945c63b9e0a7d7adea"><code>6ddb120</code></a> Add disable instance discovery (<a href="https://github-redirect.dependabot.com/Azure/azure-sdk-for-java/issues/33225">#33225</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/27ba1ab5054fd6028dd8242261b830df08b7aa06"><code>27ba1ab</code></a> Don't Run Live Test Stages on IndividualCI Build Reasons (<a href="https://github-redirect.dependabot.com/Azure/azure-sdk-for-java/issues/33272">#33272</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/cbe8b98ca3d20e7637f051ae0902d37bc39bf472"><code>cbe8b98</code></a> Prepare Core Libraries for Feb 2023 Release (<a href="https://github-redirect.dependabot.com/Azure/azure-sdk-for-java/issues/33271">#33271</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/4eb544f58a197d52f53ee0c705faaa211a545550"><code>4eb544f</code></a> Updates to Stream Serialization Libraries (<a href="https://github-redirect.dependabot.com/Azure/azure-sdk-for-java/issues/33270">#33270</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/40c85244761d6bd676eda4a65626e197262edaef"><code>40c8524</code></a> Consume cosmos emulator from install path on agent (<a href="https://github-redirect.dependabot.com/Azure/azure-sdk-for-java/issues/33265">#33265</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/045f300ea157c3de3a37e76f8fdcc1469bfc8fc7"><code>045f300</code></a> Increment versions for loadtesting releases (<a href="https://github-redirect.dependabot.com/Azure/azure-sdk-for-java/issues/33264">#33264</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/62d47bc5c14dae51fdfde46a8648f7e2dc314121"><code>62d47bc</code></a> fix wrong javadocs of withSsh (<a href="https://github-redirect.dependabot.com/Azure/azure-sdk-for-java/issues/33211">#33211</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/771e70ee289a8ec65514c08a0ea55d69227475bf"><code>771e70e</code></a> Sync eng/common directory with azure-sdk-tools for PR 5272 (<a href="https://github-redirect.dependabot.com/Azure/azure-sdk-for-java/issues/33254">#33254</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-java/commit/54e34e3347b155c05f089c4a2e04d49787ee8bbf"><code>54e34e3</code></a> One time repo setup for running Cadl scripts (<a href="https://github-redirect.dependabot.com/Azure/azure-sdk-for-java/issues/33251">#33251</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Azure/azure-sdk-for-java/compare/azure-core_1.35.0...azure-core_1.36.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 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: dev-unsubscr...@tika.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org