1. 8f17e4c Fix Gradle incremental compilation for AutoValue and AutoFactory. by Éamonn McManus · 3 years, 3 months ago
  2. ad8add1 Fix Gradle incremental compilation. Fixes https://github.com/google/auto/issues/1071. by Éamonn McManus · 3 years, 4 months ago
  3. b825771 Bump mockito-core from 3.8.0 to 3.9.0 in /value by dependabot[bot] · 3 years, 4 months ago
  4. 322cdae Update dependencies on AutoService from 1.0-rc7 to 1.0. by Éamonn McManus · 3 years, 4 months ago
  5. 89189f0 Update dependencies on Auto Common from 0.11 to 1.0. by Éamonn McManus · 3 years, 4 months ago
  6. 09ec190 Use `${project.version}` as suggested by @tbroyer. by Éamonn McManus · 3 years, 4 months ago
  7. a2f647f When building AutoValue, pick up AutoService via `<annotationProcessorPaths>`. by Éamonn McManus · 3 years, 4 months ago
  8. 40f3039 Use a property for Error Prone dependency versions. by David P. Baker · 3 years, 4 months ago
  9. 51e3453 Bump error_prone_type_annotations from 2.5.1 to 2.6.0 in /value by dependabot[bot] · 3 years, 4 months ago
  10. 6679425 Bump error_prone_annotations from 2.5.1 to 2.6.0 in /value by dependabot[bot] · 3 years, 4 months ago
  11. cdbae35 Ensure compilation tests will run on JDK 16+. by Éamonn McManus · 3 years, 5 months ago
  12. 9e9be9f Implement `@ToPrettyString` to generate pretty `String` versions for AutoValue types. by Ron Shapiro · 3 years, 5 months ago
  13. 3ce5d36 Bump mockito-core from 3.7.7 to 3.8.0 in /value by dependabot[bot] · 3 years, 5 months ago
  14. 67c123b Add a Maven dependency needed for a newly-added test to compile. by Éamonn McManus · 3 years, 6 months ago
  15. f09a142 Update the Mockito version in a couple of AutoValue POMs. by Éamonn McManus · 3 years, 6 months ago
  16. 58047b1 Bump error_prone_annotations from 2.4.0 to 2.5.1 in /value by dependabot[bot] · 3 years, 7 months ago
  17. c2e53e1 Update `auto` POMs with version upgrades made on GitHub by Dependabot. by Éamonn McManus · 3 years, 7 months ago
  18. 22ff3f9 Bump mockito-core from 3.6.0 to 3.6.28 in /value by dependabot[bot] · 3 years, 8 months ago
  19. f40317a Update versions of auto-service and compile-testing, and fix a bug with SimpleServiceLoader. by Éamonn McManus · 3 years, 9 months ago
  20. e41ed19 Bump mockito-core from 3.5.15 to 3.6.0 in /value by dependabot[bot] · 3 years, 9 months ago
  21. 7c1142c Add openjdk11 to the Travis configuration and delete openjdk9. by Éamonn McManus · 3 years, 9 months ago
  22. 7a46649 Bump auto-service from 1.0-rc6 to 1.0-rc7 in /value by dependabot[bot] · 3 years, 9 months ago
  23. 14bb4c2 Update a bunch of *deps* (though not *plugins*). by cpovirk · 3 years, 9 months ago
  24. f91d2fe Release the SerializableAutoValue extension. by alvinlao · 4 years, 4 months ago
  25. db3fc6d Update dependencies: by cpovirk · 4 years, 10 months ago
  26. f89da91 Shade org.checkerframework in the auto-value jar. Fixes https://github.com/google/auto/issues/749. by emcmanus · 5 years ago
  27. 81134b5 Fix a template bug concerning @AutoOneOf arrays. Like AutoValue, AutoOneOf allows values to be primitive arrays, but the code template referenced an undefined variable in that case. The implementation of foo.getMyArray() copies the array, so the implementation of equals(Object) checks whether the Object is of the generated subclass, and if so accesses the private myArray field directly. For @AutoValue Foo, this subclass is AutoValue_Foo, and the $subclass template variable is set to that. But for @AutoOneOf Foo, there is a subclass per property, and we actually want AutoOneOf_Foo.Impl_myArray. So we need to make sure that $subclass is set to that in the #equalsThatExpression macro. by emcmanus · 5 years ago
  28. 5724c0d Use @FormatMethod in AutoAnnotationProcessor. This addresses an ErrorProne warning in [] by emcmanus · 5 years ago
  29. f3fbb3b Stop using auto-parent. by cpovirk · 5 years ago
  30. 5ff5e37 Update copyrights to say Google LLC instead of Google Inc. by emcmanus · 5 years ago
  31. 044ccda Fix incremental annotation processing of AutoValueProcessor, shade net.ltgt.gradle.incap by Thomas Broyer · 6 years ago
  32. a5673d0 Make AutoValue and AutoService support Gradle incremental build. This work was done by Thomas Broyer. by Thomas Broyer · 6 years ago
  33. b5b51db Switch AutoValue to using the separate EscapeVelocity project rather than its own copy. by emcmanus · 6 years ago
  34. 3fec796 Make AutoValue releasable again by ronshapiro · 6 years ago
  35. 0c488d7 Create an auto-value-annotations artifact separate from the processor by ronshapiro · 6 years ago