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 77f69ea
Show file tree
Hide file tree
Showing 25 changed files with 23,835 additions and 26,801 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,14 @@ 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.
After generation, run `sbt javafmt Test/javafmt`.
### Pull request requirements
For a pull request to be considered at all, it has to meet these requirements:
Expand Down
Loading

0 comments on commit 77f69ea

Please sign in to comment.