aboutsummaryrefslogtreecommitdiff
path: root/value/src/it
AgeCommit message (Expand)Author
2021-03-17Bump ecj from 3.24.0 to 3.25.0 in /valuedependabot[bot]
2021-03-12Ensure compilation tests will run on JDK 16+.Éamonn McManus
2021-02-23Bump mockito-core from 3.7.7 to 3.8.0 in /valuedependabot[bot]
2021-02-20Allow an AutoValue property builder to have a parameter.Pawel Labaj
2021-02-01Compile with Java 8 in the `gwtserializer` integration tests.Éamonn McManus
2021-01-28Update the Mockito version in a couple of AutoValue POMs.Éamonn McManus
2021-01-15Bump plexus-java from 1.0.5 to 1.0.6 in /valuedependabot[bot]
2021-01-11If a getter is `getOAuth()`, allow the setter to be `oAuth(T)`.Éamonn McManus
2021-01-08Bump mockito-core from 3.6.28 to 3.7.0 in /valuedependabot[bot]
2020-12-21Bump ecj from 3.23.0 to 3.24.0 in /valuedependabot[bot]
2020-11-25Bump mockito-core from 3.6.0 to 3.6.28 in /valuedependabot[bot]
2020-11-16The methods returned by `BuilderContext.buildMethod()` and `.toBuilderMethods...Éamonn McManus
2020-10-28Bump mockito-core from 3.5.15 to 3.6.0 in /valuedependabot[bot]
2020-10-23Bump maven-resources-plugin from 3.0.2 to 3.2.0 in /valuedependabot[bot]
2020-10-22Update versions of some plugins.cpovirk
2020-10-22Update a bunch of *deps* (though not *plugins*).cpovirk
2020-09-16Compute a `serialVersionUID` for `@AutoAnnotation` implementations based on t...Éamonn McManus
2020-09-15Truthify AutoAnnotationTest.Éamonn McManus
2020-09-14Make `@AutoAnnotation` instances serializable.Éamonn McManus
2020-07-08Fix handling of `@Nullable Optional<T> foo()` properties being set by `setFoo...emcmanus
2020-06-09Copy annotations from `@AutoValue.Builder` to the generated `Builder` subclass.emcmanus
2020-05-13Fix 3 ErrorProneStyle findings:clshepherd
2020-05-01Allow boxed @AutoValue properties to be set from the corresponding primitive ...emcmanus
2020-04-27Generalize the logic for determining if we can make a BarBuilder out of a Bar.emcmanus
2020-03-16 Use try-with-resources for Files.walk. Otherwise the Stream is not closed c...emcmanus
2020-03-12Migrate CompileWithEclipseTest to open source.emcmanus
2020-01-02When checking builder setter parameters, use the final type. The final type i...emcmanus
2019-11-21Fix a merge conflictghm
2019-11-21AutoOneOfProcessor: use Arrays#toString for stringifying arrays, as AutoValue...ghm
2019-11-20Rename the static factory methods in the Pet AutoOneOf examples to avoid bein...kak
2019-11-08Be more explicit about which Java versions AutoValue supports. The compiler m...emcmanus
2019-10-04Update dependencies:cpovirk
2019-09-30Ensure that types are substituted correctly in property builders.emcmanus
2019-09-27Allow @AutoValue getters to define properties that are not valid Java identif...emcmanus
2019-09-10Change a couple of test extensions to use the new propertyTypes() method. Thi...emcmanus
2019-08-19Add relative directories to integration tests.glorioso
2019-08-19Fix a template bug concerning @AutoOneOf arrays. Like AutoValue, AutoOneOf al...emcmanus
2019-08-19Handle inner classes correctly when the outer class has a type parameter.emcmanus
2019-06-11Upgrade Mockito.dpb
2019-05-27Better support for ImmutableSortedSet and ImmutableSortedMap. Use .copyOfSort...emcmanus
2019-05-27Allow @AutoOneOf properties to be void.emcmanus
2019-05-05Migrate from is(Not)SameAs to is(Not)SameInstanceAs.cpovirk
2019-05-05Migrate from isNotSameAs to isNotSameInstanceAs.cpovirk
2019-05-05Migrate from containsAllOf to containsAtLeast.cpovirk
2019-05-05Stop using auto-parent.cpovirk
2019-04-29Migrate from assertThat(foo).named("foo") to assertWithMessage("foo").that(foo).cpovirk
2019-04-29Update copyrights to say Google LLC instead of Google Inc.emcmanus
2019-04-16Handle GWT serialization when some of the properties use property builders. T...emcmanus
2019-03-22Refactor exception-message assertions to use ThrowableSubject.hasMessageThat(...diamondm
2019-03-22Remove the special hack that allowed Optional<? extends Foo> to be set from O...emcmanus