Skip to content
This repository was archived by the owner on Sep 16, 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/java-language
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.99.4
Choose a base ref
...
head repository: googleapis/java-language
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.100.0
Choose a head ref
  • 12 commits
  • 25 files changed
  • 4 contributors

Commits on Apr 13, 2020

  1. Configuration menu
    Copy the full SHA
    66f685e View commit details
    Browse the repository at this point in the history
  2. chore: release 1.99.5-SNAPSHOT (#106)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    c30e68a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. chore(deps): update dependency com.google.cloud:libraries-bom to v5 (#…

    …111)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | major | `4.4.1` -> `5.0.0` |
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-language).
    renovate-bot authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    bcbcc61 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:libraries-bom to v5.1…

    ….0 (#112)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | minor | `5.0.0` -> `5.1.0` |
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-language).
    renovate-bot authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    4b2354e View commit details
    Browse the repository at this point in the history
  3. deps: update dependency com.google.guava:guava-bom to v29 (#107)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.guava:guava-bom](https://togithub.com/google/guava) | major | `28.2-android` -> `29.0-android` |
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-language).
    renovate-bot authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    587f83b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. chore: update common templates (#121)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/a8b4de14-bbed-43a8-a032-34b2812821a8/targets
    yoshi-automation authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    0e69e87 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud.samples:shared-config…

    …uration to v1.0.16 (#118)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud.samples:shared-configuration](https://togithub.com/GoogleCloudPlatform/java-repo-tools) | patch | `1.0.15` -> `1.0.16` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>GoogleCloudPlatform/java-repo-tools</summary>
    
    ### [`v1.0.16`](https://togithub.com/GoogleCloudPlatform/java-repo-tools/releases/v1.0.16)
    
    [Compare Source](https://togithub.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.15...v1.0.16)
    
    Add a few SpotBugs exclusions:
    
    -   `RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE` - existing - codegen bug
    -   `UPM_UNCALLED_PRIVATE_METHOD` - probably SpotBug issue
    -   `NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE` - likely SpotBug issue
    -   `CLI_CONSTANT_LIST_INDEX` - style issue particular to our samples
    -   `OBL_UNSATISFIED_OBLIGATION` - issue for SQL clients
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-language).
    renovate-bot authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    eea48ca View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. chore(deps): update dependency com.google.cloud.samples:shared-config…

    …uration to v1.0.17 (#123)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [com.google.cloud.samples:shared-configuration](https://togithub.com/GoogleCloudPlatform/java-repo-tools) | patch | `1.0.16` -> `1.0.17` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>GoogleCloudPlatform/java-repo-tools</summary>
    
    ### [`v1.0.17`](https://togithub.com/GoogleCloudPlatform/java-repo-tools/releases/v1.0.17)
    
    [Compare Source](https://togithub.com/GoogleCloudPlatform/java-repo-tools/compare/v1.0.16...v1.0.17)
    
    -   require -P lint
         Lets not burden customers with our development rules.
        -   Move Checkstyle, ErrorProne, PMD, and SpotBugs to only run w/ -P lint
        -   Update the Readme
    -   spotbugs-annotations 4.0.2
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-language).
    renovate-bot authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    a67ee0a View commit details
    Browse the repository at this point in the history
  2. chore: regenerate README versions (#124)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/73acaa15-5a29-4a7c-8e53-614c4025c959/targets
    yoshi-automation authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    c1f493b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. chore(java): allow overriding the versioning section of the Java READ…

    …ME (#495) (#125)
    
    Allows setting a `versioning` section in `.readme-partials.yaml` to override the versioning section.
    
    Source-Author: Jeff Ching <chingor@google.com>
    Source-Date: Fri Apr 17 10:04:04 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: f8a9933e5e98202b04ef427f28d1d79221190fa4
    Source-Link: googleapis/synthtool@f8a9933
    yoshi-automation authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    fc8f3f7 View commit details
    Browse the repository at this point in the history
  2. feat: add method overloads for Document+EncodingType for analyze meth…

    …ods (#120)
    
    Committer: @miraleung
    PiperOrigin-RevId: 306297639
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon Apr 13 13:28:34 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: df955af5d9508cf9215de6f1fbdad033d5b8fef6
    Source-Link: googleapis/googleapis@df955af
    
    Co-authored-by: Jeff Ching <chingor@google.com>
    yoshi-automation and chingor13 authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    60ef073 View commit details
    Browse the repository at this point in the history
  3. chore: release 1.100.0 (#126)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ## [1.100.0](https://www.github.com/googleapis/java-language/compare/v1.99.4...v1.100.0) (2020-04-20)
    
    
    ### Features
    
    * add method overloads for Document+EncodingType for analyze methods ([#120](https://www.github.com/googleapis/java-language/issues/120)) ([60ef073](https://www.github.com/googleapis/java-language/commit/60ef07316809ba0deb03bf16b56f58e522874c09))
    
    
    ### Dependencies
    
    * update dependency com.google.guava:guava-bom to v29 ([#107](https://www.github.com/googleapis/java-language/issues/107)) ([587f83b](https://www.github.com/googleapis/java-language/commit/587f83b52db60ced3854748a17def39524c1d346))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    dd30bcf View commit details
    Browse the repository at this point in the history
Loading