Skip to content
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

Getting error error: cannot find symbol private static final com.google.protobuf.Internal.IntListAdapter.IntConverter #11948

Open
SatyamGondhale opened this issue Mar 7, 2025 · 4 comments
Labels

Comments

@SatyamGondhale
Copy link

SatyamGondhale commented Mar 7, 2025

I am getting the above error after updating com.google.protobuf:protoc version from 4.27.5 to 4.28.0. What dependency should I check to fix this or what needs changes in .proto files

@kannanjgithub
Copy link
Contributor

kannanjgithub commented Mar 7, 2025

The class you mentioned is there in the protobuf repo for version 28.0. Can you provide more details how you arrived at the error?

@panchenko
Copy link
Contributor

Seems like a duplicate of #11925

@kannanjgithub
Copy link
Contributor

kannanjgithub commented Mar 7, 2025

Thanks @panchenko. Yes, that is the likely scenario. I was able to confirm that if I use protoc 4.x to generate the code it uses type com.google.protobuf.Internal.IntListAdapter.IntConverter and if I try to use com.google.protoc:protobuf:3.25.0 to compile the generated code it fails.

@kannanjgithub
Copy link
Contributor

Will wait for the filer to confirm.

@kannanjgithub kannanjgithub reopened this Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants