Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump versions.errorprone from 2.10.0 to 2.11.0 #2553

Closed
wants to merge 3 commits into from

Commits on Jan 26, 2022

  1. Bump versions.errorprone from 2.10.0 to 2.11.0

    Bumps `versions.errorprone` from 2.10.0 to 2.11.0.
    
    Updates `error_prone_core` from 2.10.0 to 2.11.0
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.10.0...v2.11.0)
    
    Updates `error_prone_test_helpers` from 2.10.0 to 2.11.0
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.10.0...v2.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.errorprone:error_prone_core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.google.errorprone:error_prone_test_helpers
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    ffa7e61 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Fix compilation for JDK 8

    This also fixes #2554, by using `.withNoParameters()` instead.
    TimvdLippe committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    b2dc113 View commit details
    Browse the repository at this point in the history
  2. Extract method for JDK 8

    For some reason, Java 8 chooses the wrong subclass for this specific use
    case. All other assertions are fine and this doesn't happen on JDK 11.
    Therefore, let's extract it into a method to force the correct type.
    TimvdLippe committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    11931ec View commit details
    Browse the repository at this point in the history