Commit Graph

1176 Commits

Author SHA1 Message Date
xerial-bot 899b9b2cdb
Update sbt-sonatype to 3.11.3 (#592) 2024-09-10 12:22:59 -07:00
Brett Okken da1af8b260
internal: let ByteBuffer read 4 bytes as int in single call (#594) 2024-09-10 12:22:47 -07:00
dependabot[bot] 1af05fee67
Bump peter-evans/create-pull-request from 6 to 7 (#596)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  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>
2024-09-10 12:22:31 -07:00
xerial-bot 5290e26ad9
Update airframe-log to 24.9.0 (#597) 2024-09-10 12:22:22 -07:00
Brett Okken 01368fe0d5
internal: use LambdaMetafactory to generate java.util.zip.CRC32C instances (#595)
currently we have written a lambda (turns into anonymous class) which
invokes a MethodHandle for the java.util.zip.CRC32C constructor as the
Supplier<Checksum> implementation.

This has 2 layers of misdirection. The Supplier implementation spun up
by the jvm calls the anonymous lambda class, which then calls the
MethodHandle invoke. This leads to stack traces like:

use LambdaMetafactory to generate a Supplier<Checksum> which calls the
java.util.zip.CRC32C

Co-authored-by: bo8979 <bo8979@cerner.com>
2024-09-10 12:22:02 -07:00
xerial-bot 341377bfed
Update scalafmt-core to 3.8.3 (#588) 2024-08-07 13:07:30 -07:00
Tobias Soloschenko 04c68883a6
feat: add GraalVM support (#590) 2024-08-06 22:39:44 -07:00
xerial-bot bad35791e1
Update airframe-log to 24.7.1 (#587) 2024-07-17 10:47:51 -07:00
xerial-bot f3dc3cf88a
Update airframe-log to 24.7.0 (#586) 2024-07-16 13:24:19 -07:00
xerial-bot 5fc737773d
Update scalafmt-core to 3.8.2 (#582) 2024-07-16 10:18:31 -07:00
xerial-bot 98e9b432b8
Update airframe-log to 24.5.2 (#581) 2024-07-16 10:18:18 -07:00
xerial-bot bfa55cb989
Update sbt to 1.10.1 (#585) 2024-07-16 10:18:04 -07:00
xerial-bot 26aa68b421
Update airframe-log to 24.5.0 (#578) 2024-05-13 11:32:28 -07:00
xerial-bot 3e829907d3
Update sbt to 1.10.0 (#577) 2024-05-13 11:32:21 -07:00
xerial-bot fbcf0b2947
Update scalafmt-core to 3.8.1 (#571) 2024-04-29 23:05:00 -07:00
xerial-bot 709dc7bed0
Update airframe-log to 24.4.3 (#576) 2024-04-25 11:46:45 -07:00
Michael Osipov 2276a67375
Add up-to-date libraries for FreeBSD on amd64 and i386 archs (#570)
This fixes #556
2024-04-25 10:56:10 -07:00
xerial-bot 37fdbfa0b9
Update hadoop-common to 3.4.0 (#568)
* Update hadoop-common to 3.4.0

* Fix tests

* Fix for arm

---------

Co-authored-by: Taro L. Saito <leo@xerial.org>
2024-03-21 10:06:48 -07:00
xerial-bot 59bd3c6a00
Update airframe-log to 24.3.0 (#569) 2024-03-21 09:34:12 -07:00
xerial-bot a63c11efe0
Update airframe-log to 24.2.3 (#566) 2024-03-18 22:33:25 -07:00
Adrian Woodhead 2e7b665b0f
doc: Fix javadoc links to new url for framing_format.txt (#565) 2024-02-27 10:43:34 -08:00
xerial-bot 4752b963a0
Update airframe-log to 24.2.2 (#564) 2024-02-26 11:50:46 -08:00
xerial-bot bfb4b7fb6f
Update scalafmt-core to 3.8.0 (#560) 2024-02-26 11:50:39 -08:00
xerial-bot ca38ae715c
Update sbt to 1.9.9 (#562) 2024-02-26 11:50:23 -08:00
xerial-bot 27d3b331a4
Update airframe-log to 24.2.0 (#561) 2024-02-21 09:20:35 -08:00
dependabot[bot] 296323110a
Bump jwlawson/actions-setup-cmake from 1.14 to 2.0 (#559)
Bumps [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake) from 1.14 to 2.0.
- [Release notes](https://github.com/jwlawson/actions-setup-cmake/releases)
- [Commits](https://github.com/jwlawson/actions-setup-cmake/compare/v1.14...v2.0)

---
updated-dependencies:
- dependency-name: jwlawson/actions-setup-cmake
  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>
2024-02-12 15:44:56 -08:00
dependabot[bot] 69dd99ae75
Bump peter-evans/create-pull-request from 5 to 6 (#558)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  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>
2024-02-05 14:12:44 -08:00
dependabot[bot] ea902cfb33
Bump release-drafter/release-drafter from 5 to 6 (#557)
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5...v6)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  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>
2024-02-05 14:12:36 -08:00
xerial-bot 7232cca1a1
Update sbt-osgi to 0.10.0 (#554) 2024-01-31 22:18:30 -08:00
xerial-bot 0fc566aa9a
Update airframe-log to 24.1.2 (#555) 2024-01-31 22:18:06 -08:00
xerial-bot c76775fd6a
Update sbt-osgi to 0.9.11 (#553) 2024-01-26 00:59:32 -08:00
dependabot[bot] 98d4bafe42
Bump actions/cache from 3 to 4 (#552)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [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/v3...v4)

---
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>
2024-01-26 00:59:25 -08:00
xerial-bot ec801afc85
Update airframe-log to 24.1.1 (#551) 2024-01-18 12:33:47 -08:00
xerial-bot a7fb7650e9
Update airframe-log to 24.1.0 (#550) 2024-01-16 19:47:52 -08:00
xerial-bot ebfbdead18
Update sbt-osgi to 0.9.10 (#549) 2024-01-06 23:56:04 -08:00
xerial-bot f54430e9d7
Update plexus-classworlds to 2.8.0 (#548) 2023-12-30 21:26:24 -08:00
xerial-bot 4b0900a835
Update airframe-log to 23.12.1 (#546) 2023-12-21 14:07:08 -08:00
xerial-bot 4e37150be6
Update airframe-log to 23.12.0 (#545) 2023-12-15 22:24:50 -08:00
xerial-bot a13ad45c60
Update sbt to 1.9.8 (#544) 2023-12-15 22:24:42 -08:00
Leslie Zhai bce1ff6c8d
[experimental] Add native lib for Linux loongarch64 (#526)
* Build on loongarch64

Signed-off-by: Leslie Zhai <zhaixiang@loongson.cn>

* Remove linux-loongarch64 dockcross

* Remove linux-loongarch64 from native-all

---------

Signed-off-by: Leslie Zhai <zhaixiang@loongson.cn>
2023-12-07 13:14:12 -08:00
dependabot[bot] a072b39bb3
Bump actions/setup-java from 3 to 4 (#541)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  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-12-07 13:11:17 -08:00
xerial-bot 5e4442bd8b
Update scalafmt-core to 3.7.17 (#540) 2023-11-18 00:46:28 -08:00
xerial-bot f43681045a
Update sbt-sonatype to 3.10.0 (#539) 2023-11-18 00:46:09 -08:00
xerial-bot 15ef8928c1
Update airframe-log to 23.11.3 (#538) 2023-11-15 21:10:55 -08:00
xerial-bot b5f3246597
Update sbt-osgi to 0.9.9 (#534) 2023-11-02 14:12:16 -07:00
xerial-bot 5cce531e2d
Update airframe-log to 23.11.1 (#535) 2023-11-02 14:12:07 -07:00
xerial-bot bb321e099a
Update scalafmt-core to 3.7.15 (#531) 2023-10-31 14:24:59 -07:00
xerial-bot 2ef01e39f5
Update airframe-log to 23.11.0 (#533) 2023-10-30 13:27:39 -07:00
xerial-bot 4b7c727018
Update sbt to 1.9.7 (#530) 2023-10-23 20:57:47 -07:00
xerial-bot cc325aef28
Update airframe-log to 23.10.0 (#525) 2023-10-21 14:07:30 -07:00