Commit Graph

1060 Commits

Author SHA1 Message Date
Taro L. Saito ad2e2d7378
Feature: Use LTS cross-compiler for Linux armv6/armv7 to use glibc 2.28 (#440)
* Feature: Use LTS cross-compiler for Linux armv6/armv7 to use glibc 2.28

* Use softfp for armv7

* Fix armv6 config

* Update native libraries

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-23 13:20:44 -07:00
xerial-bot 4faf2a3768
Update airframe-log to 23.5.5 (#441) 2023-05-23 13:16:24 -07:00
xerial-bot d9b324ce43
Update airframe-log to 23.5.4 (#434) 2023-05-23 10:30:12 -07:00
Taro L. Saito 4181327265
Release snapshot versions when native libs are updated (#438) 2023-05-23 10:27:09 -07:00
Taro L. Saito 86ebb48261
Add a new native lib for Linux-arm (#436)
* use lts image for glibc compatibility

fixes #417

* Update dockcross-aarch64

* Update native libraries

---------

Co-authored-by: NersesAM <1935500+NersesAM@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-23 10:19:22 -07:00
Taro L. Saito f92925a4ad
internal: Release note generation automation (#433) 2023-05-17 13:51:37 -07:00
xerial-bot b780eae3a4
Update sbt-sonatype to 3.9.21 (#432) 2023-05-16 13:13:24 -07:00
Taro L. Saito ccf61c1d06
Upgrade to Snappy 1.1.10 (#431)
* Upgrade to Snappy 1.1.10

* Update native libraries

* Add Mac silicon binary

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-16 11:44:01 -07:00
jzl d72a2bc805
Fix: workaround io error 'stream closed' caused by bugs in URLClassloader (#412) 2023-05-16 11:06:13 -07:00
Sudip Roy 027c0c2703
add s390x support (#416) 2023-05-16 11:00:50 -07:00
xerial-bot fba33f4eab
Update sbt to 1.8.3 (#430) 2023-05-16 11:00:33 -07:00
xerial-bot 0314c2501d
Update airframe-log to 23.5.3 (#428) 2023-05-09 16:55:25 -07:00
xerial-bot bb51e7c8f2
Update sbt-sonatype to 3.9.20 (#427) 2023-05-09 16:55:18 -07:00
Taro L. Saito e504c39559
Update SECURITY.md 2023-05-08 13:28:42 -07:00
Taro L. Saito 18c53d5311
Create SECURITY.md 2023-05-08 13:28:28 -07:00
xerial-bot 05c39b2ca9
Update airframe-log to 23.4.8 (#423) 2023-04-29 09:47:08 -07:00
xerial-bot 509fe727e6
Update airframe-log to 23.4.0 (#413) 2023-04-07 00:30:32 -07:00
xerial-bot 03fa8d0a83
Update airframe-log to 23.3.4 (#409) 2023-03-31 21:56:24 -07:00
xerial-bot 7f5cd56d65
Update scalafmt-core to 3.7.3 (#410) 2023-03-31 21:56:17 -07:00
xerial-bot c5414ed458
Update airframe-log to 23.3.3 (#406) 2023-03-22 14:42:25 -07:00
xerial-bot 079725743f
Update airframe-log to 23.3.2 (#404) 2023-03-20 09:39:58 -07:00
xerial-bot 745d4c440f
Update sbt-sonatype to 3.9.18 (#402) 2023-03-09 23:19:12 -08:00
xerial-bot 180645b2ef
Update airframe-log to 23.3.0 (#401) 2023-03-09 23:19:05 -08:00
xerial-bot e633200b11
Update airframe-log to 23.2.5 (#397) 2023-03-06 12:55:38 -08:00
xerial-bot e2a4b5a596
Update scalafmt-core to 3.7.2 (#399)
* Update scalafmt-core to 3.7.2

* Reformat with scalafmt 3.7.2

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.7.2' to .git-blame-ignore-revs
2023-03-06 12:55:26 -08:00
dependabot[bot] 0957acd563
Bump olafurpg/setup-scala from 13 to 14 (#398)
Bumps [olafurpg/setup-scala](https://github.com/olafurpg/setup-scala) from 13 to 14.
- [Release notes](https://github.com/olafurpg/setup-scala/releases)
- [Commits](https://github.com/olafurpg/setup-scala/compare/v13...v14)

---
updated-dependencies:
- dependency-name: olafurpg/setup-scala
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 12:55:17 -08:00
Ludovic Henry 3c74e292ab
Add Linux-riscv64 support (#396) 2023-02-15 01:24:42 -08:00
xerial-bot 8845930790
Update airframe-log to 23.2.4 (#395) 2023-02-14 09:56:02 -08:00
xerial-bot 17aa698cdb
Update airframe-log to 23.2.0 (#391) 2023-02-03 16:21:32 -08:00
Taro L. Saito 39160ac5d2
Fix java8 compatibility (#390)
* ByteBuffer.limit() compiled with JDK9+ shows  java.lang.NoSuchMethodError: java.nio.ByteBuffer.limit(I)Ljava/nio/ByteBuffer; error in JDK8
* Set --release 8 JDK option
* Do not use --release 8 option in JDK8
2023-01-31 10:35:03 -08:00
xerial-bot 5ad862e802
Update org.osgi.core to 6.0.0 (#387) 2023-01-29 19:21:23 -08:00
Taro L. Saito 8707c34446
Update Milestone.md 2023-01-28 18:25:16 -08:00
xerial-bot 1a82fe10b7
Update org.osgi.core to 4.3.1 (#315)
* Update org.osgi.core to 4.3.1

* Update org.osgi.core to 4.3.1

* Update org.osgi.core to 4.3.1

* Revert commit(s) 3c7e99c

* Update org.osgi.core to 4.3.1

* Revert commit(s) 3a0d82f

* Update org.osgi.core to 4.3.1

* Revert commit(s) db7539d

* Update org.osgi.core to 4.3.1

* Revert commit(s) a0551d9

* Update org.osgi.core to 4.3.1

* Revert commit(s) bcb986a

* Update org.osgi.core to 4.3.1

* Revert commit(s) 832ade4

* Update org.osgi.core to 4.3.1
2023-01-28 08:47:29 -08:00
Taro L. Saito 92b6c9e4d7
Remove snappy debug assertion with -DNDEBUG c++ flag (#386)
* Remoe snappy debug assertion with -DNDEBUG c++ flag

* Update native libraries

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-28 08:42:50 -08:00
Taro L. Saito 785d43066c
Update sbt script (#385) 2023-01-28 07:29:41 -08:00
xerial-bot 083827cf74
Update airframe-log to 23.1.4 (#383)
* Update airframe-log to 23.1.4

* Revert commit(s) 5f9eb46

* Update airframe-log to 23.1.4
2023-01-28 07:25:50 -08:00
Taro L. Saito c515db5857
Add release automation workflow (#384) 2023-01-28 00:33:40 -08:00
Ashley Taylor 34fa6e9e65
Add uncompressDoubleArray that takes offset and length (#307) 2023-01-28 00:06:45 -08:00
Taro L. Saito 2bc841b5da
Remove pure-java support (#381)
* Remove pure-java snappy support

* Remove pure-java support description
2023-01-28 00:05:11 -08:00
Taro L. Saito cecbb0d1e2
Build native library for Snappy 1.1.9 (#380)
* Fix dependency

* Add checkout step

* Remove tty option

* Fix compiler prefixes

* Fix arm compiler names

* Reorder for debug

* Fix

* Update dockcross-arm-android

* Remove system include

* Fix strip path

* Update native libraries

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-27 23:54:10 -08:00
Taro L. Saito a794389cf2
Upgrade to snappy-1.1.9 (#379)
* Upgrade to snappy-1.1.9

* Add sbt-dynver

* Fix script so as not to requrie perl

* Upgrade bitshuffle to 0.5.1

* use bitshuffle 0.3.4, which can be compiled without errors

* Add native library build workflow
2023-01-27 22:33:12 -08:00
dependabot[bot] ef87735ee9
Bump olafurpg/setup-scala from 10 to 13 (#375)
Bumps [olafurpg/setup-scala](https://github.com/olafurpg/setup-scala) from 10 to 13.
- [Release notes](https://github.com/olafurpg/setup-scala/releases)
- [Commits](https://github.com/olafurpg/setup-scala/compare/v10...v13)

---
updated-dependencies:
- dependency-name: olafurpg/setup-scala
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-27 20:47:38 -08:00
dependabot[bot] 608968912a
Bump actions/checkout from 2 to 3 (#376)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-27 20:39:42 -08:00
dependabot[bot] e8dc8f387f
Bump actions/cache from 1 to 3 (#377)
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v1...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-27 20:39:33 -08:00
Taro L. Saito e030a78600
Add release drafter (#378) 2023-01-27 20:39:23 -08:00
Taro L. Saito 5a46383c4f
Add dependabot (#374) 2023-01-27 20:35:48 -08:00
Taro L. Saito 4dc5112a5a
Add scalafmt dialect (#373) 2023-01-27 20:34:03 -08:00
xerial-bot e7be5b3c94
Update airframe-log to 22.12.6 (#372) 2023-01-27 20:30:46 -08:00
xerial-bot 21beeb5b54
Update hadoop-common to 2.10.2 (#371) 2023-01-27 20:30:37 -08:00
xerial-bot 5040e7c638
Update sbt-pgp to 2.2.1 (#361)
* Update sbt-pgp to 2.2.1

* Revert commit(s) d90c8ff

* Update sbt-pgp to 2.2.1

* Revert commit(s) 12e4f46

* Update sbt-pgp to 2.2.1
2023-01-27 20:30:28 -08:00