aboutsummaryrefslogtreecommitdiff
path: root/value/src
AgeCommit message (Expand)Author
2021-12-13Disallow `@AutoValue final class`.Éamonn McManus
2021-12-07Remove references to obsolete `AutoBuilderIsUnstable` option.Éamonn McManus
2021-12-07Validate that `@AutoValue` (etc) classes have appropriate constructors.Éamonn McManus
2021-12-06Make `@AutoBuilder` available unconditionally.Éamonn McManus
2021-12-01Bump mockito-core from 4.0.0 to 4.1.0 in /valuedependabot[bot]
2021-11-30Bump gradle-test-kit from 7.2 to 7.3 in /valuedependabot[bot]
2021-11-16Bump kotlin.version from 1.5.31 to 1.6.0 in /valuedependabot[bot]
2021-11-04Bump auto-service from 1.0 to 1.0.1 in /valuedependabot[bot]
2021-11-02Make it easier to make a step-builder for AutoValue.Éamonn McManus
2021-10-19Use `Objects.requireNonNull(x)` instead of `x.getClass()` in no-identifiers m...Éamonn McManus
2021-10-19Handle missing type when copying annotations.Éamonn McManus
2021-10-08Bump mockito-core from 3.12.4 to 4.0.0 in /valuedependabot[bot]
2021-10-05Ensure the order of copied annotations is deterministic.Éamonn McManus
2021-09-21Bump kotlin.version from 1.5.30 to 1.5.31 in /valuedependabot[bot]
2021-09-06Use annotation default values with `@AutoBuilder` and `@AutoAnnotation`.Éamonn McManus
2021-08-26Upgrade Gradle Test Kit to 7.2Daniel Lacasse
2021-08-25Bump mockito-core from 3.12.3 to 3.12.4 in /valuedependabot[bot]
2021-08-25Bump kotlin.version from 1.5.21 to 1.5.30 in /valuedependabot[bot]
2021-08-25Bump mockito-core from 3.12.1 to 3.12.3 in /valuedependabot[bot]
2021-08-24Bump plexus-java from 1.0.7 to 1.1.0 in /valuedependabot[bot]
2021-08-23Bump mockito-core from 3.12.0 to 3.12.1 in /valuedependabot[bot]
2021-08-20Bump mockito-core from 3.11.2 to 3.12.0 in /valuedependabot[bot]
2021-08-16Avoid `instanceof TypeElement` in Auto code.Éamonn McManus
2021-07-24Simplify old GWT-handling code in AutoValue.Éamonn McManus
2021-07-13Bump kotlin.version from 1.5.20 to 1.5.21 in /valuedependabot[bot]
2021-06-30Rewrite some references to JSpecify `@Nullable` to prevent their being rewrit...Éamonn McManus
2021-06-28Use more fluent streams constructs.Éamonn McManus
2021-06-28Bump kotlin.version from 1.5.10 to 1.5.20 in /valuedependabot[bot]
2021-06-24Ensure that AutoBuilder works with property builders.Éamonn McManus
2021-06-22Bump mockito-core from 3.11.1 to 3.11.2 in /valuedependabot[bot]
2021-06-14Bump mockito-core from 3.11.0 to 3.11.1 in /valuedependabot[bot]
2021-06-07Bump mockito-core from 3.10.0 to 3.11.0 in /valuedependabot[bot]
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-27Implicitly exclude Kotlin `@Metadata` annotations from `@CopyAnnotations`Zac Sweers
2021-05-26Bump kotlin.version from 1.5.0 to 1.5.10 in /valuedependabot[bot]
2021-05-25Update an AutoValue test to the newer compile-testing API.Éamonn McManus
2021-05-25Add the [JSpecify](http://jspecify.org) `@Nullable` to `equals(Object)` if it...Éamonn McManus
2021-05-24Clarify that `Optional` values can be set from `@Nullable` parameters.Éamonn McManus
2021-05-19Generate missing-property checks in a way that is easier for null-analysis to...Éamonn McManus
2021-05-17Add a test for building annotation values with `@AutoBuilder` and `@AutoAnnot...Éamonn McManus
2021-05-14Bump mockito-core from 3.9.0 to 3.10.0 in /valuedependabot[bot]
2021-04-30Use the correct `package` in the generated `AutoBuilder_Foo` class.Éamonn McManus
2021-04-28Bump kotlin.version from 1.4.32 to 1.5.0 in /valuedependabot[bot]
2021-04-23Fix a problem where `@SerializableAutoValue` could generate incorrect code fo...Éamonn McManus
2021-04-22Add method name to getterMustMatch errorZeke
2021-04-21Add a test for Gradle incremental compilation with AutoValue.Éamonn McManus
2021-04-20Document AutoBuilder.Éamonn McManus
2021-04-15Update the AutoBuilder documentation about stabilityÉamonn McManus