Releases: fmeum/rules_jni
Releases · fmeum/rules_jni
v0.10.3
Using Bzlmod
- Enable with
common --enable_bzlmod
in.bazelrc
. - Add to your
MODULE.bazel
file:
bazel_dep(name = "rules_jni", version = "0.10.3")
Using WORKSPACE
Paste this snippet into your WORKSPACE.bazel
file:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_jni",
sha256 = "41ddb7aa6fd134e2c66ffee9dde07e4dbf52fee2f93ef9184c4019f1d3b4e6a1",
strip_prefix = "rules_jni-0.10.3",
url = "https://github.com/fmeum/rules_jni/releases/download/v0.10.3/rules_jni-v0.10.3.tar.gz",
)
What's Changed
Full Changelog: v0.10.2...v0.10.3
v0.10.2
Using Bzlmod
- Enable with
common --enable_bzlmod
in.bazelrc
. - Add to your
MODULE.bazel
file:
bazel_dep(name = "rules_jni", version = "0.10.2")
Using WORKSPACE
Paste this snippet into your WORKSPACE.bazel
file:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_jni",
sha256 = "0483aa305bffc8968591330f7efa5805d4dc37b8fc8d083f3cff1f63928abf37",
strip_prefix = "rules_jni-0.10.2",
url = "https://github.com/fmeum/rules_jni/releases/download/v0.10.2/rules_jni-v0.10.2.tar.gz",
)
What's Changed
- Update GitHub actions by @fmeum in #118
- Fixes for Bazel 8 and stardoc 0.7.1 by @fmeum in #119
- Fix and test with Bazel 8 in BCR by @fmeum in #120
- Add release workflow by @fmeum in #121
- Fix release workflow by @fmeum in #122
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
Only tests for the BCR were changed in this release, it is otherwise identical to v0.10.0.
- Add
bazel
matrix topresubmit.yml
by @fmeum in #115 - Update
JAVA_HOME
for BCR centos7 runner by @fmeum in #117 - Bump rules_java to 7.3.2 in tests by @fmeum in #116
Full Changelog: v0.10.0...v0.10.1
v0.10.0
v0.9.1
v0.9.0
What's Changed
- Change order of dependencies in libjvm_stub target to fix potential linker errors by @sfc-gh-tmarzec in #107
- Update headers to JDK 22 Build 12 by @fmeum in #105
- Update JNI headers for Bzlmod by @fmeum in #106
- Add rules_license support by @fmeum in #22
- Point
.bcr/source.template.json
to the release archive by @fmeum in #108
New Contributors
- @sfc-gh-tmarzec made their first contribution in #107
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Breaking change: The minimum supported version of Bazel has been raised to 5.0.0.
- Fix coverage with Bzlmod by @fmeum in #97
- Update example with comments for default arguments by @marktefftech in #100
- README: Fix minor typo by @cpsauer in #101
- Make Java runtime dependency of
libjvm
optional if supported by @fmeum in #103
New Contributors
- @marktefftech made their first contribution in #100
- @cpsauer made their first contribution in #101
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Android support by @TheCoryBarker in #95
New Contributors
- @TheCoryBarker made their first contribution in #95
Full Changelog: v0.6.1...v0.7.0