aboutsummaryrefslogtreecommitdiff
path: root/factory
AgeCommit message (Expand)Author
2022-03-04Merge commit 'auto-value-1.8.2^'Colin Cross
2021-07-09Annotate `com.google.auto.factory` for null hygiene.Éamonn McManus
2021-07-02Internal changedependabot[bot]
2021-06-11AutoFactory: Add error message for duplicate parametersGoogle Java Core Libraries
2021-06-03Apply a few automated suggestions.Éamonn McManus
2021-06-02Reformat all the Auto projects using google-java-format. For now, javadoc ref...Éamonn McManus
2021-06-01Upgrade dependencies to auto-common 1.0.1 and replace Guava toImmutable* usag...Brad Corso
2021-05-26Bump truth from 1.1.2 to 1.1.3 in /factorydependabot[bot]
2021-04-23Bump auto-value-annotations from 1.8 to 1.8.1 in /factorydependabot[bot]
2021-04-16Move the correct incap dependency to the AutoFactory `annotationProcessorPath`.Éamonn McManus
2021-04-16Fix Gradle incremental compilation for AutoValue and AutoFactory.Éamonn McManus
2021-04-07When building AutoFactory, pick up AutoService via `<annotationProcessorPaths>`.Éamonn McManus
2021-04-06Update dependency on AutoValue from 1.7.5 to 1.8.Éamonn McManus
2021-04-06Update dependencies on AutoService from 1.0-rc7 to 1.0.Éamonn McManus
2021-04-06Update dependencies on Auto Common from 0.11 to 1.0.Éamonn McManus
2021-03-29Bump guava from 27.0.1-jre to 29.0-jre in /factory/src/it/functionaldependabot[bot]
2021-03-29Bump plexus-java from 1.0.6 to 1.0.7 in /factorydependabot[bot]
2021-03-23Bump auto-value-annotations from 1.7.4 to 1.7.5 in /factorydependabot[bot]
2021-03-23Bump auto-value from 1.7.4 to 1.7.5 in /factorydependabot[bot]
2021-03-22Bump guava from 30.1-jre to 30.1.1-jre in /factorydependabot[bot]
2021-03-21Update a JUnit dependency version.Éamonn McManus
2021-03-12Ensure compilation tests will run on JDK 16+.Éamonn McManus
2021-02-22Bump maven-invoker-plugin from 3.2.1 to 3.2.2 in /factorydependabot[bot]
2021-02-15Bump junit from 4.13.1 to 4.13.2 in /factorydependabot[bot]
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/autoandroid-s-preview-1Bob Badour
2021-01-26Bump truth from 1.1 to 1.1.2 in /factorydependabot[bot]
2021-01-15Bump plexus-java from 1.0.5 to 1.0.6 in /factorydependabot[bot]
2021-01-09Ensure that type annotations are placed correctly.Éamonn McManus
2020-12-21Bump guava from 30.0-jre to 30.1-jre in /factorydependabot[bot]
2020-12-15Handle `@AutoFactory` constructors that throw checked exceptions.Éamonn McManus
2020-12-14Update AutoFactory compilation tests to use the more recent compile-testing API.Éamonn McManus
2020-11-23Merge tags 'auto-value-1.7.4' and 'auto-common-0.11'Colin Cross
2020-10-26Modernize AutoFactory source.Éamonn McManus
2020-10-23Stop referencing google-java-format in build configurations.Éamonn McManus
2020-10-22Update versions of some plugins.cpovirk
2020-10-22Update a bunch of *deps* (though not *plugins*).cpovirk
2020-08-27Automatic code cleanup.Google Java Core Libraries
2020-06-22Tests related to e62e0abd2fbdfd2512c292ef95d4d152a5ca0691emcmanus
2020-06-18Add Android files to build AutoValueplatform-tools-30.0.4android-r-beta-3android-r-beta-2Colin Cross
2020-06-12Fix a problem with references to Factory classes in other packages.emcmanus
2020-03-11Update auto-factory dependencies.emcmanus
2020-03-04Omit java7_compat_test.sh from open-source codebase.cpovirk
2019-12-18Fix 1 ErrorProneStyle finding:clshepherd
2019-10-30Improved AutoFactory error messagemartinsimpson
2019-08-19Prevent stack overflow caused by self referencing types (ex: E extends Enum<E>).gsaul
2019-08-19Add support for type parameters to @AutoFactory.gsaul
2019-08-19Don't crash processing classes in the default packagescushon
2019-08-19Actually include the Gradle Incap processor so that the right manifest files ...ronshapiro
2019-06-06Don't compare TypeMirrors using Object#equalscushon
2019-05-27Make AutoFactory an isolating annotation processor in Gradleronshapiro