aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/bazel/bazel_java_test.sh
Commit message (Expand)AuthorAge
* Merge outputs in java_common.merge.Gravatar elenairina2018-07-06
* Add new-style JavaInfo provider constructor.Gravatar tomlu2018-04-24
* Implement support for sourceFiles parameter in JavaInfo constructor.Gravatar dbabkin2018-03-06
* Create function createJavaInfo with new API. Implement JavaCompilationArgsPro...Gravatar dbabkin2018-01-10
* Remove code that used to support --javabase=<absolute path>.Gravatar lberki2018-01-08
* Automated rollback of commit a7a9d56539a467ef095d3003a16d33922d9505a5.Gravatar ajmichael2017-11-30
* Implemented fix for case when 'use_testrunner' attribute works interconnected...Gravatar dbabkin2017-11-29
* Remove java_toolchain using remote targets.Gravatar xingao2017-11-21
* Tweak java runfiles resolution.Gravatar Benjamin Peterson2017-11-06
* Add java_toolchain which compiles singlejar and ijar from source.Gravatar xingao2017-10-24
* Add a simple java test using singlejar and ijar's cc_binary targets.Gravatar xingao2017-10-24
* Remove the status xml attribute from AntXmlResultWriterGravatar elenairina2017-09-26
* Add a global failure when a test is interrupted/cancelled.Gravatar elenairina2017-09-22
* Expose full compile time jars in SkylarkGravatar elenairina2017-09-19
* Add java_common.build_ijar.Gravatar elenairina2017-09-06
* Support warn/default strict deps in java_common.compile.Gravatar elenairina2017-09-06
* Replace deprecated `set` constructor and its order names in integration testsGravatar vladmos2017-08-24
* Remove support for -extra_checks:offGravatar cushon2017-07-07
* Add exports param to java_common.compile.Gravatar elenairina2017-06-29
* Add 'ctx.actions' and implement 'ctx.action.declare_file'.Gravatar dslomov2017-06-27
* Loosen java_library.exports and java_import.*Gravatar Stephen Twigg2017-05-22
* Add resources to java_common.compile.Gravatar elenairina2017-05-12
* Re-enabling passing -sourcepath via javacopts.Gravatar elenairina2017-05-11
* Change the tag experimental_testrunner into a couple of flags.Gravatar kush2017-03-31
* Stop adding the TestRunner's JAR as part of the compile time classpath, when ...Gravatar Kush Chakraborty2017-03-23
* Adding -implict:none by default to java compilation.Gravatar Irina Iancu2017-03-23
* Disable sourcepath test for JDK7.Gravatar Irina Iancu2017-03-22
* Add sourcepath to java_common.compileGravatar Irina Iancu2017-03-20
* Remove unnecessary dependency on TestRunner_deploy.jar as it's an implicit de...Gravatar Kush Chakraborty2017-03-09
* Pass through -sourcepath to the JavaBuilderGravatar Damien Martin-Guillerez2017-03-06
* Rollback of commit 786cfa2ed980e278c42ee474408844f7e3720385.Gravatar Kush Chakraborty2017-02-24
* Separate the classpaths of the TestRunner with the test target, and use a sep...Gravatar Kush Chakraborty2017-02-23
* Disable tests on JDK7 that are not supported by a new JavaBuilder.Gravatar Dmitry Lomov2017-02-14
* Fixed java_stub_template substitution: %runfiles_manifest_only% was not subst...Gravatar Yun Peng2017-02-10
* Enable Java sandwich for all Java rules.Gravatar Irina Iancu2017-01-25
* Rollback of commit d9a7d3a789be559bd6972208af21adae871d7a44.Gravatar Yun Peng2017-01-25
* java_binary now supports long classpath that exceeds command line argment len...Gravatar Yun Peng2017-01-25
* Completing the Java sandwich and testing it.Gravatar Irina Iancu2017-01-20
* Use main_class as specified in java_test even if use_testrunner is true.Gravatar Dmitry Lomov2016-11-04
* Create a proper wrapper script for executing "bazel" in the integration tests.Gravatar Luis Fernando Pino Duque2016-10-19
* JavaBuilder: Reintroduce the -extra_checks flag.Gravatar Philipp Wollermann2016-07-28