-
Notifications
You must be signed in to change notification settings - Fork 81
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
Dependency Updates #2794
Dependency Updates #2794
Conversation
It looks like the license check is failing
because this additional is needed:
I wonder if that dependency was intentionally introduced... |
Probably not, as usually these annotations are only needed for compilation but not at runtime, but who knows... |
I don't think so, annotations should either be not imported (e.g. only source or class retention) or imported optional (e.g. runtime retention). |
I already updated Orbit. Maybe I should back level this back out of Orbit before it ends up in a milestone. |
See
as gson is in "maintenance mode" I'm not sure if something happens without providing a PR, also not sure how early we can expect a new release. |
So what action will the Platform take on this issue? I need to know what to do in Orbit... |
That is not same as |
Yes, of course it's not. I'm just highlighting the changes from the previous version and the new version. I see no uses declaration for packages that might come from that new dependency... |
I believe including |
6014c1f
to
8b1fd76
Compare
8b1fd76
to
fb85e7b
Compare
2.12.1 with the fixed dependency is released |
That took quite some convincing. Thanks guys! |
Please review the changes and merge if appropriate, or cherry pick individual updates.