-
Notifications
You must be signed in to change notification settings - Fork 15.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven central does not have protoc prebuilts #13070
Comments
Thanks for the report and sorry for the inconvenience, I have just pressed the release button for the protoc binaries (sometimes this can take a day or so to roll out) |
AFAIK, no one can modify a released version from maven central. So the only thing we can do is to wait for the next release. |
this is still not propagated.... |
@deannagarcia There seems to be a time lag in the release of protoc binaries each time, where is the problem? |
See protocolbuffers/protobuf#13070 the current release is incomplete.
Any other solutions besides downgrading? |
Any update? |
Hi, https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/3.23.3/protoc-3.23.3-windows-x86_64.exe
|
We are also unable to upgrade due to this. In our case, we are using the maven plugin: https://www.xolstice.org/protobuf-maven-plugin/ |
We attempted to reupload the protoc prebuilts, but per https://central.sonatype.org/faq/can-i-change-a-component/, unfortunately it looks like we can't update 23.3 with the missing artifacts after the fact. We are planning to release 23.4 soon (tentatively next week, pending some additional fixes). We recommended waiting to upgrade to the next patch, or downgrading in the meantime. Apologies for the inconvenience! |
23.4 was released yesterday and should have the proper protoc prebuilts! https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/3.23.4/ |
What version of protobuf and what language are you using?
3.23.3 for Java
What operating system (Linux, Windows, ...) and version?
Linux
What runtime / compiler are you using (e.g., python version or gcc version)
Java 17
What did you do?
Steps to reproduce the behavior:
protoc-3.23.3-linux-x86_64.exe
or so.What did you expect to see
There's protoc prebuilts like previous version, e.g. https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/3.23.2/
What did you see instead?
No protoc prebuilts
Anything else we should know about your project / environment
I use gradle protoc plugin and here you are the error message:
The text was updated successfully, but these errors were encountered: