Sign in
bazel
/
rules_java
/
HEAD
9ed4512
Add a test that `java_test` has assertions enabled.
by Googler
· 2 days ago
master
ed0a552
Remove `java_runtime` override
by Googler
· 10 days ago
899c551
Upgrade default JDK to 25.
by Googler
· 11 days ago
e06bb23
Return repo_metadata from repository_rules (#367)
by Keith Smiley
· 12 days ago
5f71e54
Add a test for `java_test` with a `main_class` containing a `.`
by Googler
· 2 weeks ago
9b487a5
Add a test for `java_test` with an implicit `main_class`
by Googler
· 2 weeks ago
166f9c9
Add a test for `java_binary` with an implicit `main_class`
by Googler
· 3 weeks ago
f4e1786
Add a test for `java_binary` with an explicit `main_class`
by Googler
· 3 weeks ago
97e35ce
Add a test for `java_binary` with a transitive dep on `java_library`
by Googler
· 4 weeks ago
6c50405
Add a test for `java_binary` deploy jar coverage setup
by Googler
· 4 weeks ago
5aebf50
Delete an incorrect test
by Googler
· 4 weeks ago
5bc91d5
Add a test for a `java_binary` resources
by Googler
· 5 weeks ago
235f8ac
Add a test for a `java_binary` rule in a subdirectory.
by Googler
· 5 weeks ago
d999e96
Add a test for `java_binary` without `/java/` in the package path
by Googler
· 5 weeks ago
26b895a
Refactor test suite property name for testing
by Googler
· 5 weeks ago
57dc3a2
Add a test for `java_binary` without sources.
by Googler
· 5 weeks ago
35e8391
Do not percent-encode '+' in classpath-jar manifest Class-Path entries (#358)
by mgalindo-sc
· 6 weeks ago
1f215f8
Improve the artifact closure API for tests
by Googler
· 6 weeks ago
923e766
Cleanup obsolete TODO
by Googler
· 7 weeks ago
2f57464
Simplify toolchain config for linux (#357)
by zhaixiaojuan
· 7 weeks ago
68b16bd
Add test that `java_binary` has no launcher dep if `create_executable = False`
by Googler
· 8 weeks ago
a2f84ab
Delete `@rules_java//java/docs`
by Googler
· 8 weeks ago
70844db
Fix test formatting and hard-coded value(s)
by Googler
· 8 weeks ago
aec8d41
Simplify launcher tests setup
by Googler
· 8 weeks ago
7ed01c9
Migrate the module flag tests to Starlark
by Googler
· 8 weeks ago
c54e911
Create a `java_common.compile_header` API that just does the header compilation part of `java_common.compile`
by Googler
· 8 weeks ago
ffd5c75
Migrate the `javaTestInvalidTestClassAtRootPackage` test to Starlark
by Googler
· 3 months ago
1f93909
Open source one version tests
by Googler
· 3 months ago
206ebe3
Add java_library tests
by Googler
· 3 months ago
2e11dbd
Fix `@rules_java` CI with `Bazel@HEAD`.
by Googler
· 3 months ago
6d7ddaa
Add java_library tests
by Googler
· 3 months ago
0b519df
Add java_library tests
by Googler
· 3 months ago
d07df79
Migrate the `testResourceStripPrefix` test to Starlark
by Googler
· 3 months ago
23ef409
Migrate the `javaTestSetsSecurityManagerPropertyOnVersion17` to Starlark
by Googler
· 3 months ago
e1c82d4
Internal Change
by Googler
· 3 months ago
7b13ead
Support disable_lint_checks in java_library
by Googler
· 3 months ago
2399899
Internal change
by Googler
· 3 months ago
747bddd
Add `java_library` tests
by Googler
· 4 months ago
5ae9e83
Internal change
by Googler
· 4 months ago
afefe1e
Deduplicate mock `java_toolchain` declarations
by Googler
· 4 months ago
db20055
Move mock toolchain files to `test/java/testutil`
by Googler
· 4 months ago
8c82b7f
No public description
by Googler
· 4 months ago
22b3280
Migrate `JavaStarlarkApiTest.testPackSourcesWithExternalResourceArtifact` to Starlark
by Googler
· 4 months ago
f083369
Update `rules_java`'s `CODEOWNERS`
by Googler
· 4 months ago
73bd402
Remove extra whitespace
by Googler
· 4 months ago
983b13c
Implement applicable --java_launcher tests in Starlark and open-source them.
by Googler
· 4 months ago
635d5ab
Implement darwin test in java_test.
by Googler
· 4 months ago
cc7a75a
Implement java_test tests checking for compile time deps on the test runner.
by Googler
· 5 months ago
123b370
Improve tests added in https://github.com/bazelbuild/rules_java/commit/0508ac3d647638dbd8b59d4d54f43dfb89f65f00
by Googler
· 5 months ago
0508ac3
Support embedding stamping info from bazel in `java_single_jar`
by Googler
· 5 months ago
cfa0456
Implement the easy java_test unit tests in Starlark.
by Googler
· 5 months ago
b430185
Remove deleted pipeline from `README.md`
by Googler
· 5 months ago
cde9c8b
Starlarkify some java runtime tests and one common test.
by Googler
· 5 months ago
421776c
Attempt to fix missing class error by not using tree artifacts for bootclasspath (#340)
by James Judd
· 5 months ago
22bc9a8
Automatic code cleanup.
by Googler
· 5 months ago
878ddc1
Starlarkify `*IsPrivateApi` tests in `JavaStarlarkApiTest`.
by Googler
· 5 months ago
dbefcf3
Starlarkify many `JavaStarlarkApiTest` tests.
by Googler
· 5 months ago
80a3bd6
Fix rules_java CI broken by https://github.com/rules_java/bazel/commit/927f2914f8d01cc4f7376e8ffc6adaf76cec1f02
by Googler
· 5 months ago
927f291
Migrate DeployArchiveBuilderTest.testGPlatformK8
by Googler
· 5 months ago
e898c0f
Prepare for Starlarkifying more `java_library` and `java_binary` tests
by Googler
· 5 months ago
abda3d1
Test that --experimental_strict_java_deps is passed down to the javac action
by Googler
· 5 months ago
27163ac
Starlarkify coverage, annotation processing tests.
by Googler
· 5 months ago
21e567b
Remove JavaToolchainTest and add a Starlark test for java_common toolchain type enforcement.
by Googler
· 5 months ago
f64dab7
Add a test for deploy jars with custom singlejar
by Googler
· 5 months ago
85d5bf8
Move JavaToolchain location expansion test to Starlark.
by Googler
· 5 months ago
617f167
Migrate JavaToolchainTest cases to Starlark analysis tests.
by Googler
· 5 months ago
e7b4e1d
Move javaToolchain_* tests to starlark.
by Googler
· 5 months ago
07ba1c0
Migrate JavaToolchainProvider tests to Starlark.
by Googler
· 5 months ago
26c3467
Migrate JavaToolchain header compilation tests to Starlark.
by Googler
· 5 months ago
ec317b1
Remove `java_common.add_constraints`
by Googler
· 5 months ago
3789f05
Add a test for `java_binary`'s use of the transitive validation output group
by Googler
· 5 months ago
f448104
Migrate ijar unit test to starlark
by Googler
· 5 months ago
69e858e
Migrate JavaToolchain timezone data tests to Starlark.
by Googler
· 5 months ago
3a85c8f
Migrate *_getCommandLineFromToolchain Java tests to Starlark
by Googler
· 5 months ago
28e7687
Work around the shallow checkout behavior of `release_ruleset.yaml`[^1]
by Googler
· 5 months ago
3d5ea24
Fix build with Bazel@HEAD
by Googler
· 5 months ago
c4133ab
Get the last tag at `HEAD~1` for generating release notes
by Googler
· 5 months ago
7ba5fec
Internal change
by Googler
· 5 months ago
737f145
Migrate JavaPluginConfiguredTargetTest to Starlark.
by Googler
· 5 months ago
f31c1a8
Starlarkify JavaToolchainTest.javac_getsOptionsFromToolchain()
by Googler
· 5 months ago
ddcdff8
Fix publish workflow
by Googler
· 5 months ago
d3280ec
Fix workflow test command
by Googler
· 5 months ago
03a8aed
Clean up references to disabled test
by Googler
· 5 months ago
2e5f415
Update to `release_ruleset.yaml` `v7.3.0`
by Googler
· 5 months ago
4586a5b
Creates _test_java_home_generated for java_runtime() in toolchains/java_runtime_tests.bzl
by Googler
· 5 months ago
3ed9228
`JavaStarlarkApiTest`: starlarkify neverlink, native lib tests.
by Googler
· 5 months ago
4b43908
Creates _test_no_srcs for java_runtime() in toolchains/java_runtime_tests.bzl
by Googler
· 5 months ago
6710ecd
Creates _test_make_variables for java_runtime() in toolchains/java_runtime_tests.bzl
by Googler
· 5 months ago
188850b
`JavaStarlarkApiTest`: starlarkify `javaInfoConstructorWithNeverlink`
by Googler
· 5 months ago
5265486
Add releasing and publish-to-bcr workflows (#351)
by hvadehra
· 5 months ago
d6d6628
Internal change
by Googler
· 5 months ago
eaf868e
Move java_runtime tests to the toolchains directory.
by Googler
· 5 months ago
de9e229
Creates _test_runtime_alias for java_runtime() in rules/java_runtime_tests.bzl
by Googler
· 5 months ago
db9b361
Creates _test_runtime_alias for java_runtime() in toolchains/java_runtime_tests.bzl
by Googler
· 5 months ago
55d2f9a
Creates _test_relative_java_home for java_runtime() in java_runtime_tests.bzl
by Googler
· 5 months ago
2814216
Creates _test_absolute_java_home for java_runtime() in java_runtime_tests.bzl
by Googler
· 5 months ago
2d0ba3d
Creates _test_bin_java_path_name for java_runtime() in java_runtime_tests.bzl
by Googler
· 5 months ago
5450a51
Creates _test_absolute_java_home_with_java for java_runtime() in java_runtime_tests.bzl
by Googler
· 5 months ago
4b00962
Creates _test_absolute_java_home_with_srcs for java_runtime() in java_runtime_tests.bzl
by Googler
· 5 months ago
1cd7671
Creates a first simple test for java_runtime() in java_runtime_tests.bzl
by Googler
· 5 months ago
Next »