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

Updated dependency #2398

Closed
wants to merge 1 commit into from
Closed

Updated dependency #2398

wants to merge 1 commit into from

Conversation

vishalsingh2972
Copy link

@vishalsingh2972 vishalsingh2972 commented May 27, 2023

Solves issue #2310 as the issue occurs because the jsr250-api dependency is not compatible with the version of Java that we are using. The 1.0 version of the dependency is only compatible with Java 5 and earlier. The 1.0-20050927.133100 version of the dependency is compatible with Java 6 and later.

@google-cla
Copy link

google-cla bot commented May 27, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@Marcono1234
Copy link
Collaborator

Marcono1234 commented May 28, 2023

Could you please provide a bit more information about this?

  • is not compatible with the version of Java that we are using

    Which Java version are you using? Are you using Android? If so, does this occur on a real physical Android device or only on an emulator?

  • The 1.0 version of the dependency is only compatible with Java 5 and earlier. The 1.0-20050927.133100 version of the dependency is compatible with Java 6 and later.

    That would surprise me a bit because 1.0-20050927.133100 is two years older.

  • Why do you think this is related to jsr250-api in the first place? Could you please link to any resources (blog posts, GitHub issues, ...) which makes you think that. Or otherwise could you please create a minimal self-contained example which shows that jsr250-api is causing this.

  • The pom.xml you are editing belongs to gson-extras which is not published to Maven Central. I haven't seen any indication in java.lang.VerifyError #2310 that the reporter is using that.

Could you for completeness please also provide the full stack trace of the VerifyError you encounter?

@vishalsingh2972 vishalsingh2972 closed this by deleting the head repository May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants