aboutsummaryrefslogtreecommitdiff
path: root/value/pom.xml
AgeCommit message (Expand)Author
2022-03-04Merge commit 'auto-value-1.8.2^'Colin Cross
2021-05-26Bump truth.version from 1.1.2 to 1.1.3 in /valuedependabot[bot]
2021-03-29Bump plexus-java from 1.0.6 to 1.0.7 in /valuedependabot[bot]
2021-03-22Bump guava.version from 30.1-jre to 30.1.1-jre in /valuedependabot[bot]
2021-02-22Bump maven-invoker-plugin from 3.2.1 to 3.2.2 in /valuedependabot[bot]
2021-02-15Bump junit from 4.13.1 to 4.13.2 in /valuedependabot[bot]
2021-01-26Bump truth.version from 1.1 to 1.1.2 in /valuedependabot[bot]
2021-01-15Bump plexus-java from 1.0.5 to 1.0.6 in /valuedependabot[bot]
2020-12-21Bump guava.version from 30.0-jre to 30.1-jre in /valuedependabot[bot]
2020-10-28Update versions of auto-service and compile-testing, and fix a bug with Simpl...Éamonn McManus
2020-10-22Update versions of some plugins.cpovirk
2020-10-22Update a bunch of *deps* (though not *plugins*).cpovirk
2020-07-08Set version number for auto-value-parent to 1.7.4.upstream/auto-value-1.7.4upstream-auto-value-1.7.4Éamonn McManus
2020-04-15Update versions of Truth and Compile-testing.Sean Sullivan
2020-04-10Release the SerializableAutoValue extension.alvinlao
2019-11-08Be more explicit about which Java versions AutoValue supports. The compiler m...emcmanus
2019-10-04Update dependencies:cpovirk
2019-06-06Update to Truth 0.45, and address deprecations.cpovirk
2019-05-05Stop using auto-parent.cpovirk
2019-04-29Update copyrights to say Google LLC instead of Google Inc.emcmanus
2018-12-03Update to auto-parent 7 to get the latest version of Guavaronshapiro
2018-03-19Make AutoValue releasable againronshapiro
2018-03-12Create an auto-value-annotations artifact separate from the processorronshapiro
2018-01-25Don't include AutoValue's sources in its Maven jar. It looks as if they have ...emcmanus
2018-01-24Use latest versions of auto-common (0.10) and auto-service (1.0-rc4).dpb
2018-01-18Update references to auto-parent 6.dpb
2017-12-14Update version of auto-common to 0.9.dpb
2017-12-04Use dependency and plugin management from auto-parent v5. Use latest dependen...dpb
2017-11-15Replace truth.FailureStrategy with truth.FailureMetadata in custom Subjects.jijiang
2017-10-18Avoid including javax/annotation/* in the shipped AutoValue jar. Add a Google...emcmanus
2017-09-28Update the AutoValue snapshot version from 1.5-SNAPSHOT to 1.6-SNAPSHOT. This...emcmanus
2017-08-22Update the AutoValue pom.xml with latest versions.emcmanus
2017-08-03Migrate TestVerb.withFailureMessage to use withMessage instead and update tru...jijiang
2017-04-21Update AutoValueProcessor to use Java 8 constructs now that we can.emcmanus
2017-04-20Update AutoValue's Maven dependencies to latest versions. We were staying on ...emcmanus
2017-04-06Delete the asm dependency. It was needed for a hack to work around an Eclipse...emcmanus
2017-03-22Update AutoValue snapshot version now that 1.4 has been released.emcmanus
2016-12-21Tweak AutoValue's Maven configuration so it can work with Java 7 builds, by c...emcmanus
2016-12-21Remove the exclusion of Truth from the dependencies of Compile Testing in the...emcmanus
2016-12-20Fix AutoValueProcessor so it works even if an old version of @AutoValue is in...emcmanus
2016-11-09Suppress javadoc doclint in maven, when running on java8 which both introduce...cgruber
2016-11-09Upgrade auto-value to use the released auto-common.cgruber
2016-10-12Update ASM usages for Java 8:cushon
2016-09-21Replace the use of Elements.overrides in MoreElements.getLocalAndInheritedMet...emcmanus
2016-09-08Add @Memoized to the open-source AutoValue project.dpb
2016-08-29Change the AutoValue version from 1.3-SNAPSHOT to 1.4-SNAPSHOT now that 1.3 h...emcmanus
2016-08-29Update the integration test pom.xml files to use a version of maven-jar-plugi...cgruber
2016-05-10Add logic to AutoValue to detect the confusing case where you think you are u...emcmanus
2016-03-21Bump auto-value development version to 1.3-SNAPSHOTcgruber
2016-03-21Rely on Guava 19.0 and use CharMatcher.whitespace() since CharMatcher.WHITESP...cgdecker