| commit | e372a1410d243a4451c4878734c8017e17878304 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Dec 20 04:54:24 2021 -0800 |
| committer | Google Java Core Libraries <java-libraries-firehose+copybara@google.com> | Mon Dec 20 04:56:20 2021 -0800 |
| tree | cef89ff48f94d6c466136277154303cd061db65f | |
| parent | 03073becad893a263d56935ba6c90055f67775ba [diff] |
Bump auto-value-annotations from 1.8.2 to 1.9 in /factory Bumps [auto-value-annotations](https://github.com/google/auto) from 1.8.2 to 1.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/auto/releases">auto-value-annotations's releases</a>.</em></p> <blockquote> <h2>AutoValue 1.9</h2> <ul> <li>The <code>@AutoBuilder</code> annotation documented <a href="https://github.com/google/auto/blob/master/value/userguide/autobuilder.md">here</a> is now fully stable and supported. (1f8d7f26) <ul> <li>AutoBuilder now uses annotation defaults when building a call to an <code>@AutoAnnotation</code> method. (fb96c836)</li> </ul> </li> <li>Making a step-builder for AutoValue is now easier because the inherited setters don't need to be restated in the <code>Builder</code> class so that they return <code>Builder</code>. (0820e2e2)</li> <li>We now handle better the case where an annotation being copied references a missing class. (e0740327)</li> <li>The order of annotations copied into generated code is now deterministic. (8ad800ed)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/auto/commit/d26281e822ecd6e616889569e57c9166ecf22184"><code>d26281e</code></a> Set version number for auto-value-parent to 1.9.</li> <li><a href="https://github.com/google/auto/commit/f7a8b8042df89742e6b150a166d90c75e7b2f283"><code>f7a8b80</code></a> Add a <code>\<developers></code> section to <code>auto/value/pom.xml</code>.</li> <li><a href="https://github.com/google/auto/commit/7dfa54165a3da99f41de69ca259282001ddea3e7"><code>7dfa541</code></a> Copy the <code>oss-parent</code> configuration into <code>value/pom.xml</code>.</li> <li><a href="https://github.com/google/auto/commit/000b10c37c94b8f8b3ba1abc35b5d586181be378"><code>000b10c</code></a> Add a <code>\<distributionManagement></code> clause to the parent POM for AutoValue and A...</li> <li><a href="https://github.com/google/auto/commit/07f37b2be9e060f57eed3e3f5cdccab6a53f0927"><code>07f37b2</code></a> Disallow <code>@AutoValue final class</code>.</li> <li><a href="https://github.com/google/auto/commit/8a1d7263784327db25dd0ea943b1541a751416a5"><code>8a1d726</code></a> Remove references to obsolete <code>AutoBuilderIsUnstable</code> option.</li> <li><a href="https://github.com/google/auto/commit/a74508b7eac6254f8e00cf5d3634a10c690e058d"><code>a74508b</code></a> Validate that <code>@AutoValue</code> (etc) classes have appropriate constructors.</li> <li><a href="https://github.com/google/auto/commit/1f8d7f26bf4b0613a8602085cae77f15693ab086"><code>1f8d7f2</code></a> Make <code>@AutoBuilder</code> available unconditionally.</li> <li><a href="https://github.com/google/auto/commit/0b21d83b085e39e41ee8b7a725a446ca652f9923"><code>0b21d83</code></a> Bump actions/cache from 2.1.6 to 2.1.7</li> <li><a href="https://github.com/google/auto/commit/7e1ec07a91ba72b61851dddc86be3e7b9743e162"><code>7e1ec07</code></a> Bump mockito-core from 4.0.0 to 4.1.0 in /value</li> <li>Additional commits viewable in <a href="https://github.com/google/auto/compare/auto-value-1.8.2...auto-value-1.9">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Fixes #1225 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1225 from google:dependabot/maven/factory/com.google.auto.value-auto-value-annotations-1.9 2578012dd625aa72e786e97333d5b7cdb404c6b2 PiperOrigin-RevId: 417382160
A collection of source code generators for Java.
Java is full of code that is mechanical, repetitive, typically untested and sometimes the source of subtle bugs. Sounds like a job for robots!
The Auto subprojects are a collection of code generators that automate those types of tasks. They create the code you would have written, but without the bugs.
Save time. Save code. Save sanity.
AutoFactory - JSR-330-compatible factories
AutoService - Provider-configuration files for ServiceLoader
AutoValue - Immutable value-type code generation for Java 7+.
Common - Helper utilities for writing annotation processors.
Copyright 2013 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.