Sign in
◑
Theme
bazel
/
rules_java
/
HEAD
ca03ec1
Add a test for `java_binary` runtime_deps with transitive data
by Googler
· 2 days ago
master
d119843
Add a test for `java_binary` runtime_deps transitivity
by Googler
· 3 days ago
6a5a89d
Automatic code cleanup.
by Googler
· 3 days ago
4206909
Enable path mapping for `java_single_jar`.
by Googler
· 7 days ago
f2a3c63
Prepare `java_single_jar_tests.bzl` for enabling path stripping
by Googler
· 8 days ago
7422b05
Enable path mapping for JavaDeployJar
by Googler
· 10 days ago
d79223b
Add a test for `java_test` srcs file types
by Googler
· 10 days ago
4c46605
Add a test for `java_binary` srcs file types
by Googler
· 11 days ago
0a9737f
Propagate `.jdeps` for `java_import` (#363)
by Fabian Meumertzheim
· 11 days ago
1beac49
Add a test for `java_binary` deps without srcs
by Googler
· 12 days ago
14ed0f1
Fix `@rules_java` CI after https://github.com/bazelbuild/bazel/commit/3b812d349882f0a12028f16379b83de757796737
by Googler
· 2 weeks ago
54439b9
Fix `java_single_jar` to propagate full transitive classpath and use shell param file format
by Googler
· 2 weeks ago
3b9d0f2
Internal change[^1]
by Googler
· 2 weeks ago
8f847aa
Allow java_binary to exclude build metadata (#376)
by Peter Donald
· 3 weeks ago
97d85d1
Remove header_compiler_direct_opts from java_toolchain (#379)
by David Ostrovsky
· 3 weeks ago
59e77d1
Update `java_tools` `v21.0`
by Googler
· 3 weeks ago
40be191
Add a test for `java_binary` `--experimental_strict_java_deps` behavior
by Googler
· 3 weeks ago
ec0e90c
Add a `java_toolchain` attribute to specify options to the `header_compiler_direct` tool (#375)
by David Ostrovsky
· 3 weeks ago
b39810e
Remove `java_attrs.resources`
by Googler
· 3 weeks ago
201e09d
Improve the `javac_action_subject` API
by Googler
· 3 weeks ago
7f7a7ba
Add a test for `java_binary` jdeps output filename.
by Googler
· 4 weeks ago
693659a
Add Bazel 9.x to `rules_java`'s BCR presubmits
by Googler
· 5 weeks ago
e88b808
Update `java_tools` to `v20.0`
by Googler
· 5 weeks ago
4e79508
Update Azul remotejdk versions (#370)
by David Ostrovsky
· 5 weeks ago
3326e08
Fix rules_java `metadata.template.json` for BCR
by Googler
· 5 weeks ago
526b170
Remove usages of the Turbine graal native image for `darwin_x86_64`
by Googler
· 5 weeks ago
1ccc4be
Pass Java version in Windows launch info.
by Googler
· 5 weeks ago
8309c61
Delete downloaded archive after hashing in dump_remote_jdk_configs (#372)
by David Ostrovsky
· 5 weeks ago
8211ed6
Limit test output unless debugging
by Googler
· 5 weeks ago
ed021f9
Fix `check_remote_jdk_configs.sh` for archives with nested layouts
by Googler
· 5 weeks ago
c5a676d
Add a test for `java_binary` with duplicate classpath resources.
by Googler
· 5 weeks ago
8a67bfa
Add a test for `java_test` with inner test class.
by Googler
· 6 weeks ago
54cc8ed
Add a test for `java_binary` with inner main class.
by Googler
· 6 weeks ago
df48f45
Internal change
by Googler
· 6 weeks ago
2f4643b
Add a test for `java_binary` native library paths with transitive deps.
by Googler
· 7 weeks ago
9ed4512
Add a test that `java_test` has assertions enabled.
by Googler
· 7 weeks ago
ed0a552
Remove `java_runtime` override
by Googler
· 8 weeks ago
899c551
Upgrade default JDK to 25.
by Googler
· 9 weeks ago
e06bb23
Return repo_metadata from repository_rules (#367)
by Keith Smiley
· 9 weeks ago
5f71e54
Add a test for `java_test` with a `main_class` containing a `.`
by Googler
· 9 weeks ago
9b487a5
Add a test for `java_test` with an implicit `main_class`
by Googler
· 9 weeks ago
166f9c9
Add a test for `java_binary` with an implicit `main_class`
by Googler
· 2 months ago
f4e1786
Add a test for `java_binary` with an explicit `main_class`
by Googler
· 2 months ago
97e35ce
Add a test for `java_binary` with a transitive dep on `java_library`
by Googler
· 2 months ago
6c50405
Add a test for `java_binary` deploy jar coverage setup
by Googler
· 2 months ago
5aebf50
Delete an incorrect test
by Googler
· 3 months ago
5bc91d5
Add a test for a `java_binary` resources
by Googler
· 3 months ago
235f8ac
Add a test for a `java_binary` rule in a subdirectory.
by Googler
· 3 months ago
d999e96
Add a test for `java_binary` without `/java/` in the package path
by Googler
· 3 months ago
26b895a
Refactor test suite property name for testing
by Googler
· 3 months ago
57dc3a2
Add a test for `java_binary` without sources.
by Googler
· 3 months ago
35e8391
Do not percent-encode '+' in classpath-jar manifest Class-Path entries (#358)
by mgalindo-sc
· 3 months ago
1f215f8
Improve the artifact closure API for tests
by Googler
· 3 months ago
923e766
Cleanup obsolete TODO
by Googler
· 3 months ago
2f57464
Simplify toolchain config for linux (#357)
by zhaixiaojuan
· 3 months ago
68b16bd
Add test that `java_binary` has no launcher dep if `create_executable = False`
by Googler
· 3 months ago
a2f84ab
Delete `@rules_java//java/docs`
by Googler
· 4 months ago
70844db
Fix test formatting and hard-coded value(s)
by Googler
· 4 months ago
aec8d41
Simplify launcher tests setup
by Googler
· 4 months ago
7ed01c9
Migrate the module flag tests to Starlark
by Googler
· 4 months ago
c54e911
Create a `java_common.compile_header` API that just does the header compilation part of `java_common.compile`
by Googler
· 4 months ago
ffd5c75
Migrate the `javaTestInvalidTestClassAtRootPackage` test to Starlark
by Googler
· 4 months ago
1f93909
Open source one version tests
by Googler
· 4 months ago
206ebe3
Add java_library tests
by Googler
· 4 months ago
2e11dbd
Fix `@rules_java` CI with `Bazel@HEAD`.
by Googler
· 4 months ago
6d7ddaa
Add java_library tests
by Googler
· 5 months ago
0b519df
Add java_library tests
by Googler
· 5 months ago
d07df79
Migrate the `testResourceStripPrefix` test to Starlark
by Googler
· 5 months ago
23ef409
Migrate the `javaTestSetsSecurityManagerPropertyOnVersion17` to Starlark
by Googler
· 5 months ago
e1c82d4
Internal Change
by Googler
· 5 months ago
7b13ead
Support disable_lint_checks in java_library
by Googler
· 5 months ago
2399899
Internal change
by Googler
· 5 months ago
747bddd
Add `java_library` tests
by Googler
· 5 months ago
5ae9e83
Internal change
by Googler
· 6 months ago
afefe1e
Deduplicate mock `java_toolchain` declarations
by Googler
· 6 months ago
db20055
Move mock toolchain files to `test/java/testutil`
by Googler
· 6 months ago
8c82b7f
No public description
by Googler
· 6 months ago
22b3280
Migrate `JavaStarlarkApiTest.testPackSourcesWithExternalResourceArtifact` to Starlark
by Googler
· 6 months ago
f083369
Update `rules_java`'s `CODEOWNERS`
by Googler
· 6 months ago
73bd402
Remove extra whitespace
by Googler
· 6 months ago
983b13c
Implement applicable --java_launcher tests in Starlark and open-source them.
by Googler
· 6 months ago
635d5ab
Implement darwin test in java_test.
by Googler
· 6 months ago
cc7a75a
Implement java_test tests checking for compile time deps on the test runner.
by Googler
· 6 months ago
123b370
Improve tests added in https://github.com/bazelbuild/rules_java/commit/0508ac3d647638dbd8b59d4d54f43dfb89f65f00
by Googler
· 6 months ago
0508ac3
Support embedding stamping info from bazel in `java_single_jar`
by Googler
· 6 months ago
cfa0456
Implement the easy java_test unit tests in Starlark.
by Googler
· 6 months ago
b430185
Remove deleted pipeline from `README.md`
by Googler
· 6 months ago
cde9c8b
Starlarkify some java runtime tests and one common test.
by Googler
· 6 months ago
421776c
Attempt to fix missing class error by not using tree artifacts for bootclasspath (#340)
by James Judd
· 6 months ago
22bc9a8
Automatic code cleanup.
by Googler
· 6 months ago
878ddc1
Starlarkify `*IsPrivateApi` tests in `JavaStarlarkApiTest`.
by Googler
· 6 months ago
dbefcf3
Starlarkify many `JavaStarlarkApiTest` tests.
by Googler
· 6 months ago
80a3bd6
Fix rules_java CI broken by https://github.com/rules_java/bazel/commit/927f2914f8d01cc4f7376e8ffc6adaf76cec1f02
by Googler
· 6 months ago
927f291
Migrate DeployArchiveBuilderTest.testGPlatformK8
by Googler
· 6 months ago
e898c0f
Prepare for Starlarkifying more `java_library` and `java_binary` tests
by Googler
· 6 months ago
abda3d1
Test that --experimental_strict_java_deps is passed down to the javac action
by Googler
· 6 months ago
27163ac
Starlarkify coverage, annotation processing tests.
by Googler
· 6 months ago
21e567b
Remove JavaToolchainTest and add a Starlark test for java_common toolchain type enforcement.
by Googler
· 6 months ago
f64dab7
Add a test for deploy jars with custom singlejar
by Googler
· 6 months ago
85d5bf8
Move JavaToolchain location expansion test to Starlark.
by Googler
· 6 months ago
Next »