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

2.9 snapshots ship with byte code level 58 #3392

Closed
1 of 3 tasks
yigit opened this issue May 16, 2020 · 0 comments · Fixed by #3393
Closed
1 of 3 tasks

2.9 snapshots ship with byte code level 58 #3392

yigit opened this issue May 16, 2020 · 0 comments · Fixed by #3393

Comments

@yigit
Copy link

yigit commented May 16, 2020

What kind of issue is this?

  • Question. This issue tracker is not the place for questions. If you want to ask how to do
    something, or to understand why something isn't working the way you expect it to, use Stack
    Overflow. https://stackoverflow.com/questions/tagged/retrofit

  • Bug report. If you’ve found a bug, spend the time to write a failing test. Bugs with tests
    get fixed. Here’s an example: https://gist.github.com/swankjesse/6608b4713ad80988cdc9

  • Feature Request. Start by telling us what problem you’re trying to solve. Often a solution
    already exists! Don’t send pull requests to implement new features without first getting our
    support. Sometimes we leave features out on purpose to keep the project small.

➜  retrofit-2.8.1 javap -v retrofit2.Retrofit\$Builder|grep major          
  major version: 52
➜  retrofit-2.9.SNAPSPOT javap -v retrofit2.Retrofit\$Builder|grep major         
  major version: 58

Based on the ASG thread, looks like snapshots are shipping w/ Java 1.4 byte code unintentionally.
It would be nice to get them back to 52 so that i can use snapshot version :)

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 a pull request may close this issue.

1 participant