You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/11/16 15:24:45 UTC

[PR] Bump com.squareup.okio:okio from 1.6.0 to 1.17.6 in /pinot-plugins/pinot-stream-ingestion/pinot-pulsar [pinot]

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

   Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 1.6.0 to 1.17.6.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/square/okio/blob/master/CHANGELOG.md">com.squareup.okio:okio's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.17.6</h2>
   <p><em>2023-10-01</em></p>
   <ul>
   <li>Fix: Don't crash decoding GZIP files when the optional extra data (<code>XLEN</code>) is 32 KiB or larger.</li>
   </ul>
   <h2>Version 3.5.0</h2>
   <p><em>2023-08-02</em></p>
   <ul>
   <li>New: Support the WebAssembly (WASM) platform. Okio's support for WASM is experimental, but
   improving, just like Kotlin's own support for WASM.</li>
   <li>New: Adapt WebAssembly System Interface (WASI) API's as an Okio FileSystem using
   <code>WasiFileSystem</code>. This is in the new <code>okio-wasifilesystem</code> module. It requires the [preview1]
   WASI API. We’ll make backwards-incompatible upgrades to new WASI API versions as they become
   available.</li>
   <li>Fix: Return relative paths in the NIO adapter FileSystem when required. <code>FileSystem.list()</code>
   had always returned absolute paths, even when the target directory was supplied as a relative
   path.</li>
   <li>Fix: Don't crash when reading into an empty array using <code>FileHandle</code> on Kotlin/Native.</li>
   <li>Upgrade: [Kotlin 1.9.0][kotlin_1_9_0].</li>
   </ul>
   <h2>Version 3.4.0</h2>
   <p><em>2023-07-07</em></p>
   <ul>
   <li>New: Adapt a Java NIO FileSystem (<code>java.nio.file.FileSystem</code>) as an Okio FileSystem using
   <code>fileSystem.asOkioFileSystem()</code>.</li>
   <li>New: Adapt Android’s <code>AssetManager</code> as an Okio FileSystem using <code>AssetFileSystem</code>. This is in the
   new <code>okio-assetfilesystem</code> module. Android applications should prefer this over
   <code>FileSystem.RESOURCES</code> as it’s faster to load.</li>
   <li>Fix: Don't crash decoding GZIP files when the optional extra data (<code>XLEN</code>) is 32 KiB or larger.</li>
   <li>Fix: Resolve symlinks in <code>FakeFileSystem.canonicalize()</code>.</li>
   <li>Fix: Report the correct <code>createdAtMillis</code> in <code>NodeJsFileSystem</code> file metadata. We were
   incorrectly using <code>ctimeMs</code>, where <code>c</code> means <em>changed</em>, not <em>created</em>.</li>
   <li>Fix: <code>UnsafeCursor</code> is now <code>Closeable</code>.</li>
   </ul>
   <h2>Version 3.3.0</h2>
   <p><em>2023-01-07</em></p>
   <ul>
   <li>Fix: Don't leak resources when <code>use {}</code> is used with a non-local return. We introduced this
   performance and stability bug by not considering that non-local returns execute neither the
   <code>return</code> nor <code>catch</code> control flows.</li>
   <li>Fix: Use a sealed interface for <code>BufferedSink</code> and <code>BufferedSource</code>. These were never intended
   for end-users to implement, and we're happy that Kotlin now allows us to express that in our API.</li>
   <li>New: Change internal locks from <code>synchronized</code> to <code>ReentrantLock</code> and <code>Condition</code>. We expect this</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/square/okio/commit/7599853576e32987fd1a99fc6d36b2b3e655451e"><code>7599853</code></a> [maven-release-plugin] prepare release okio-parent-1.17.6</li>
   <li><a href="https://github.com/square/okio/commit/b4fa875dc24950680c386e4b1c593660ce4f7839"><code>b4fa875</code></a> Fix a bug where xlen larger than 0x7fff was rejected (<a href="https://redirect.github.com/square/okio/issues/1334">#1334</a>)</li>
   <li><a href="https://github.com/square/okio/commit/e68262ce849d09e76cb3c0a56e136ff265896fae"><code>e68262c</code></a> Add missing <a href="https://github.com/Override"><code>@​Override</code></a> to Watchdog.run() method</li>
   <li><a href="https://github.com/square/okio/commit/5e92577b611ade4fc40cece2f10e9af1cd7cbb4f"><code>5e92577</code></a> Merge pull request <a href="https://redirect.github.com/square/okio/issues/694">#694</a> from edenrox/patch-2</li>
   <li><a href="https://github.com/square/okio/commit/73bfe94f22f17b81b9da75375ff357cad82c0328"><code>73bfe94</code></a> Switch travis to use openjdk8</li>
   <li><a href="https://github.com/square/okio/commit/2dd7db830117067deb787c2db5241d672392cff5"><code>2dd7db8</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li><a href="https://github.com/square/okio/commit/147e8e3db2d3cc0fdba85dd3e627add2a0c33368"><code>147e8e3</code></a> [maven-release-plugin] prepare release okio-parent-1.17.5</li>
   <li><a href="https://github.com/square/okio/commit/5c28000d450cbc7bab0c41cb1ea91229cdabd711"><code>5c28000</code></a> Merge pull request <a href="https://redirect.github.com/square/okio/issues/687">#687</a> from square/jwilson.1211.empty_tail_segment_1x</li>
   <li><a href="https://github.com/square/okio/commit/94dba1ede9b58fe025ca9a59371bcc24b1e1bdb3"><code>94dba1e</code></a> Remove empty tail segment (1.x branch)</li>
   <li><a href="https://github.com/square/okio/commit/a4aa97150cfc8e12be65c7e67613dde3c264b866"><code>a4aa971</code></a> [maven-release-plugin] prepare for next development iteration</li>
   <li>Additional commits viewable in <a href="https://github.com/square/okio/compare/okio-parent-1.6.0...okio-parent-1.17.6">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.squareup.okio:okio&package-manager=maven&previous-version=1.6.0&new-version=1.17.6)](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)
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/pinot/network/alerts).
   
   </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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Bump com.squareup.okio:okio from 1.6.0 to 1.17.6 in /pinot-plugins/pinot-stream-ingestion/pinot-pulsar [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang closed pull request #12011: Bump com.squareup.okio:okio from 1.6.0 to 1.17.6 in /pinot-plugins/pinot-stream-ingestion/pinot-pulsar
URL: https://github.com/apache/pinot/pull/12011


-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Bump com.squareup.okio:okio from 1.6.0 to 1.17.6 in /pinot-plugins/pinot-stream-ingestion/pinot-pulsar [pinot]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #12011:
URL: https://github.com/apache/pinot/pull/12011#issuecomment-1815155760

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org