-
Notifications
You must be signed in to change notification settings - Fork 98
Commit 1620e00
authored
deps: update dependency org.xerial.snappy:snappy-java to v1.1.9.0 - abandoned (#1471)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.xerial.snappy:snappy-java](https://togithub.com/xerial/snappy-java) | `1.1.8.4` -> `1.1.9.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
xerial/snappy-java
### [`v1.1.9.0`](https://togithub.com/xerial/snappy-java/releases/tag/v1.1.9.0) [Compare Source](https://togithub.com/xerial/snappy-java/compare/1.1.8.4...v1.1.9.0) ##### What's Changed This version upgrades the native libraries to Snappy 1.1.9. Currently, only a limited number of platforms are supported, including: - Win32/64 (Only Intel) - Mac64 (Intel, M1, M2). We no longer support Mac32 - Linux32, 64 (Intel, Arm), arm, armv6, armv7 - android-arm32 - ppc64le, ppc64 If you need more platform support, send a PR to build a native library with a [docker-based cross compiler](https://togithub.com/dockcross/dockcross) (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 `make native` command. ##### 🚀 Features - Add uncompressDoubleArray that takes offset and length [@ashley-taylor](https://togithub.com/ashley-taylor) ([#307](https://togithub.com/xerial/snappy-java/issues/307)) - Build native library for Snappy 1.1.9 [@xerial](https://togithub.com/xerial) ([#380](https://togithub.com/xerial/snappy-java/issues/380)) - Upgrade to snappy-1.1.9 [@xerial](https://togithub.com/xerial) ([#379](https://togithub.com/xerial/snappy-java/issues/379)) - Add Java 17 build test to GitHub action [@wangyum](https://togithub.com/wangyum) ([#346](https://togithub.com/xerial/snappy-java/issues/346)) - Adding ppc64le support in Travis [@Abhijit-Mane](https://togithub.com/Abhijit-Mane) ([#286](https://togithub.com/xerial/snappy-java/issues/286)) - Build on riscv64 [@zinovya](https://togithub.com/zinovya) ([#283](https://togithub.com/xerial/snappy-java/issues/283)) - Upgrade bitshuffle to 0.3.4 ([#380](https://togithub.com/xerial/snappy-java/issues/380)) ##### 👋 Deprecated - Removed pure-java support [@xerial](https://togithub.com/xerial) ([#381](https://togithub.com/xerial/snappy-java/issues/381)) because it may cause data corruption. ##### Bug Fixes - Use original compressed and uncompressed buffer's position [@viirya](https://togithub.com/viirya) ([#293](https://togithub.com/xerial/snappy-java/issues/293)) - [#302](https://togithub.com/xerial/snappy-java/issues/302) Fixed running snappy-java as OSGi bundle on Apple Silicon (M1 Pro) [@zh-muxa](https://togithub.com/zh-muxa) ([#303](https://togithub.com/xerial/snappy-java/issues/303)) - Avoid explicit class name in throw_exception [@viirya](https://togithub.com/viirya) ([#291](https://togithub.com/xerial/snappy-java/issues/291)) ##### 🔗 Dependency Updates - Update airframe-log to 22.9.3 [@xerial-bot](https://togithub.com/xerial-bot) ([#349](https://togithub.com/xerial/snappy-java/issues/349)) - Update hadoop-common to 2.7.7 [@xerial-bot](https://togithub.com/xerial-bot) ([#313](https://togithub.com/xerial/snappy-java/issues/313)) - Update scalafmt-core to 3.5.9 [@xerial-bot](https://togithub.com/xerial-bot) ([#344](https://togithub.com/xerial/snappy-java/issues/344)) - Update airframe-log to 22.9.2 [@xerial-bot](https://togithub.com/xerial-bot) ([#347](https://togithub.com/xerial/snappy-java/issues/347)) - Update scalafmt-core to 2.7.5 [@xerial-bot](https://togithub.com/xerial-bot) ([#323](https://togithub.com/xerial/snappy-java/issues/323)) - Update sbt to 1.7.1 [@xerial-bot](https://togithub.com/xerial-bot) ([#336](https://togithub.com/xerial/snappy-java/issues/336)) - Update airframe-log to 22.9.0 [@xerial-bot](https://togithub.com/xerial-bot) ([#343](https://togithub.com/xerial/snappy-java/issues/343)) - Update sbt-scalafmt to 2.4.6 [@xerial-bot](https://togithub.com/xerial-bot) ([#317](https://togithub.com/xerial/snappy-java/issues/317)) - Update scalafmt-core to 2.6.4 [@xerial-bot](https://togithub.com/xerial-bot) ([#318](https://togithub.com/xerial/snappy-java/issues/318)) - Update airframe-log to 21.12.1 [@xerial-bot](https://togithub.com/xerial-bot) ([#319](https://togithub.com/xerial/snappy-java/issues/319)) - Update sbt-sonatype to 3.9.13 [@xerial-bot](https://togithub.com/xerial-bot) ([#320](https://togithub.com/xerial/snappy-java/issues/320)) - Update sbt to 1.6.2 [@xerial-bot](https://togithub.com/xerial-bot) ([#321](https://togithub.com/xerial/snappy-java/issues/321)) - Update sbt to 1.5.8 [@xerial-bot](https://togithub.com/xerial-bot) ([#316](https://togithub.com/xerial/snappy-java/issues/316)) - Update sbt-osgi to 0.9.6 [@xerial-bot](https://togithub.com/xerial-bot) ([#312](https://togithub.com/xerial/snappy-java/issues/312)) - Update junit-interface to 0.13.3 [@xerial-bot](https://togithub.com/xerial-bot) ([#311](https://togithub.com/xerial/snappy-java/issues/311)) - Upgrade sbt to 1.5.6 [@xerial](https://togithub.com/xerial) ([#301](https://togithub.com/xerial/snappy-java/issues/301)) - Bump olafurpg/setup-scala from 10 to 13 [@dependabot](https://togithub.com/dependabot) ([#375](https://togithub.com/xerial/snappy-java/issues/375)) - Bump actions/checkout from 2 to 3 [@dependabot](https://togithub.com/dependabot) ([#376](https://togithub.com/xerial/snappy-java/issues/376)) - Bump actions/cache from 1 to 3 [@dependabot](https://togithub.com/dependabot) ([#377](https://togithub.com/xerial/snappy-java/issues/377)) - Update scalafmt-core to 3.7.1 [@xerial-bot](https://togithub.com/xerial-bot) ([#368](https://togithub.com/xerial/snappy-java/issues/368)) - Update sbt to 1.8.2 [@xerial-bot](https://togithub.com/xerial-bot) ([#366](https://togithub.com/xerial/snappy-java/issues/366)) - Update sbt to 1.7.3 [@xerial-bot](https://togithub.com/xerial-bot) ([#355](https://togithub.com/xerial/snappy-java/issues/355)) ##### 🛠 Internal Updates - Add release drafter [@xerial](https://togithub.com/xerial) ([#378](https://togithub.com/xerial/snappy-java/issues/378)) - Add dependabot [@xerial](https://togithub.com/xerial) ([#374](https://togithub.com/xerial/snappy-java/issues/374)) - Add scalafmt dialect [@xerial](https://togithub.com/xerial) ([#373](https://togithub.com/xerial/snappy-java/issues/373)) - Add release automation workflow [@xerial](https://togithub.com/xerial) ([#384](https://togithub.com/xerial/snappy-java/issues/384)) - Update airframe-log to 22.12.6 [@xerial-bot](https://togithub.com/xerial-bot) ([#372](https://togithub.com/xerial/snappy-java/issues/372)) - Update hadoop-common to 2.10.2 [@xerial-bot](https://togithub.com/xerial-bot) ([#371](https://togithub.com/xerial/snappy-java/issues/371)) - Update sbt-pgp to 2.2.1 [@xerial-bot](https://togithub.com/xerial-bot) ([#361](https://togithub.com/xerial/snappy-java/issues/361)) - Update plexus-classworlds to 2.7.0 [@xerial-bot](https://togithub.com/xerial-bot) ([#359](https://togithub.com/xerial/snappy-java/issues/359)) - Update sbt-scalafmt to 2.5.0 [@xerial-bot](https://togithub.com/xerial-bot) ([#358](https://togithub.com/xerial/snappy-java/issues/358)) - Update sbt-sonatype to 3.9.17 [@xerial-bot](https://togithub.com/xerial-bot) ([#370](https://togithub.com/xerial/snappy-java/issues/370)) - Update sbt-sonatype to 3.9.15 [@xerial-bot](https://togithub.com/xerial-bot) ([#360](https://togithub.com/xerial/snappy-java/issues/360)) - Update sbt-sonatype to 3.9.14 [@xerial-bot](https://togithub.com/xerial-bot) ([#357](https://togithub.com/xerial/snappy-java/issues/357)) ##### 📚 Docs - Remove pure-java support [@xerial](https://togithub.com/xerial) ([#381](https://togithub.com/xerial/snappy-java/issues/381)) - Fix links in Javadoc badge [@valery1707](https://togithub.com/valery1707) ([#350](https://togithub.com/xerial/snappy-java/issues/350)) - Fix links into benchmark results [@valery1707](https://togithub.com/valery1707) ([#351](https://togithub.com/xerial/snappy-java/issues/351)) - Fixes [#280](https://togithub.com/xerial/snappy-java/issues/280) Typo - java.io.tmpdir not java.io.tempdir [@lehnerj](https://togithub.com/lehnerj) ([#325](https://togithub.com/xerial/snappy-java/issues/325)) - Small typo fix [@atisvagyok](https://togithub.com/atisvagyok) ([#294](https://togithub.com/xerial/snappy-java/issues/294)) **Full Changelog**: https://togithub.com/xerial/snappy-java/compare/1.1.8.4...v1.1.91 parent 7e63280 commit 1620e00Copy full SHA for 1620e00
Expand file treeCollapse file tree
3 files changed
+3
-3
lines changedsamples/install-without-bom/pom.xml
Copy file name to clipboardExpand all lines: samples/install-without-bom/pom.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
|
0 commit comments