Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump auto-value from 1.7 to 1.7.4 #1346

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2020

Bumps auto-value from 1.7 to 1.7.4.

Release notes

Sourced from auto-value's releases.

AutoValue 1.7.4

  • Stop the LazyInit annotation from getting shaded by Maven, so that AutoValue can find it on the classpath. (b484417)
  • Fixed handling of @Nullable Optional<T> foo() properties being set by setFoo(@Nullable T) setters. Now setFoo(null) results in Optional.empty(), not null. (d9d66ad)

AutoValue 1.7.3

  • Optionally copy annotations from the @AutoValue.Builder class to the generated subclass. (b22f969)
  • Drop unnecessary parentheses in AutoAnnotation equals and hashCode methods. (b9ba06a)
  • Fixed a problem when an @AutoValue class references types that are generated by other annotation processors. (2797d38)

AutoValue 1.7.2

Only one change in this release:

  • AutoValue is once again "isolating" for Gradle incremental compilation. (8e7515a)

AutoValue 1.7.1

New features

  • SerializableAutoValue extension. This can be used to serialize @AutoValue classes with properties of type java.util.Optional, even though java.util.Optional is not serializable, and it can also be configured to serialize other arbitrary types. Thanks to @alvinlao for this contribution! (f91d2fe)
  • The logic for determining if we can make a BarBuilder out of a Bar has been generalized. For example, if your @AutoValue class Foo has a property IntList ints(), then your builder can have IntListBuilder intsBuilder(). Previously this worked if there was no Foo.toBuilder() method, or if IntList had its own toBuilder() method. Now it also works if it is possible to call IntListBuilder.addAll(IntList). (6aeb44f)
  • AutoValue now allows boxed properties to be set from the corresponding primitive type, for example Integer from int. (2bbe506)

Behaviour changes

  • AutoValue now gives a warning if the static builder() method is inside the @AutoValue.Builder class instead of directly in the @AutoValue class. (fcccded)
  • AutoValue doesn't generate code or invoke extensions if it detects a problem, for example a mismatch between getters and setters. (ecb6032)
  • AutoOneOf factory methods for void values now have type parameters if the @AutoOneOf class does. (4ab1b53)
  • It is now a compilation error if a setter method in a builder has a parameter marked @Nullable when the corresponding property is not in fact @Nullable. Calling such a method with a null parameter already generated a NullPointerException at runtime. (bd7bed2)
  • The @Memoized annotation now has class-level retention, rather than source-level. (107694b)

Bug fixes

  • We fixed an issue with type checking of setter parameters in the presence of inheritance and generics. (e97d1f0)
  • We now generate a better toString() for arrays in AutoOneOf (0a7c049)

Miscellaneous

  • We added CompileWithEclipseTest, which checks that AutoValue works with ecj, the Eclipse compiler. (05e983c)
Commits
  • c59110e Set version number for auto-value-parent to 1.7.4.
  • b484417 Stop the LazyInit annotation from getting shaded by Maven, so that AutoValue ...
  • d9d66ad Fix handling of @Nullable Optional\<T> foo() properties being set by `setFoo...
  • da84ef1 Tests related to e62e0abd2fbdfd2512c292ef95d4d152a5ca0691
  • df5641b [ #HiltMigration ] Updating BasicAnnotationProcessor to support a String-base...
  • e62e0ab Fix a problem with references to Factory classes in other packages.
  • 08f930a Make the nested @AutoValue class static otherwise you get the following error:
  • 32fdb09 Change links from google.github.io/guava to guava.dev, including making sure ...
  • 2f437b5 Change error reporting methods to use format strings.
  • b22f969 Copy annotations from @AutoValue.Builder to the generated Builder subclass.
  • 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 will merge this PR once CI passes on it, as requested by @relud.


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 dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 31, 2020
@dependabot dependabot bot requested review from jklukas and relud August 31, 2020 18:57
@codecov-commenter
Copy link

codecov-commenter commented Aug 31, 2020

Codecov Report

Merging #1346 into master will decrease coverage by 3.88%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1346      +/-   ##
============================================
- Coverage     87.01%   83.12%   -3.89%     
+ Complexity      706      607      -99     
============================================
  Files           104       76      -28     
  Lines          4320     3283    -1037     
  Branches        401      356      -45     
============================================
- Hits           3759     2729    -1030     
- Misses          435      440       +5     
+ Partials        126      114      -12     
Flag Coverage Δ Complexity Δ
#ingestion_beam 83.12% <ø> (+0.06%) 607.00 <ø> (ø)
#ingestion_edge ? ?
#ingestion_sink ? ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
...tion/core/transform/PubsubMessageToObjectNode.java 72.02% <0.00%> (-11.89%) 3.00% <0.00%> (ø%)
...etry/ingestion/core/util/DerivedAttributesMap.java 96.00% <0.00%> (-4.00%) 15.00% <0.00%> (-1.00%)
...metry/ingestion/sink/transform/BlobIdToString.java
...ozilla/telemetry/ingestion/sink/io/PubsubLite.java
...ngestion/sink/transform/DocumentTypePredicate.java
...com/mozilla/telemetry/ingestion/sink/io/Input.java
...ngestion/sink/transform/BlobIdToPubsubMessage.java
ingestion-edge/ingestion_edge/wsgi.py
...illa/telemetry/ingestion/sink/util/BatchWrite.java
...ngestion/sink/transform/StringToPubsubMessage.java
... and 22 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f96fe30...8c0d0d4. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/maven/com.google.auto.value-auto-value-1.7.4 branch 3 times, most recently from 087ac0d to 41f9fb2 Compare September 1, 2020 19:37
Copy link
Contributor

@relud relud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/com.google.auto.value-auto-value-1.7.4 branch from 41f9fb2 to 8c0d0d4 Compare September 1, 2020 19:40
@dependabot dependabot bot merged commit e200ab7 into master Sep 1, 2020
@dependabot dependabot bot deleted the dependabot/maven/com.google.auto.value-auto-value-1.7.4 branch September 1, 2020 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants