Skip to content
This repository was archived by the owner on Nov 9, 2020. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps auto-value-annotations from 1.6.5 to 1.6.6.

Release notes

Sourced from auto-value-annotations's releases.

AutoValue 1.6.6

  • Allow @​AutoOneOf properties to be void. An abstract void method means that the associated kind has no value. The factory method has no parameter and calling the implementation of the void method does nothing unless the instance is of another kind. (48d6557)
  • Shade org.checkerframework in the auto-value jar. (f89da91)
  • Primitive arrays now work in @​AutoOneOf classes. (81134b5)
  • In AutoValue code, include type annotations in bounds of type-parameter declarations. (ca013a2)
  • Handle inner classes correctly when the outer class has a type parameter. (4259261)
  • Use the short form of annotations in generated code. For example, instead of @SuppressWarnings(value = {"mutable"}), write @SuppressWarnings("mutable"). (b2eb535)
  • Use ImmutableSortedSet.copyOfSorted and .naturalOrder where appropriate. (a0de99b)
  • Work around an Eclipse compiler bug where static interface methods are incorrectly shown as being inherited. (3854a65)
  • Handle GWT serialization when some of the properties use property builders. (445b9ed)
Commits
  • f5e74ac Set version number for auto-value-parent to 1.6.6.
  • 407e83d Add relative directories to integration tests.
  • 3d4c3ac Changing oraclejdk8 to openjdk8 in hopes that it will fix our Travis builds.
  • f89da91 Shade org.checkerframework in the auto-value jar. Fixes https://github.com/go...
  • 07a39b7 Switch from oraclejdk9 to openjdk9 in Travis builds, per https://travis-ci.co...
  • c35f5c3 Prevent stack overflow caused by self referencing types (ex: E extends Enum<E>).
  • e63019a Add support for type parameters to @​AutoFactory.
  • 12436cc Don't crash processing classes in the default packages
  • 4e3366b Update live version of auto-value from 1.6.2 to 1.6.5
  • 395c08f Clarify the FAQ on interfaces.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [auto-value-annotations](https://github.com/google/auto) from 1.6.5 to 1.6.6.
- [Release notes](https://github.com/google/auto/releases)
- [Commits](google/auto@auto-value-1.6.5...auto-value-1.6.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 20, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #92.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/com.google.auto.value-auto-value-annotations-1.6.6 branch October 10, 2019 06:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant