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.35.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.35.1
Choose a head ref
  • 2 commits
  • 10 files changed
  • 2 contributors

Commits on Oct 25, 2024

  1. Downgrade protobuf version to 3.25.5

    This still fixes GHSA-735f-pc8j-v9w8, but avoids a breaking change to 4.x, see #4634
    
    PiperOrigin-RevId: 689792648
    cushon authored and Error Prone Team committed Oct 25, 2024
    Copy the full SHA
    db6c890 View commit details
  2. Release Error Prone 2.35.1

    cushon committed Oct 25, 2024
    Copy the full SHA
    0e06cc2 View commit details
Showing with 11 additions and 11 deletions.
  1. +1 −1 annotation/pom.xml
  2. +1 −1 annotations/pom.xml
  3. +1 −1 check_api/pom.xml
  4. +1 −1 core/pom.xml
  5. +1 −1 docgen/pom.xml
  6. +1 −1 docgen_processor/pom.xml
  7. +2 −2 pom.xml
  8. +1 −1 refaster/pom.xml
  9. +1 −1 test_helpers/pom.xml
  10. +1 −1 type_annotations/pom.xml
2 changes: 1 addition & 1 deletion annotation/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_parent</artifactId>
<version>1.0-HEAD-SNAPSHOT</version>
<version>2.35.1</version>
</parent>

<name>@BugPattern annotation</name>
2 changes: 1 addition & 1 deletion annotations/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_parent</artifactId>
<version>1.0-HEAD-SNAPSHOT</version>
<version>2.35.1</version>
</parent>

<name>error-prone annotations</name>
2 changes: 1 addition & 1 deletion check_api/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_parent</artifactId>
<version>1.0-HEAD-SNAPSHOT</version>
<version>2.35.1</version>
</parent>

<name>error-prone check api</name>
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_parent</artifactId>
<version>1.0-HEAD-SNAPSHOT</version>
<version>2.35.1</version>
</parent>

<name>error-prone library</name>
2 changes: 1 addition & 1 deletion docgen/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_parent</artifactId>
<version>1.0-HEAD-SNAPSHOT</version>
<version>2.35.1</version>
</parent>

<name>Documentation tool for generating Error Prone bugpattern documentation</name>
2 changes: 1 addition & 1 deletion docgen_processor/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_parent</artifactId>
<version>1.0-HEAD-SNAPSHOT</version>
<version>2.35.1</version>
</parent>

<name>JSR-269 annotation processor for @BugPattern annotation</name>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<name>Error Prone parent POM</name>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_parent</artifactId>
<version>1.0-HEAD-SNAPSHOT</version>
<version>2.35.1</version>
<packaging>pom</packaging>

<description>Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time.</description>
@@ -43,7 +43,7 @@
<maven-javadoc-plugin.version>3.3.1</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<protobuf.version>4.28.2</protobuf.version>
<protobuf.version>3.25.5</protobuf.version>
<grpc.version>1.43.3</grpc.version>
<jspecify.version>1.0.0</jspecify.version>
</properties>
2 changes: 1 addition & 1 deletion refaster/pom.xml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<parent>
<artifactId>error_prone_parent</artifactId>
<groupId>com.google.errorprone</groupId>
<version>1.0-HEAD-SNAPSHOT</version>
<version>2.35.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2 changes: 1 addition & 1 deletion test_helpers/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_parent</artifactId>
<version>1.0-HEAD-SNAPSHOT</version>
<version>2.35.1</version>
</parent>

<name>error-prone test helpers</name>
2 changes: 1 addition & 1 deletion type_annotations/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<parent>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_parent</artifactId>
<version>1.0-HEAD-SNAPSHOT</version>
<version>2.35.1</version>
</parent>

<name>error-prone type annotations</name>