-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Error with gcloud-java-datastore #1284
Comments
Hi @kpysniak, thanks for the report. This seems like a duplicate of #1239. Are you using |
At the moment, I tried including only this: but that didn't work. I also tried adding: but it didn't help. Would you suggest any next steps? |
When I tried with protobuf-java 3.0.0-beta-3, I am getting another error:
Could they be related? |
I am confused, the errors are unrelated and I don't see why you should include |
Issue #1239 was fixed in |
… announced through MSA. This is the cleanup (#1284) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 464897844 Source-Link: googleapis/googleapis@73c7cd8 Source-Link: https://github.com/googleapis/googleapis-gen/commit/ea44929316799e3e9f38656ab155f7b2e928da42 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWE0NDkyOTMxNjc5OWUzZTlmMzg2NTZhYjE1NWY3YjJlOTI4ZGE0MiJ9
…3.0 (googleapis#1284) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-storage](https://togithub.com/googleapis/java-storage) | `2.12.0` -> `2.13.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.13.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.13.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.13.0/compatibility-slim/2.12.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.13.0/confidence-slim/2.12.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-automl). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIxNi4wIn0=-->
🤖 I have created a release *beep* *boop* --- ## [2.3.17](https://togithub.com/googleapis/java-automl/compare/v2.3.16...v2.3.17) (2022-10-06) ### Dependencies * Update dependency com.google.cloud:google-cloud-bigquery to v2.17.0 ([#1280](https://togithub.com/googleapis/java-automl/issues/1280)) ([66161f1](https://togithub.com/googleapis/java-automl/commit/66161f1f90729f4d03de783aa15a8cd6883c754d)) * Update dependency com.google.cloud:google-cloud-core to v2.8.20 ([#1277](https://togithub.com/googleapis/java-automl/issues/1277)) ([0cf6105](https://togithub.com/googleapis/java-automl/commit/0cf61055b1d89b658a513fcdf17ce2e9f72cc14f)) * Update dependency com.google.cloud:google-cloud-storage to v2.13.0 ([#1284](https://togithub.com/googleapis/java-automl/issues/1284)) ([0bec81a](https://togithub.com/googleapis/java-automl/commit/0bec81a5cdf62ebce1d12512488aa795aac7026e)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Hey all,
I am facing some issues with the google datastore sdk. It looks like some incompatibilities with packaged proto classes. The error I am seeing is:
java.lang.VerifyError: Bad return type Exception Details: Location: com/google/cloud/datastore/PathElement.toPb()Lcom/google/protobuf/GeneratedMessage; @4: areturn Reason: Type 'com/google/datastore/v1/Key$PathElement' (current frame, stack[0]) is not assignable to 'com/google/protobuf/GeneratedMessage' (from method signature) Current Frame: bci: @4 flags: { } locals: { 'com/google/cloud/datastore/PathElement' } stack: { 'com/google/datastore/v1/Key$PathElement' }
Has anyone seen that issue?
The text was updated successfully, but these errors were encountered: