Homebrew - protobuf and protoc-gen-grpc-java #6388
Unanswered
markeastwood1
asked this question in
Tap maintenance and brew development
Replies: 2 comments 2 replies
-
Homebrew only provides a generator not the runtime. If you are seeing errors from runtime, then you need to fix in your local project. Make sure you are getting a compatible version of
|
Beta Was this translation helpful? Give feedback.
2 replies
-
I relied on edits to the pom.xml to be reflected in the project… and they are for a build but not for building the artifacts. I had to delete the InteliJ artifact that makes the jar I’m packaging to pick up the new versions. It was indeed using 4.31.1 and not 4.32 even though I’d edited the pom.xml.
From: Michael Cho ***@***.***>
Date: Wednesday, September 3, 2025 at 1:47 PM
To: Homebrew/discussions ***@***.***>
Cc: Mark Eastwood ***@***.***>, Author ***@***.***>
Subject: [EXTERNAL] Re: [Homebrew/discussions] Homebrew - protobuf and protoc-gen-grpc-java (Discussion #6388)
CAUTION: This email originated from outside the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
Also, the runtime is a JAR that gets downloaded by build system. It will keep reusing whatever version was originally downloaded so you may need to find out how to purge your local copy and redownload latest versions.
Look up how to do this on whatever build system, IDE, etc. you are using as instructions will vary.
—
Reply to this email directly, view it on GitHub<#6388 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACN7X6YKQWIJHHEBUBFBGGT3Q4ZVRAVCNFSM6AAAAACFQST3SGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMRZHEZTEMY>.
You are receiving this because you authored the thread.
This email and any files transmitted with it are confidential, proprietary and intended solely for the individual or entity to whom they are addressed. If you have received this email in error please delete it immediately.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
I’m banging my head again the wall on this one. Everything seems to point back to how protobuf was installed… I’m on a MacBook Pro with M3 chip, running Sequoia 15.6.1. I’m using IntelliJ 2025.2 Ultimate and my little java project is using Coretto 21.0.8. I built a little example from gRPC Up and Running by Kasun Indrasiri. When I try to run my ’server’ or my ‘client’ I can’t get past this issue.
Yes the generated code is definitely built with 4.32 I can see that in the generated classes so the issue is the runtime library.
Thanks,
Mark
Beta Was this translation helpful? Give feedback.
All reactions