Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/api-common-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: googleapis/api-common-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Choose a head ref
  • 5 commits
  • 5 files changed
  • 4 contributors

Commits on Nov 5, 2021

  1. deps: update dependency com.google.errorprone:error_prone_annotations…

    … to v2.10.0 (#316)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.errorprone:error_prone_annotations](https://errorprone.info) ([source](https://togithub.com/google/error-prone)) | `2.9.0` -> `2.10.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.10.0/compatibility-slim/2.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.10.0/confidence-slim/2.9.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>google/error-prone</summary>
    
    ### [`v2.10.0`](https://togithub.com/google/error-prone/releases/v2.10.0)
    
    New checks
    
    -   [`AlwaysThrows`](http://errorprone.info/bugpattern/AlwaysThrows)
    -   [`StackTraceElementGetClass`](http://errorprone.info/bugpattern/StackTraceElementGetClass)
    -   [`BareDotMetacharacter`](http://errorprone.info/bugpattern/BareDotMetacharacter)
    -   [`DistinctVarargsChecker`](http://errorprone.info/bugpattern/DistinctVarargsChecker)
    -   [`MalformedInlineTag`](http://errorprone.info/bugpattern/MalformedInlineTag)
    -   [`MemoizeConstantVisitorStateLookups`](http://errorprone.info/bugpattern/MemoizeConstantVisitorStateLookups)
    -   [`UnicodeEscape`](http://errorprone.info/bugpattern/UnicodeEscape)
    -   [`FieldMissingNullable`](http://errorprone.info/bugpattern/FieldMissingNullable)
    -   [`Java8ApiChecker`](http://errorprone.info/bugpattern/Java8ApiChecker)
    -   [`ParameterMissingNullable`](http://errorprone.info/bugpattern/ParameterMissingNullable)
    -   [`TooManyParameters`](http://errorprone.info/bugpattern/TooManyParameters)
    -   [`TryWithResourcesVariable`](http://errorprone.info/bugpattern/TryWithResourcesVariable)
    -   [`UnnecessaryFinal`](http://errorprone.info/bugpattern/UnnecessaryFinal)
    -   [`VoidMissingNullable`](http://errorprone.info/bugpattern/VoidMissingNullable)
    
    Fixed issues: [#&#8203;2616](https://togithub.com/google/error-prone/issues/2616), [#&#8203;2629](https://togithub.com/google/error-prone/issues/2629)
    
    **Full Changelog**: google/error-prone@v2.9.0...v2.10.0
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/api-common-java).
    renovate-bot authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    99df091 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. chore: include @code in javadoc (#318)

    fixes b/205642105 issue
    eaball35 authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b33d6e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. chore: release 2.1.1-SNAPSHOT (#315)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Neenu Shaji <[email protected]>
    release-please[bot] and Neenu1995 authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    6d8eeb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e0e382 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. chore: release 2.1.1 (#319)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Emily Ball <[email protected]>
    release-please[bot] and eaball35 authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    67cc554 View commit details
    Browse the repository at this point in the history
Loading