Bump auto-value.version from 1.11.0 to 1.11.1
Bumps auto-value.version from 1.11.0 to 1.11.1.
Updates com.google.auto.value:auto-value-annotations from 1.11.0 to 1.11.1
Release notes
Sourced from com.google.auto.value:auto-value-annotations's releases.
AutoValue 1.11.1
- Fixed a crash with
@AutoValue.CopyAnnotations(exclude=Missing.class), whereMissingis a class that does not exist.- Type-use annotations such as
@Nullableare now better preserved in generated builder setter method parameters. Previously they could be lost in some circumstances, for example with@Nullable T.- An issue with
@Nullabletype-use annotations in AutoBuilder has been fixed.- Report a diagnostic for setters with boxed primitive types for primitive properties.
- A bug with AutoBuilder and Kotlin data classes has been fixed. If there was a mix of required and optional parameters in a data class with a large number of properties, sometimes the generated code would not compile.
Commits
4a03588Set version number for auto-value-parent to 1.11.1.c5c1ae5Update do-not-publish configuration.6d41b70[maven-release-plugin] prepare for next development iteration74d3d07[maven-release-plugin] prepare release auto-value-parent-1.11.182eb4f8Bump the dependencies group in /value with 2 updatesd09c2d3Bump the dependencies group in /value with 4 updates893034bDelete theWeakHashMaprecommendation.4bcb6b9Bump net.ltgt.gwt.maven:gwt-maven-plugin from 1.1.0 to 1.2.0 in /value in the...66a26daSlightly reword@AutoOneOfdocs7e5e3c8Bump the dependencies group in /value with 2 updates- Additional commits viewable in compare view
Updates com.google.auto.value:auto-value from 1.11.0 to 1.11.1
Release notes
Sourced from com.google.auto.value:auto-value's releases.
AutoValue 1.11.1
- Fixed a crash with
@AutoValue.CopyAnnotations(exclude=Missing.class), whereMissingis a class that does not exist.- Type-use annotations such as
@Nullableare now better preserved in generated builder setter method parameters. Previously they could be lost in some circumstances, for example with@Nullable T.- An issue with
@Nullabletype-use annotations in AutoBuilder has been fixed.- Report a diagnostic for setters with boxed primitive types for primitive properties.
- A bug with AutoBuilder and Kotlin data classes has been fixed. If there was a mix of required and optional parameters in a data class with a large number of properties, sometimes the generated code would not compile.
Commits
4a03588Set version number for auto-value-parent to 1.11.1.c5c1ae5Update do-not-publish configuration.6d41b70[maven-release-plugin] prepare for next development iteration74d3d07[maven-release-plugin] prepare release auto-value-parent-1.11.182eb4f8Bump the dependencies group in /value with 2 updatesd09c2d3Bump the dependencies group in /value with 4 updates893034bDelete theWeakHashMaprecommendation.4bcb6b9Bump net.ltgt.gwt.maven:gwt-maven-plugin from 1.1.0 to 1.2.0 in /value in the...66a26daSlightly reword@AutoOneOfdocs7e5e3c8Bump the dependencies group in /value with 2 updates- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 86.18%. Comparing base (74b4909) to head (1a8cb88).
Additional details and impacted files
@@ Coverage Diff @@
## main #2867 +/- ##
=========================================
Coverage 86.18% 86.18%
Complexity 882 882
=========================================
Files 118 118
Lines 5052 5052
Branches 514 514
=========================================
Hits 4354 4354
Misses 531 531
Partials 167 167
| Flag | Coverage Δ | |
|---|---|---|
| ingestion_beam | 83.77% <ø> (ø) |
|
| ingestion_core | 73.64% <ø> (ø) |
|
| ingestion_sink | 84.07% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.