Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_java
/
HEAD
f083369
Update `rules_java`'s `CODEOWNERS`
by Googler
· 7 hours ago
upstream/master
73bd402
Remove extra whitespace
by Googler
· 3 days ago
983b13c
Implement applicable --java_launcher tests in Starlark and open-source them.
by Googler
· 7 days ago
635d5ab
Implement darwin test in java_test.
by Googler
· 8 days ago
cc7a75a
Implement java_test tests checking for compile time deps on the test runner.
by Googler
· 9 days ago
123b370
Improve tests added in https://github.com/bazelbuild/rules_java/commit/0508ac3d647638dbd8b59d4d54f43dfb89f65f00
by Googler
· 9 days ago
0508ac3
Support embedding stamping info from bazel in `java_single_jar`
by Googler
· 10 days ago
cfa0456
Implement the easy java_test unit tests in Starlark.
by Googler
· 10 days ago
b430185
Remove deleted pipeline from `README.md`
by Googler
· 11 days ago
cde9c8b
Starlarkify some java runtime tests and one common test.
by Googler
· 11 days ago
421776c
Attempt to fix missing class error by not using tree artifacts for bootclasspath (#340)
by James Judd
· 11 days ago
22bc9a8
Automatic code cleanup.
by Googler
· 11 days ago
878ddc1
Starlarkify `*IsPrivateApi` tests in `JavaStarlarkApiTest`.
by Googler
· 2 weeks ago
dbefcf3
Starlarkify many `JavaStarlarkApiTest` tests.
by Googler
· 2 weeks ago
80a3bd6
Fix rules_java CI broken by https://github.com/rules_java/bazel/commit/927f2914f8d01cc4f7376e8ffc6adaf76cec1f02
by Googler
· 2 weeks ago
927f291
Migrate DeployArchiveBuilderTest.testGPlatformK8
by Googler
· 2 weeks ago
e898c0f
Prepare for Starlarkifying more `java_library` and `java_binary` tests
by Googler
· 2 weeks ago
abda3d1
Test that --experimental_strict_java_deps is passed down to the javac action
by Googler
· 2 weeks ago
27163ac
Starlarkify coverage, annotation processing tests.
by Googler
· 2 weeks ago
21e567b
Remove JavaToolchainTest and add a Starlark test for java_common toolchain type enforcement.
by Googler
· 2 weeks ago
f64dab7
Add a test for deploy jars with custom singlejar
by Googler
· 2 weeks ago
85d5bf8
Move JavaToolchain location expansion test to Starlark.
by Googler
· 2 weeks ago
617f167
Migrate JavaToolchainTest cases to Starlark analysis tests.
by Googler
· 2 weeks ago
e7b4e1d
Move javaToolchain_* tests to starlark.
by Googler
· 3 weeks ago
07ba1c0
Migrate JavaToolchainProvider tests to Starlark.
by Googler
· 3 weeks ago
26c3467
Migrate JavaToolchain header compilation tests to Starlark.
by Googler
· 3 weeks ago
ec317b1
Remove `java_common.add_constraints`
by Googler
· 3 weeks ago
3789f05
Add a test for `java_binary`'s use of the transitive validation output group
by Googler
· 3 weeks ago
f448104
Migrate ijar unit test to starlark
by Googler
· 3 weeks ago
69e858e
Migrate JavaToolchain timezone data tests to Starlark.
by Googler
· 3 weeks ago
3a85c8f
Migrate *_getCommandLineFromToolchain Java tests to Starlark
by Googler
· 3 weeks ago
28e7687
Work around the shallow checkout behavior of `release_ruleset.yaml`[^1]
by Googler
· 3 weeks ago
9.6.1
3d5ea24
Fix build with Bazel@HEAD
by Googler
· 3 weeks ago
c4133ab
Get the last tag at `HEAD~1` for generating release notes
by Googler
· 3 weeks ago
7ba5fec
Internal change
by Googler
· 3 weeks ago
737f145
Migrate JavaPluginConfiguredTargetTest to Starlark.
by Googler
· 4 weeks ago
f31c1a8
Starlarkify JavaToolchainTest.javac_getsOptionsFromToolchain()
by Googler
· 4 weeks ago
ddcdff8
Fix publish workflow
by Googler
· 4 weeks ago
d3280ec
Fix workflow test command
by Googler
· 4 weeks ago
9.6.0
03a8aed
Clean up references to disabled test
by Googler
· 4 weeks ago
2e5f415
Update to `release_ruleset.yaml` `v7.3.0`
by Googler
· 4 weeks ago
4586a5b
Creates _test_java_home_generated for java_runtime() in toolchains/java_runtime_tests.bzl
by Googler
· 4 weeks ago
3ed9228
`JavaStarlarkApiTest`: starlarkify neverlink, native lib tests.
by Googler
· 4 weeks ago
4b43908
Creates _test_no_srcs for java_runtime() in toolchains/java_runtime_tests.bzl
by Googler
· 4 weeks ago
6710ecd
Creates _test_make_variables for java_runtime() in toolchains/java_runtime_tests.bzl
by Googler
· 4 weeks ago
188850b
`JavaStarlarkApiTest`: starlarkify `javaInfoConstructorWithNeverlink`
by Googler
· 4 weeks ago
5265486
Add releasing and publish-to-bcr workflows (#351)
by hvadehra
· 4 weeks ago
d6d6628
Internal change
by Googler
· 5 weeks ago
eaf868e
Move java_runtime tests to the toolchains directory.
by Googler
· 5 weeks ago
de9e229
Creates _test_runtime_alias for java_runtime() in rules/java_runtime_tests.bzl
by Googler
· 5 weeks ago
db9b361
Creates _test_runtime_alias for java_runtime() in toolchains/java_runtime_tests.bzl
by Googler
· 5 weeks ago
55d2f9a
Creates _test_relative_java_home for java_runtime() in java_runtime_tests.bzl
by Googler
· 5 weeks ago
2814216
Creates _test_absolute_java_home for java_runtime() in java_runtime_tests.bzl
by Googler
· 5 weeks ago
2d0ba3d
Creates _test_bin_java_path_name for java_runtime() in java_runtime_tests.bzl
by Googler
· 5 weeks ago
5450a51
Creates _test_absolute_java_home_with_java for java_runtime() in java_runtime_tests.bzl
by Googler
· 5 weeks ago
4b00962
Creates _test_absolute_java_home_with_srcs for java_runtime() in java_runtime_tests.bzl
by Googler
· 5 weeks ago
1cd7671
Creates a first simple test for java_runtime() in java_runtime_tests.bzl
by Googler
· 5 weeks ago
42139be
Remove `add_exports` and `add_opens` parameters from `java_common.compile`
by Googler
· 5 weeks ago
10e179c
Adds a test for compilation_outputs output group to java_binary_tests.bzl
by Googler
· 5 weeks ago
2039d00
Remove handling for empty java_imports jars
by Googler
· 5 weeks ago
14642c5
Release `rules_java` `v9.5.0`
by Googler
· 5 weeks ago
9.5.0
0666283
Update `java_tools` to `v19.0`
by Googler
· 5 weeks ago
4beb813
Release `rules_java` `v9.4.2`
by Googler
· 5 weeks ago
9.4.2
6c9bc77
Fix javacopts expansion
by Googler
· 5 weeks ago
aa4075b
Automated rollback of commit 1824a5548e56ecd337687ff32baf98e37ddd6b16.
by Googler
· 5 weeks ago
aade08e
Release `@rules_java` `v9.4.1`
by Googler
· 5 weeks ago
9.4.1
7e5a90c
Fix `bzl_library` graph for `java_single_jar`
by Googler
· 5 weeks ago
f70e126
Run `@rules_java` extra tests only with the latest Bazel release
by Googler
· 6 weeks ago
7eb8b69
Release `@rules_java` `v9.4.0`
by Googler
· 6 weeks ago
9.4.0
4566a5d
Fix `java_single_jar` compatibility with Bazel 7
by Googler
· 6 weeks ago
bef4f98
Add testing for Bazel 9 to `@rules_java` CI
by Googler
· 6 weeks ago
d2d7258
Add remote JDK 25 for riscv64, ppc64le and s390x (#347)
by Levi Zim
· 6 weeks ago
ad1b9c8
upgrade jdk25 to 25.0.2 (#349)
by Benjamin Peterson
· 6 weeks ago
1824a55
Add `--sun-misc-unsafe-memory-access=allow` to `JavaBuilder`'s jvm flags
by Googler
· 6 weeks ago
7372e8c
chore(docs): add quickstart template link to README (#344)
by Alex Eagle
· 7 weeks ago
243a1d4
Fix a `.jar` file in `java_import.runtime_deps`
by Googler
· 7 weeks ago
e910554
Fix `@rules_java` CI after https://github.com/bazelbuild/buildtools/releases/tag/v8.5.1
by Googler
· 7 weeks ago
e0bcbba
Fix javacopts make variable expansion regression (#346)
by hvadehra
· 7 weeks ago
624b208
avoid loading from defs.bzl (#341)
by Benjamin Peterson
· 2 months ago
aa0345c
Instruct `java_binary` not to compress `protobuf.meta`.
by Googler
· 2 months ago
59e9cb5
Automatic code cleanup.
by Googler
· 3 months ago
9d6184b
Release `rules_java` `9.3.0`
by Googler
· 3 months ago
9.3.0
92f1486
Update to `java_tools` `18.1`
by Googler
· 3 months ago
e6ba46c
Internal change
by Googler
· 4 months ago
14562f0
Support --library boolean flag for Android Lint in Java rules
by Googler
· 4 months ago
2095190
Refer to the SingleJar "executable" instead of "deploy jar."
by Googler
· 4 months ago
dbd8cb4
Release `rules_java` `v9.2.0`
by Googler
· 4 months ago
9.2.0
686ed85
Update to `java_tools` `v18.0`
by Googler
· 4 months ago
1138277
Internal change
by Googler
· 4 months ago
8bf8bca
Extract utility methods used in the loading phase from `impl/java_helper.bzl` into a separate bzl file
by Googler
· 4 months ago
b685658
Release `rules_java` `v9.1.0`
by Googler
· 4 months ago
9.1.0
4f806ff
Avoid quadratic time on string concatenation in _get_native_deps_helper.
by Googler
· 4 months ago
4a9881b
remove Bazel 6 branch (#337)
by Benjamin Peterson
· 4 months ago
ad7f833
Cleanup unused Bazel 6 test filtering
by Googler
· 4 months ago
b5b4100
Prepare to remove _LEGACY_ANY_TYPE_ATTRS workaround in java_toolchain
by Googler
· 4 months ago
b55339e
Drop support for Bazel 6
by Googler
· 4 months ago
e515e2d
Fix typo in `java_binary.bzl` comment.
by Googler
· 4 months ago
542f5fa
Delete non-actionable `TODO`
by Googler
· 4 months ago
37b099c
Refactor java_single_jar to allow custom output names.
by Googler
· 4 months ago
1993657
Enable C++ rules and providers
by Googler
· 4 months ago
Next »