pullrequests Search Results · repo:google/auto language:Java
Filter by
1.5k results (194 ms)
1.5k results
ingoogle/auto (press backspace or delete to remove)Update AutoFactory compilation tests to use the more recent compile-testing API.
In a couple of places I changed .onLine(M).atColumn(N) into just onLineContaining(S). I don t think we care that much
about ...
cla: yes
Allow @AutoService to reference a generic service even if -Averify=true.
Previously we allowed this without -Averify, but produced an error if -Averify=true. Now, that error becomes a warning,
and can ...
cla: yes
Rewrite AutoServiceProcessorTest to use more modern Compile Testing APIs.
RELNOTES=n/a
cla: yes
Bumps mockito-core from 3.6.0 to 3.6.28. details summary Release notes /summary p em Sourced from a href=
https://github.com/mockito/mockito/releases mockito-core s releases /a . /em /p blockquote h2 v3.6.28 ...
cla: yes
dependencies
java
The methods returned by BuilderContext.buildMethod() and .toBuilderMethods() can be inherited.
This change addresses cases like this:
interface Parent BuilderT {
BuilderT toBuilder();
interface ...
cla: yes
Bumps mockito-core from 3.5.15 to 3.6.0. details summary Release notes /summary p em Sourced from a href=
https://github.com/mockito/mockito/releases mockito-core s releases /a . /em /p blockquote h2 v3.6.0 ...
cla: yes
dependencies
java
Bumps auto-service from 1.0-rc6 to 1.0-rc7. details summary Release notes /summary p em Sourced from a href=
https://github.com/google/auto/releases auto-service s releases /a . /em /p blockquote h2 AutoService ...
cla: yes
dependencies
java
Modernize AutoFactory source.
- Replace com.google.common.base.Optional by java.util.Optional.
- Use streams and lambdas where appropriate.
- Use diamond operator where appropriate.
- Remove type ...
cla: yes
Update versions of auto-service and compile-testing, and fix a bug with SimpleServiceLoader.
Updating the compile-testing version revealed a bug in AutoValue. If the same jar is present more than once ...
cla: yes