Skip to content

Commit

Permalink
regenerate protobuf classes with protoc 25.6
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Jan 26, 2025
1 parent 4b9c10d commit e3fa87a
Show file tree
Hide file tree
Showing 25 changed files with 26,971 additions and 31,802 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@ All wire protocol changes that may concern rolling upgrades should be documented
Pekko includes a shaded version of protobuf `3` that is used for internal communication. To generate files,
run `protobufGenerate`. The generated files are put in each project's `src/main/java` and need to be committed.
The generated files are automatically transformed to use the shaded version of protobuf.
The generated files are automatically transformed to use the shaded version of protobuf and add copyright headers.
Generation depends on protoc `3.11.4` being on the path. See [protobuf project](https://github.com/protocolbuffers/protobuf#protocol-compiler-installation) for installation instructions, and
Generation depends on the protoc version specified in `project/Dependencies.scala` being on the path. See [protobuf project](https://github.com/protocolbuffers/protobuf#protocol-compiler-installation) for installation instructions, and
[Protobuf.scala](https://github.com/apache/pekko/blob/main/project/Protobuf.scala) for details of how to override
the settings for generation.
Expand Down
Loading

0 comments on commit e3fa87a

Please sign in to comment.