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 27, 2025
1 parent 4b9c10d commit 91c83dc
Show file tree
Hide file tree
Showing 28 changed files with 24,149 additions and 27,167 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
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ lazy val docs = pekkoModule("docs")
.settings(Dependencies.docs)
.settings(PekkoDisciplinePlugin.docs)
.settings(Paradox.settings)
.settings(Protobuf.settings)
.settings(javacOptions += "-parameters") // for Jackson
.enablePlugins(
ParadoxPlugin,
Expand Down
Loading

0 comments on commit 91c83dc

Please sign in to comment.