Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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: google/error-prone
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.26.0
Choose a base ref
...
head repository: google/error-prone
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.26.1
Choose a head ref
  • 2 commits
  • 11 files changed
  • 2 contributors

Commits on Mar 12, 2024

  1. fix: module name → com.google.errorprone.annotations

    ## Summary
    
    Fixes the module name: ~~`com.google.errorprone.annotation`~~ → `com.google.errorprone.annotations`. Amends the OSGi build not to include `Automatic-Module-Name` in the `MANIFEST.MF` for the `annotations` project.
    
    ## Changelog
    
    - fix: name in `module-info.java` for `annotations` module
    - fix: don't emit `Automatic-Module-Name` in `annotations` module
    - chore: preserve all other aspects of OSGi and JAR builds
    
    Relates to [discussion](#4311 (comment)) in #4311. Double checked for correct JAR structure; see [these screenshots](#4311 (comment)).
    
    cc / @cushon @ben-manes
    
    Fixes #4317
    
    COPYBARA_INTEGRATE_REVIEW=#4317 from sgammon:fix/module-name bc52c58
    PiperOrigin-RevId: 615114274
    sgammon authored and Error Prone Team committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9d99ee7 View commit details
    Browse the repository at this point in the history
  2. Release Error Prone 2.26.1

    cushon committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b380572 View commit details
    Browse the repository at this point in the history
Loading