This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new f9e7292a Switch protoc-jar from com.github.os72:3.11.4 to
io.github.blackrock:3.0.0 (#709)
f9e7292a is described below
commit f9e7292a0c6465f719eb6d4a4bb7be63d6ba2488
Author: PJ Fanning <[email protected]>
AuthorDate: Thu May 28 14:29:59 2026 +0100
Switch protoc-jar from com.github.os72:3.11.4 to io.github.blackrock:3.0.0
(#709)
* Switch protoc-jar from com.github.os72:3.11.4 to io.github.blackrock:3.0.0
* Update sbt.md
---------
Co-authored-by: copilot-swe-agent[bot]
<[email protected]>
---
docs/src/main/paradox/buildtools/sbt.md | 2 +-
.../main/scala/org/apache/pekko/grpc/maven/AbstractGenerateMojo.scala | 2 +-
project/Dependencies.scala | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/src/main/paradox/buildtools/sbt.md
b/docs/src/main/paradox/buildtools/sbt.md
index 271db8e1..c7009314 100644
--- a/docs/src/main/paradox/buildtools/sbt.md
+++ b/docs/src/main/paradox/buildtools/sbt.md
@@ -56,7 +56,7 @@ Pekko gRPC uses the `protoc` tool to pass `.proto` definitions
to various code generation components,
via [ScalaPB](https://scalapb.github.io)'s
[sbt-protoc](https://github.com/thesamet/sbt-protoc) and
-[protoc-jar](https://github.com/os72/protoc-jar/). This will
+[protoc-jar](https://github.com/blackrock/protoc-jar-maven-plugin/). This will
automatically download the right `protoc` for your system
during the build.
diff --git
a/maven-plugin/src/main/scala/org/apache/pekko/grpc/maven/AbstractGenerateMojo.scala
b/maven-plugin/src/main/scala/org/apache/pekko/grpc/maven/AbstractGenerateMojo.scala
index b8324d65..81f574e7 100644
---
a/maven-plugin/src/main/scala/org/apache/pekko/grpc/maven/AbstractGenerateMojo.scala
+++
b/maven-plugin/src/main/scala/org/apache/pekko/grpc/maven/AbstractGenerateMojo.scala
@@ -204,7 +204,7 @@ abstract class AbstractGenerateMojo @Inject()
(buildContext: BuildContext) exten
}
val runProtoc: Seq[String] => Int = args =>
- com.github.os72.protocjar.Protoc.runProtoc(protocVersion +:
args.toArray)
+ io.github.blackrock.protocjar.Protoc.runProtoc(protocVersion +:
args.toArray)
val protocOptions = if (includeStdTypes) Seq("--include_std_types") else
Seq.empty
compile(runProtoc, schemas, protoDir, protocOptions, targets)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index f502a134..98f6d297 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -65,7 +65,7 @@ object Dependencies {
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.18"
val mavenPluginApi = "org.apache.maven" % "maven-plugin-api" %
Versions.maven
val mavenCore = "org.apache.maven" % "maven-core" % Versions.maven
- val protocJar = "com.github.os72" % "protoc-jar" % "3.11.4"
+ val protocJar = "io.github.blackrock" % "protoc-jar" % "3.0.0"
val plexusBuildApi = "org.sonatype.plexus" % "plexus-build-api" % "0.0.7"
% "optional"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]