You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by dependabot on 2023/01/29 17:03:41 UTC

[GitHub] [avro] dependabot[bot] opened a new pull request, #2073: Bump snappy-java from 1.1.8.4 to 1.1.9.0 in /lang/java

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

   Bumps [snappy-java](https://github.com/xerial/snappy-java) from 1.1.8.4 to 1.1.9.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/xerial/snappy-java/releases">snappy-java's releases</a>.</em></p>
   <blockquote>
   <h2>v1.1.9.0</h2>
   <h2>What's Changed</h2>
   <p>This version upgrades the native libraries to Snappy 1.1.9. Currently, only a limited number of platforms are supported, including:</p>
   <ul>
   <li>Win32/64 (Only Intel)</li>
   <li>Mac64 (Intel, M1, M2). We no longer support Mac32</li>
   <li>Linux32, 64 (Intel, Arm), arm, armv6, armv7</li>
   <li>android-arm32</li>
   <li>ppc64le, ppc64</li>
   </ul>
   <p>If you need more platform support, send a PR to build a native library with a <a href="https://github.com/dockcross/dockcross">docker-based cross compiler</a> (See Makefile and Makefile.common for the reference). If a cross compiler for your platform is not available, create a PR with a native library built with <code>make native</code> command.</p>
   <h2>🚀 Features</h2>
   <ul>
   <li>Add uncompressDoubleArray that takes offset and length <a href="https://github.com/ashley-taylor"><code>@​ashley-taylor</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/307">#307</a>)</li>
   <li>Build native library for Snappy 1.1.9 <a href="https://github.com/xerial"><code>@​xerial</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/380">#380</a>)</li>
   <li>Upgrade to snappy-1.1.9 <a href="https://github.com/xerial"><code>@​xerial</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/379">#379</a>)</li>
   <li>Add Java 17 build test to GitHub action <a href="https://github.com/wangyum"><code>@​wangyum</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/346">#346</a>)</li>
   <li>Adding ppc64le support in Travis <a href="https://github.com/Abhijit-Mane"><code>@​Abhijit-Mane</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/286">#286</a>)</li>
   <li>Build on riscv64 <a href="https://github.com/zinovya"><code>@​zinovya</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/283">#283</a>)</li>
   <li>Upgrade bitshuffle to 0.3.4 (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/380">#380</a>)</li>
   </ul>
   <h2>👋 Deprecated</h2>
   <ul>
   <li>Removed pure-java support <a href="https://github.com/xerial"><code>@​xerial</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/381">#381</a>) because it may cause data corruption.</li>
   </ul>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Use original compressed and uncompressed buffer's position <a href="https://github.com/viirya"><code>@​viirya</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/293">#293</a>)</li>
   <li><a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/302">#302</a> Fixed running snappy-java as OSGi bundle on Apple Silicon (M1 Pro) <a href="https://github.com/zh-muxa"><code>@​zh-muxa</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/303">#303</a>)</li>
   <li>Avoid explicit class name in throw_exception <a href="https://github.com/viirya"><code>@​viirya</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/291">#291</a>)</li>
   </ul>
   <h2>🔗 Dependency Updates</h2>
   <ul>
   <li>Update airframe-log to 22.9.3 <a href="https://github.com/xerial-bot"><code>@​xerial-bot</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/349">#349</a>)</li>
   <li>Update hadoop-common to 2.7.7 <a href="https://github.com/xerial-bot"><code>@​xerial-bot</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/313">#313</a>)</li>
   <li>Update scalafmt-core to 3.5.9 <a href="https://github.com/xerial-bot"><code>@​xerial-bot</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/344">#344</a>)</li>
   <li>Update airframe-log to 22.9.2 <a href="https://github.com/xerial-bot"><code>@​xerial-bot</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/347">#347</a>)</li>
   <li>Update scalafmt-core to 2.7.5 <a href="https://github.com/xerial-bot"><code>@​xerial-bot</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/323">#323</a>)</li>
   <li>Update sbt to 1.7.1 <a href="https://github.com/xerial-bot"><code>@​xerial-bot</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/336">#336</a>)</li>
   <li>Update airframe-log to 22.9.0 <a href="https://github.com/xerial-bot"><code>@​xerial-bot</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/343">#343</a>)</li>
   <li>Update sbt-scalafmt to 2.4.6 <a href="https://github.com/xerial-bot"><code>@​xerial-bot</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/317">#317</a>)</li>
   <li>Update scalafmt-core to 2.6.4 <a href="https://github.com/xerial-bot"><code>@​xerial-bot</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/318">#318</a>)</li>
   <li>Update airframe-log to 21.12.1 <a href="https://github.com/xerial-bot"><code>@​xerial-bot</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/319">#319</a>)</li>
   <li>Update sbt-sonatype to 3.9.13 <a href="https://github.com/xerial-bot"><code>@​xerial-bot</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/320">#320</a>)</li>
   <li>Update sbt to 1.6.2 <a href="https://github.com/xerial-bot"><code>@​xerial-bot</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/321">#321</a>)</li>
   <li>Update sbt to 1.5.8 <a href="https://github.com/xerial-bot"><code>@​xerial-bot</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/316">#316</a>)</li>
   <li>Update sbt-osgi to 0.9.6 <a href="https://github.com/xerial-bot"><code>@​xerial-bot</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/312">#312</a>)</li>
   <li>Update junit-interface to 0.13.3 <a href="https://github.com/xerial-bot"><code>@​xerial-bot</code></a> (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/311">#311</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/xerial/snappy-java/commit/c515db58574b161037a31684f757cb0102b62628"><code>c515db5</code></a> Add release automation workflow (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/384">#384</a>)</li>
   <li><a href="https://github.com/xerial/snappy-java/commit/34fa6e9e65557e565facbcbed819e07ea0d14d02"><code>34fa6e9</code></a> Add uncompressDoubleArray that takes offset and length (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/307">#307</a>)</li>
   <li><a href="https://github.com/xerial/snappy-java/commit/2bc841b5da4235e204b8b27aa939b9860be6da35"><code>2bc841b</code></a> Remove pure-java support (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/381">#381</a>)</li>
   <li><a href="https://github.com/xerial/snappy-java/commit/cecbb0d1e27840747615d2d46ebb290936602f8d"><code>cecbb0d</code></a> Build native library for Snappy 1.1.9 (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/380">#380</a>)</li>
   <li><a href="https://github.com/xerial/snappy-java/commit/a794389cf2cf6f55445cabd04763796b1c16fda7"><code>a794389</code></a> Upgrade to snappy-1.1.9 (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/379">#379</a>)</li>
   <li><a href="https://github.com/xerial/snappy-java/commit/ef87735ee91ec45c93cd5a7dace853480c471a36"><code>ef87735</code></a> Bump olafurpg/setup-scala from 10 to 13 (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/375">#375</a>)</li>
   <li><a href="https://github.com/xerial/snappy-java/commit/608968912a787bea9ce82f57085851717e74bcf7"><code>6089689</code></a> Bump actions/checkout from 2 to 3 (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/376">#376</a>)</li>
   <li><a href="https://github.com/xerial/snappy-java/commit/e8dc8f387fa4149e898b332224a2d6535788a63d"><code>e8dc8f3</code></a> Bump actions/cache from 1 to 3 (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/377">#377</a>)</li>
   <li><a href="https://github.com/xerial/snappy-java/commit/e030a7860074e34c8a1b959469bf8644991b322f"><code>e030a78</code></a> Add release drafter (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/378">#378</a>)</li>
   <li><a href="https://github.com/xerial/snappy-java/commit/5a46383c4f11f1e21f36f7f2fc10b120f237c675"><code>5a46383</code></a> Add dependabot (<a href="https://github-redirect.dependabot.com/xerial/snappy-java/issues/374">#374</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/xerial/snappy-java/compare/1.1.8.4...v1.1.9.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.xerial.snappy:snappy-java&package-manager=maven&previous-version=1.1.8.4&new-version=1.1.9.0)](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-unsubscribe@avro.apache.org

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


[GitHub] [avro] martin-g merged pull request #2073: Bump snappy-java from 1.1.8.4 to 1.1.9.0 in /lang/java

Posted by "martin-g (via GitHub)" <gi...@apache.org>.
martin-g merged PR #2073:
URL: https://github.com/apache/avro/pull/2073


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

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