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.2.2
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.3.0
Choose a head ref
  • 14 commits
  • 72 files changed
  • 6 contributors

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    9f6f62d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. chore: Create initial pom.xml (#375)

    * chore: Add initial pom.xml
    
    * chore: Cleanup pom.xml
    lqiu96 authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    7e48c87 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

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

    … to v2.16 (#382)
    
    [![Mend 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.15.0` -> `2.16` | [![age](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.16/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.16/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.16/compatibility-slim/2.15.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.16/confidence-slim/2.15.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>google/error-prone</summary>
    
    ### [`v2.16`](https://togithub.com/google/error-prone/releases/tag/v2.16): Error Prone 2.16.0
    
    New Checkers:
    
    -   [`ASTHelpersSuggestions`](https://errorprone.info/bugpattern/ASTHelpersSuggestions)
    -   [`CanIgnoreReturnValueSuggester`](https://errorprone.info/bugpattern/CanIgnoreReturnValueSuggester)
    -   [`LenientFormatStringValidation`](https://errorprone.info/bugpattern/LenientFormatStringValidation)
    -   [`UnnecessarilyUsedValue`](https://errorprone.info/bugpattern/UnnecessarilyUsedValue)
    
    Fixed issues: [#&#8203;3092](https://togithub.com/google/error-prone/issues/3092), [#&#8203;3220](https://togithub.com/google/error-prone/issues/3220), [#&#8203;3225](https://togithub.com/google/error-prone/issues/3225), [#&#8203;3267](https://togithub.com/google/error-prone/issues/3267), [#&#8203;3441](https://togithub.com/google/error-prone/issues/3441)
    
    **Full Changelog**: https://togithub.com/google/error-prone/compare/v2.15.0...v2.16.0
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/api-common-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjguMCJ9-->
    renovate-bot authored Nov 20, 2022
    Configuration menu
    Copy the full SHA
    da19378 View commit details
    Browse the repository at this point in the history
  2. deps: update dependency gradle to v6.9.3 (#379)

    Co-authored-by: Diego Alonso Marquez Palacios <[email protected]>
    renovate-bot and diegomarquezp authored Nov 20, 2022
    Configuration menu
    Copy the full SHA
    3cbb296 View commit details
    Browse the repository at this point in the history
  3. deps: update dependency com.google.auto.value:auto-value-annotations …

    …to v1.10.1 (#381)
    
    [![Mend 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.auto.value:auto-value-annotations](https://togithub.com/google/auto/tree/master/value) ([source](https://togithub.com/google/auto)) | `1.9` -> `1.10.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.auto.value:auto-value-annotations/1.10.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.auto.value:auto-value-annotations/1.10.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.auto.value:auto-value-annotations/1.10.1/compatibility-slim/1.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.auto.value:auto-value-annotations/1.10.1/confidence-slim/1.9)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/api-common-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjguMCJ9-->
    renovate-bot authored Nov 20, 2022
    Configuration menu
    Copy the full SHA
    fb33ae8 View commit details
    Browse the repository at this point in the history
  4. deps: update dependency com.google.auto.value:auto-value to v1.10.1 (#…

    …380)
    
    [![Mend 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.auto.value:auto-value](https://togithub.com/google/auto/tree/master/value) ([source](https://togithub.com/google/auto)) | `1.9` -> `1.10.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.auto.value:auto-value/1.10.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.auto.value:auto-value/1.10.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.auto.value:auto-value/1.10.1/compatibility-slim/1.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.auto.value:auto-value/1.10.1/confidence-slim/1.9)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/api-common-java).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjguMCJ9-->
    renovate-bot authored Nov 20, 2022
    Configuration menu
    Copy the full SHA
    96eb7d6 View commit details
    Browse the repository at this point in the history
  5. deps: update auto-value.version to v1.10.1 (#378)

    Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com>
    Co-authored-by: Diego Alonso Marquez Palacios <[email protected]>
    3 people authored Nov 20, 2022
    Configuration menu
    Copy the full SHA
    d44ba0b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. chore(main): release 2.2.3-SNAPSHOT (#368)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    51aa657 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. chore: Convert existing CI workflows to maven (#376)

    * chore: Add initial pom.xml
    
    * chore: Convert workflows to maven
    
    * chore: Cleanup the existing workflows
    
    * chore: Fix format of ci.yaml
    
    * chore: Fix format of ci.yaml
    
    * chore: Use seperate job for java 8
    
    * chore: Update required status checks
    
    * chore: Run java formatter
    
    * chore: Resolve checkstyle issues
    
    * chore: Empty commit
    
    * chore: Run on java 11 or lint job
    
    * chore: Change to use temurin
    
    * chore: Empty commit
    
    * chore: Update for PR comments
    
    * chore: Add clirr check in GH actions
    
    * chore: Revert build.gradle to google, inc
    
    * chore: Revert license to Inc.
    
    * chore: Revert license to Inc.
    
    * chore: Update license in files
    
    * chore: Update the rest of the files to correct license
    
    * chore: temp add in old ci workflows for status checks
    
    * chore: temp remove required status checks
    
    * chore: revert previous commit
    lqiu96 authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    ff7db47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe1a7c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. chore: Add rest of gradle dependencies (#389)

    * chore: Add rest of gradle dependencies
    
    * chore: Remove unused dependencies
    
    * Revert "chore: Remove unused dependencies"
    
    This reverts commit 12fad67.
    lqiu96 authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    d47908a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. chore: Prepare maven release (#386)

    * chore: Prepare maven release
    
    * chore: Clean up build.sh
    
    * chore: Clean up build.sh
    
    * chore: Uncomment deploy command
    lqiu96 authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    8db6398 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    6852eb7 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.3.0 (#384)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    5132d38 View commit details
    Browse the repository at this point in the history
Loading