8000 Update Guava to 15.0 by WonderCsabo · Pull Request #981 · androidannotations/androidannotations · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Conversation

@WonderCsabo
Copy link
Member

Needed change to integrate with parceler. See the conversation in #977 and the commit message for more details.

We want to integrate Parceler, but we ran into a problem. The Guava
version used by Parceler is 15.0, but our pom is declaring the 13.0.1
version. Because of this when using Parceler in conjunction with AA,
the older Guava dependency is resolved, witch results in problems,
since Parceler needs the new classes introduced since 13.0.1.

This commit addresses this issue by simply updating the Guava version to
15.0. This is enough because our code do not uses any classes which are
changed since 13.0.1.
@johncarl81
Copy link
Contributor

👍

DayS added a commit that referenced this pull request May 5, 2014
@DayS DayS merged commit f5aae7d into androidannotations:develop May 5, 2014
@WonderCsabo WonderCsabo deleted the 977_updateGuava branch May 5, 2014 07:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

0