-
Notifications
You must be signed in to change notification settings - Fork 54
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
Generate native image reflect-config.json for com.google.firestore.bundle #2011
Comments
Do we know how the |
The bazel rule for assembling this code is located under the |
I see, this is a proto only module that does not involve the generator, it is generated using protoc plugin directly. If that's the case, I don't think we have a way to generate it through generator. |
Hm I could be wrong but these classes seem to get generator updates through Owlbot (example, googleapis/java-firestore#1304) which make me think that they aren't fully disconnected?
From what we've observed so far, Firestore is the only one that has this issue. From the native image perspective, Spanner needed manually added configs but for different reason as there were explicitly using + reflectively calling some |
Yes they are generated into googleapis-gen through the Bazel configurations , hence we can configure owlbot to copy the code from googleapis-gen. But the Bazel configurations only include This issue suffers from the same root cause as I mentioned in #2048, if we do prioritize these issues, I would suggest to fix #2048 first. |
We generate configurations for
com.google.firestore.v1
classes but notcom.google.firestore.bundle
classes. These needed to be manually added in googleapis/java-firestore#1419.The text was updated successfully, but these errors were encountered: