Skip to content

Commit 77f69ea

Browse files
committed
regenerate protobuf classes with protoc 25.6
1 parent 4b9c10d commit 77f69ea

File tree

25 files changed

+23835
-26801
lines changed

25 files changed

+23835
-26801
lines changed

Diff for: CONTRIBUTING.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,14 @@ All wire protocol changes that may concern rolling upgrades should be documented
269269
270270
Pekko includes a shaded version of protobuf `3` that is used for internal communication. To generate files,
271271
run `protobufGenerate`. The generated files are put in each project's `src/main/java` and need to be committed.
272-
The generated files are automatically transformed to use the shaded version of protobuf.
272+
The generated files are automatically transformed to use the shaded version of protobuf and add copyright headers.
273273
274-
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
274+
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
275275
[Protobuf.scala](https://github.com/apache/pekko/blob/main/project/Protobuf.scala) for details of how to override
276276
the settings for generation.
277277
278+
After generation, run `sbt javafmt Test/javafmt`.
279+
278280
### Pull request requirements
279281
280282
For a pull request to be considered at all, it has to meet these requirements:

0 commit comments

Comments
 (0)