aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/bazel/rules/java
Commit message (Expand)AuthorAge
* Changes the Windows Java stub template so that it handles $ characters in the...Gravatar Lukacs Berki2017-01-17
* Add the output_licenses attribute to java_toolchain and make Bazel use it whe...Gravatar Lukacs Berki2017-01-17
* Adding output_licenses to bazel's java_plugin.Gravatar Irina Iancu2017-01-16
* Add a java_{library,binary}.resource_jars attribute that allows one to specif...Gravatar Lukacs Berki2017-01-12
* Eliminate the $jacoco_runtime implicit attribute and link in the Jacoco agent...Gravatar Lukacs Berki2017-01-11
* Add new flag to specify if output_licenses attribute should be checked for li...Gravatar Irina Iancu2017-01-10
* Update the Bazel docs for java_binary and java_test to give more information ...Gravatar Googler2016-12-21
* Avoids NullPointerException when running `bazel coverage //:xxx`, since PathF...Gravatar Yue Gan2016-12-20
* Add coverage support for java test.Gravatar Yue Gan2016-12-07
* Advertise JavaCompilationArgsProvider java_proto_library.Gravatar Rumou Duan2016-12-05
* Move constraint enforcement policy into attribute definitions.Gravatar Greg Estren2016-12-02
* Make it easier to use protos in Bazel out of the box.Gravatar Carmi Grushko2016-11-29
* Introducing the Java compilation black box in Skylark.Gravatar Irina Iancu2016-11-25
* Adds obfuscated constant string implicit output.Gravatar Googler2016-11-10
* Rollback of commit b043fafb957ae8038088e427ff27a5c9f951c979.Gravatar Carmi Grushko2016-11-08
* Rollback of commit a396b070ae36032a973672e11145533621c39edc.Gravatar Klaus Aehlig2016-11-07
* Use main_class as specified in java_test even if use_testrunner is true.Gravatar Dmitry Lomov2016-11-04
* Use proto_lang_toolchain() in java_proto_library.Gravatar Carmi Grushko2016-11-04
* Use proto_lang_toolchain in java_lite_proto_library.Gravatar Carmi Grushko2016-11-03
* Windows: java_binary can be an action executableGravatar Laszlo Csomor2016-10-31
* Merge BazelBaseRuleClasses into BaseRuleClasses.Gravatar Ulf Adams2016-10-14
* Change allowedRuleClasses/mandatoryProviders semantics to "either-or" instead...Gravatar Dmitry Lomov2016-10-07
* Remove JavaCpuSupplier; use the actual --cpu value instead.Gravatar Ulf Adams2016-10-06
* Extract java/javalite proto compilation args to command-line flags.Gravatar Carmi Grushko2016-10-06
* Rollback of commit 5c548f11e20c0b75203e9fe4ab682ed0418064cf.Gravatar Carmi Grushko2016-09-23
* Rollback of commit 2e5ec0fd99ac4bfd930da99f6089dc5faf778464.Gravatar Tobias Werth2016-09-22
* Make java_proto_library's strict_deps default to true.Gravatar Carmi Grushko2016-09-21
* Blaze support for ExtensionRegistryGenerator.Gravatar Googler2016-09-13
* Fix compilation for JDK 7Gravatar Laurent Le Brun2016-09-08
* Allow list of lists of mandatory native providersGravatar Googler2016-09-08
* Update docs of java_proto_library.Gravatar Carmi Grushko2016-08-31
* Clean up go/be#java_plugin.generates_apiGravatar Liam Miller-Cushon2016-08-26
* java_(lite_)?proto_library to get Java proto runtimes from //external: instea...Gravatar Carmi Grushko2016-08-18
* Open-source java_lite_proto_library.Gravatar Carmi Grushko2016-08-17
* Rollback of commit cf00c82a394e5a392a55c058ed01483d2e39c3db.Gravatar Liam Miller-Cushon2016-08-17
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Roll forward commit 94c86135d05a1844263c59f3ce6b1c1917e0f4c8Gravatar Liam Miller-Cushon2016-08-11
* --Gravatar Carmi Grushko2016-08-01
* Rollback of commit 0fe34924b5e5282b5e2895761f11ad77bccebdba.Gravatar Alex Humesky2016-07-28
* java_proto_library strict deps: add attributes for gradual migrationGravatar Carmi Grushko2016-07-27
* Enable the Java launcher by defaultGravatar Liam Miller-Cushon2016-07-26
* Re-arrange --{host_,}java_launcherGravatar Liam Miller-Cushon2016-07-26
* Remove unneeded implicit dependency on proto runtimes in Java proto library r...Gravatar Carmi Grushko2016-07-25
* JavaBuilder: for jars that are produced by aspects (e.g., JavaProtoAspect), p...Gravatar Carmi Grushko2016-07-22
* Rollback of commit 5ea55cbab969820da346d16c4998e957b8c3f60e.Gravatar Carmi Grushko2016-07-18
* Unveil Bazel's proto_library and java_proto_library.Gravatar Carmi Grushko2016-07-18
* java_proto_library: add support for avoiding generating code for protos that ...Gravatar Carmi Grushko2016-07-15
* Create another pseudo-label for the JDK launcherGravatar Liam Miller-Cushon2016-07-15
* Open-source java_proto_library.Gravatar Carmi Grushko2016-07-12
* --Gravatar Carmi Grushko2016-07-07