Sign in
bazel
/
rules_java
/
HEAD
4586a5b
Creates _test_java_home_generated for java_runtime() in toolchains/java_runtime_tests.bzl
by Googler
· 3 days ago
master
3ed9228
`JavaStarlarkApiTest`: starlarkify neverlink, native lib tests.
by Googler
· 4 days ago
4b43908
Creates _test_no_srcs for java_runtime() in toolchains/java_runtime_tests.bzl
by Googler
· 4 days ago
6710ecd
Creates _test_make_variables for java_runtime() in toolchains/java_runtime_tests.bzl
by Googler
· 4 days ago
188850b
`JavaStarlarkApiTest`: starlarkify `javaInfoConstructorWithNeverlink`
by Googler
· 5 days ago
5265486
Add releasing and publish-to-bcr workflows (#351)
by hvadehra
· 5 days ago
d6d6628
Internal change
by Googler
· 6 days ago
eaf868e
Move java_runtime tests to the toolchains directory.
by Googler
· 6 days ago
de9e229
Creates _test_runtime_alias for java_runtime() in rules/java_runtime_tests.bzl
by Googler
· 9 days ago
db9b361
Creates _test_runtime_alias for java_runtime() in toolchains/java_runtime_tests.bzl
by Googler
· 9 days ago
55d2f9a
Creates _test_relative_java_home for java_runtime() in java_runtime_tests.bzl
by Googler
· 10 days ago
2814216
Creates _test_absolute_java_home for java_runtime() in java_runtime_tests.bzl
by Googler
· 10 days ago
2d0ba3d
Creates _test_bin_java_path_name for java_runtime() in java_runtime_tests.bzl
by Googler
· 10 days ago
5450a51
Creates _test_absolute_java_home_with_java for java_runtime() in java_runtime_tests.bzl
by Googler
· 10 days ago
4b00962
Creates _test_absolute_java_home_with_srcs for java_runtime() in java_runtime_tests.bzl
by Googler
· 10 days ago
1cd7671
Creates a first simple test for java_runtime() in java_runtime_tests.bzl
by Googler
· 10 days ago
42139be
Remove `add_exports` and `add_opens` parameters from `java_common.compile`
by Googler
· 11 days ago
10e179c
Adds a test for compilation_outputs output group to java_binary_tests.bzl
by Googler
· 11 days ago
2039d00
Remove handling for empty java_imports jars
by Googler
· 11 days ago
14642c5
Release `rules_java` `v9.5.0`
by Googler
· 12 days ago
0666283
Update `java_tools` to `v19.0`
by Googler
· 12 days ago
4beb813
Release `rules_java` `v9.4.2`
by Googler
· 12 days ago
6c9bc77
Fix javacopts expansion
by Googler
· 12 days ago
aa4075b
Automated rollback of commit 1824a5548e56ecd337687ff32baf98e37ddd6b16.
by Googler
· 12 days ago
aade08e
Release `@rules_java` `v9.4.1`
by Googler
· 12 days ago
7e5a90c
Fix `bzl_library` graph for `java_single_jar`
by Googler
· 12 days ago
f70e126
Run `@rules_java` extra tests only with the latest Bazel release
by Googler
· 13 days ago
7eb8b69
Release `@rules_java` `v9.4.0`
by Googler
· 13 days ago
4566a5d
Fix `java_single_jar` compatibility with Bazel 7
by Googler
· 2 weeks ago
bef4f98
Add testing for Bazel 9 to `@rules_java` CI
by Googler
· 2 weeks ago
d2d7258
Add remote JDK 25 for riscv64, ppc64le and s390x (#347)
by Levi Zim
· 2 weeks ago
ad1b9c8
upgrade jdk25 to 25.0.2 (#349)
by Benjamin Peterson
· 2 weeks ago
1824a55
Add `--sun-misc-unsafe-memory-access=allow` to `JavaBuilder`'s jvm flags
by Googler
· 2 weeks ago
7372e8c
chore(docs): add quickstart template link to README (#344)
by Alex Eagle
· 3 weeks ago
243a1d4
Fix a `.jar` file in `java_import.runtime_deps`
by Googler
· 3 weeks ago
e910554
Fix `@rules_java` CI after https://github.com/bazelbuild/buildtools/releases/tag/v8.5.1
by Googler
· 3 weeks ago
e0bcbba
Fix javacopts make variable expansion regression (#346)
by hvadehra
· 3 weeks ago
624b208
avoid loading from defs.bzl (#341)
by Benjamin Peterson
· 6 weeks ago
aa0345c
Instruct `java_binary` not to compress `protobuf.meta`.
by Googler
· 7 weeks ago
59e9cb5
Automatic code cleanup.
by Googler
· 9 weeks ago
9d6184b
Release `rules_java` `9.3.0`
by Googler
· 3 months ago
92f1486
Update to `java_tools` `18.1`
by Googler
· 3 months ago
e6ba46c
Internal change
by Googler
· 3 months ago
14562f0
Support --library boolean flag for Android Lint in Java rules
by Googler
· 3 months ago
2095190
Refer to the SingleJar "executable" instead of "deploy jar."
by Googler
· 3 months ago
dbd8cb4
Release `rules_java` `v9.2.0`
by Googler
· 3 months ago
686ed85
Update to `java_tools` `v18.0`
by Googler
· 3 months ago
1138277
Internal change
by Googler
· 3 months ago
8bf8bca
Extract utility methods used in the loading phase from `impl/java_helper.bzl` into a separate bzl file
by Googler
· 3 months ago
b685658
Release `rules_java` `v9.1.0`
by Googler
· 3 months ago
4f806ff
Avoid quadratic time on string concatenation in _get_native_deps_helper.
by Googler
· 3 months ago
4a9881b
remove Bazel 6 branch (#337)
by Benjamin Peterson
· 3 months ago
ad7f833
Cleanup unused Bazel 6 test filtering
by Googler
· 3 months ago
b5b4100
Prepare to remove _LEGACY_ANY_TYPE_ATTRS workaround in java_toolchain
by Googler
· 3 months ago
b55339e
Drop support for Bazel 6
by Googler
· 3 months ago
e515e2d
Fix typo in `java_binary.bzl` comment.
by Googler
· 3 months ago
542f5fa
Delete non-actionable `TODO`
by Googler
· 3 months ago
37b099c
Refactor java_single_jar to allow custom output names.
by Googler
· 3 months ago
1993657
Enable C++ rules and providers
by Googler
· 3 months ago
d4159a2
Fix bazel version check in `local_java_repository.bzl`
by Googler
· 3 months ago
6ea00a4
Internal change
by Googler
· 3 months ago
aa153f0
Execute the `check_remote_java_tools_configs_test` only on a single platform
by Googler
· 3 months ago
8427063
Release `@rules_java` `v9.0.3`
by Googler
· 4 months ago
9b84026
Rename target to avoid artifact conflict
by Googler
· 4 months ago
56177d0
Release `@rules_java` `v9.0.2`
by Googler
· 4 months ago
a27c7de
Cut the dependency on ijar when not stripping the bootclasspath
by Googler
· 4 months ago
67e83ef
Release `@rules_java` `v9.0.1`
by Googler
· 4 months ago
b1376dd
Add support for an unstripped bootclasspath
by Googler
· 4 months ago
8bf8a94
Release `@rules_java` `v9.0.0`
by Googler
· 4 months ago
9073b05
Update `rules_cc` dep to fix CI
by Googler
· 4 months ago
a27004a
Update JDKs to latest patch releases (#335)
by Fabian Meumertzheim
· 4 months ago
4a1933a
Migrate swig_include_scanning to Starlark. In native code, this is hard coded to True, but it's also used in starlark code. So, in native code, remove references to the flag. In Starlark code, refer to the starlark option. No OSS code here, so we can add the extra attribute to refer to the flag.
by Googler
· 4 months ago
76212e6
Include the srcjar (if there is one) in the _validation output group so blaze will check whether the srcjar file actually exists.
by Liz Looney
· 4 months ago
402b184
upgrade java_tools to 17.0 and wire up linux aarch64 prebuilts (#334)
by Benjamin Peterson
· 4 months ago
36264e4
Update zulu JDKs to latest patch release (#327) (#328)
by simonresch
· 4 months ago
b4539a4
Revert: Temporarily disable rules_java CI on macos/macos_arm64 due to infra issue
by Googler
· 4 months ago
6018c90
Temporarily disable rules_java CI on macos/macos_arm64 due to infra issue
by Googler
· 4 months ago
7ff9193
Fix test class determination error message (#326)
by Fabian Meumertzheim
· 4 months ago
1ed307b
Increase maxwarns to -1 (#291)
by Farid Zakaria
· 4 months ago
3257e83
Re-enable `ReturnValueIgnored` error prone check
by Googler
· 5 months ago
212b7ab
Remove hasattr check from use_header_compilation_direct_deps logic
by Googler
· 5 months ago
6a30ab8
Run the bootclasspath through ijar (#324)
by Fabian Meumertzheim
· 5 months ago
b19de64
Stop using the deprecated Label.workspace_name (#317)
by Ed Schouten
· 5 months ago
3cbc18e
Update abseil-cpp to remove override (#322)
by Fabian Meumertzheim
· 5 months ago
ebfccdf
add some useful flags to the remotejdk fetching curl (#320)
by Benjamin Peterson
· 5 months ago
ff92bd1
Release `@rules_java` `v8.16.1`
by Googler
· 5 months ago
39cae30
Update the compilation JDK to 25 (#323)
by Fabian Meumertzheim
· 5 months ago
1ee3e35
Release `@rules_java` `v8.16.0`
by Googler
· 5 months ago
7a625ca
Add JDK 25 (#319)
by Fabian Meumertzheim
· 5 months ago
0423b07
Fix CI failures with last_green (#321)
by Fabian Meumertzheim
· 5 months ago
faaab40
Use `@bazel_features` for rules_java compatibility proxy
by Googler
· 5 months ago
6f74e94
Run `@rules_java` CI on rolling Bazel releases
by Googler
· 6 months ago
7907339
Update `rules_java` CI to use Bazel 8.4.0
by Googler
· 6 months ago
4bd56d5
chore: Support remote_file_urls and remote_file_integrity in extension (#315)
by Honnix
· 6 months ago
d874497
Release `rules_java` `v8.15.2`
by Googler
· 6 months ago
52aa53a
Add a module extension for registering local/remote jdks (#312)
by hvadehra
· 6 months ago
e22f29a
Break the `java_helper.bzl` -> `cc_helper.bzl` edge
by Googler
· 6 months ago
344df11
Release `@rules_java` `v8.15.1`
by Googler
· 7 months ago
45061b3
Fix Java coverage support on Windows by adding coverage_main_class to launch_info (#311)
by Krishna Magar
· 7 months ago
c0462f0
Update rules_java to 8.15.0 (#309)
by Ian (Hee) Cha
· 7 months ago
Next »