Sign in
bazel
/
bazel
/
6e24aadb09f1efedf90957fb35ece8fdc65e9f84
/
src
/
java_tools
2ba693f
Automated rollback of commit ce7c4deda60a307bba5f0c9421738e2a375cf44e.
by cushon
· 8 years ago
3e87c62
Update BUILD files
by Ulf Adams
· 8 years ago
6073f1d
protobuf: Use bazel's native java_proto_library rules.
by Jakob Buchgraber
· 8 years ago
e355e77
Migrate all tests to Truth (except the ones in the examples).
by lberki
· 8 years ago
3834dc8
Optionally skip fallback to javac-turbine
by cushon
· 8 years ago
aea56b3
Migrate Java tests to Truth. RELNOTES: None.
by lberki
· 8 years ago
c5e55bd
Remove resourcejar handling from buildjar
by cushon
· 8 years ago
527d20e
Pass the platform classpath entries through to strict deps
by cushon
· 8 years ago
431ce43
Split classpaths more eagerly
by cushon
· 8 years ago
1a57d29
Re-enabling passing -sourcepath via javacopts.
by elenairina
· 8 years ago
17296da
Avoid windows-incompatible absolute path syntax
by cushon
· 8 years ago
38949b8
Migrate off versioned javac and Error Prone targets
by Liam Miller-Cushon
· 8 years ago
9ab5821
Enable jarjar-ing the Jacoco deploy jar on every supported platform.
by lberki
· 8 years ago
c5c9ace
Use the Java version of singlejar for building the Jacoco coverage runner deploy jar.
by lberki
· 8 years ago
b89f9fa
More windows conditions
by dmarting
· 8 years ago
610bf14
Add more condition for the windows platform
by dmarting
· 8 years ago
2c3c87f
Make JacocoCoverage_deploy.jar deterministic by running the output of jarjar through `singlejar --normalize`.
by lberki
· 8 years ago
8725fe4
Add a javac-turbine option for the reduced classpath optimization
by cushon
· 8 years ago
d953ca8
Clean VanillaJavaBuilder output directories
by cushon
· 8 years ago
11cc89a
JavaBuilder accepts a new --testonly argument to mark compilations of
by eaftan
· 8 years ago
70b2006
Prepend javac to test bootclasspath
by cushon
· 8 years ago
2195f25
Update to javac9-r4023
by cushon
· 8 years ago
de48d7d
Embed a prebuilt jarjar into Bazel so that Android builds work again.
by lberki
· 8 years ago
3a5d3db
Re-enable the Java coverage tests.
by lberki
· 8 years ago
1ade2c47
Simplify LocalSpawnRunner
by ulfjack
· 8 years ago
55828e2
Vendor jarjar instead of using a binary version of it.
by Lukacs T. Berki
· 8 years ago
5006dab
Roll forward of https://github.com/bazelbuild/bazel/commit/4a303e2cd840810b95cbc793e38bdca48e6d9556
by cushon
· 8 years ago
4a303e2
Automated g4 rollback of commit b0ac3b41700cdc575c36ff2de191bc9ba2b6abf0.
by cushon
· 8 years ago
11789f4
Fix escaping of '@' in javabuilder command lines
by cushon
· 8 years ago
300d757
Don't close System.err
by cushon
· 8 years ago
3c8e2bd
Remove unused data dependency on JavaBuilder
by cushon
· 8 years ago
c6b0539
Make encoding diagnostic tests slightly less fragile
by cushon
· 8 years ago
664a38f
Create parent directories for resource entries in singlejar
by cushon
· 8 years ago
3ac77cb
Avoid `Iterable<Path>`
by cushon
· 8 years ago
8df71b5
Roll forward change https://cr.bazel.build/9250 with Java 7 build failure fix.
by xingao
· 8 years ago
c2cc768
Dump the classpaths in a separate file and read the classpaths from that file, so that each test run can have the latest version of the Classpaths.
by Kush Chakraborty
· 8 years ago
2879971
Remove support for -bootclasspath in javacopts
by Liam Miller-Cushon
· 8 years ago
2ebb4be
Remove obsolete extdir handling
by Liam Miller-Cushon
· 8 years ago
58a615c
Replace ZipOutputFileManager with the standard filemanager and JimFS
by Liam Miller-Cushon
· 8 years ago
4443123
2nd attempt to split classpaths, and load test classes in a separate classloader. Currently this funcionality is hidden behind the "experimental_testrunner" flag.
by Kush Chakraborty
· 8 years ago
8d6d180
Adding -implict:none by default to java compilation.
by Irina Iancu
· 8 years ago
1a09e7e
Cygwin support: fix junitrunner BUILD file
by László Csomor
· 8 years ago
1575754
Add sourcepath to java_common.compile
by Irina Iancu
· 8 years ago
3be4459
Don't declare parameters of type Iterable<Path>
by Liam Miller-Cushon
· 8 years ago
1fc4dff
by Kristina Chodorow
· 8 years ago
bdd62b3
Bring back the persistent test runner functionality, on ExperimentalTestRunner.
by Kush Chakraborty
· 8 years ago
4baedc7
Create ExperimentalTestRunner which is just the same as BazelTestRunner, but a testbed of upcoming changes, without breaking existing test targets.
by Kush Chakraborty
· 8 years ago
7198fc3
VanillaJavaBuilder: don't crash formatting diagnostics without a source file
by Liam Miller-Cushon
· 8 years ago
3a99f97
Disallow duplicate srcjars in javac-turbine
by Liam Miller-Cushon
· 8 years ago
7b295d3
Pass through -sourcepath to the JavaBuilder
by Damien Martin-Guillerez
· 8 years ago
e1475cb
Eclipse's Java compiler can't do type inference on this code for some reason
by Ulf Adams
· 8 years ago
dc857b3
Don't leak file managers
by Liam Miller-Cushon
· 8 years ago
81aca8a
Remind JavacOptions about the '-extra_checks' flag
by Liam Miller-Cushon
· 8 years ago
e1b1372
Re-arrange JavaBuilder output jar handling
by Liam Miller-Cushon
· 8 years ago
c67080c
Rollback of commit 786cfa2ed980e278c42ee474408844f7e3720385.
by Kush Chakraborty
· 8 years ago
786cfa2
Separate the classpaths of the TestRunner with the test target, and use a separate Classloader to load the test target's classes. This enables a clean separation of the classes of the TestRunner with the target under test.
by Kush Chakraborty
· 8 years ago
2bdf534
Rolling forward the change to open source JUnit integration tests.
by Kush Chakraborty
· 8 years ago
2997e25
Filter out Blaze-specific javacopts in VanillaJavaBuilder
by Liam Miller-Cushon
· 8 years ago
17db60e
Remove javac-turbine hack to support a non-standard annotation processor
by Liam Miller-Cushon
· 8 years ago
aae3245
Rollback of commit 9822151a2ab0574b3d7a884f623b6b260258cd6b.
by Irina Iancu
· 8 years ago
aed7556
Prepare for a forthcoming AutoValue change where setFoo(null) in a Builder will immediately throw NullPointerException. Previously it would only throw at build() time, and even then not in all circumstances.
by Googler
· 8 years ago
e36a66c
Rollback of commit 4b73e972d909bcd533f2f9940f95a00b9b73bdde.
by Dmitry Lomov
· 8 years ago
8153cb8
Rename 'extdir' to 'extclasspath'
by Liam Miller-Cushon
· 8 years ago
9822151
Automated [] rollback of commit 53b10eabb02480111510281b776db524df490a29.
by Kush Chakraborty
· 8 years ago
4b73e97
Roll forward execroot change
by Kristina Chodorow
· 8 years ago
53b10ea
Rollback of commit d8eec343d238129ce8b5146c4177d207a6b3683b.
by Dmitry Lomov
· 8 years ago
ac6edf9
JUnit4 now correctly labels filtered tests as "filtered".
by Googler
· 8 years ago
d8eec34
Open source the integration tests for BazelTestRunner and delete the internal versions.
by Kush Chakraborty
· 8 years ago
3c667e5
Windows-aware path-absoluteness checks.
by Laszlo Csomor
· 8 years ago
19cdec0
Create a 'vanilla' JavaBuilder
by Liam Miller-Cushon
· 8 years ago
6fdef7b
Move the JUnit runner tests to the same location as the Internal Repo.
by Kush Chakraborty
· 8 years ago
941928c
Ignore warnings for successful javac-turbine invocations
by Liam Miller-Cushon
· 8 years ago
a006146
Create a tool for building resource jars
by Liam Miller-Cushon
· 8 years ago
de59c45
Don't add the output directory to the classpath
by Liam Miller-Cushon
· 8 years ago
35bdf52
Fix a bug in the StrictJavaDeps plugin when a rule in the targetMapping has a strict deps error.
by Googler
· 8 years ago
97e79cc
Rollback of commit 32f033328abdd00cbec149edd87bde34095bccbc.
by Yun Peng
· 8 years ago
394f79e
Put line breaks between diagnostics
by Liam Miller-Cushon
· 8 years ago
32f0333
Add --manifest_file option into BazelJavaBuilder
by Yun Peng
· 8 years ago
ce7c4de
Add an experimental flag to Turbine to indicate to annotation processors that they are running in hjar compilation
by Googler
· 8 years ago
d47059c
Handle another transitive classpath fallback case
by Liam Miller-Cushon
· 8 years ago
549fa15
Description redacted.
by Googler
· 8 years ago
35184c0
Description redacted.
by Googler
· 8 years ago
2248cd8
Remove use of javac internal Result enum
by Liam Miller-Cushon
· 8 years ago
6546df1
Remove unused PluginException
by Liam Miller-Cushon
· 8 years ago
83c6465
Make reduced classpath fallback locale-independent
by Liam Miller-Cushon
· 8 years ago
88eca6e
Fix bootstrapping in Docker images.
by Lukacs Berki
· 8 years ago
9a33850
Temporarily disable jacoco on FreeBSD
by Klaus Aehlig
· 8 years ago
afd34e0
Fall back to the transitive classpath for top-level completion failures
by Liam Miller-Cushon
· 8 years ago
f75cb39
Filter out javac deferred diagnostic notes in JavaBuilder
by Liam Miller-Cushon
· 8 years ago
516f7e9
Rollback of commit 8436354b93e0b611931dfc965d3e718980143dee.
by Vladimir Moskva
· 8 years ago
97f4ac6
Refactor BlazeJavacMain to emit structured diagnostics
by Liam Miller-Cushon
· 8 years ago
8063f29
Make the Path to FileSystem cache non-static for persistent workers
by Liam Miller-Cushon
· 8 years ago
abe5239
Fix javabuilder top-level exception handling with workers enabled
by Liam Miller-Cushon
· 8 years ago
92e9a60
Remove end position hack
by Liam Miller-Cushon
· 8 years ago
8436354
Tag targets as jdk8 to avoid building them for jdk7
by Vladimir Moskva
· 8 years ago
63c9af4
Jarjar the third-party dependencies of the Jacoco test runner, except on Windows. This way, we don't need a new release to make coverage collection happen.
by Lukacs Berki
· 8 years ago
1da429e
Rollback of commit c0be64464b97ea011b4b4ad901515aac1dc97b4c.
by Lukacs Berki
· 8 years ago
c0be644
Jarjar the third-party dependencies of the Jacoco test runner.
by Lukacs Berki
· 8 years ago
7f064ea
Rollback of commit 56328986232dfe4d92f738ab3bbd26d89236a428.
by Vladimir Moskva
· 8 years ago
5632898
Jarjar the third-party dependencies of the Jacoco test runner.
by Lukacs Berki
· 8 years ago
Next »