Skip to content
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.

Jackson 1 dependency in Jackson2SpringAndroidSpiceService #80

Closed
LilPickle3000 opened this issue Mar 29, 2013 · 1 comment
Closed

Jackson 1 dependency in Jackson2SpringAndroidSpiceService #80

LilPickle3000 opened this issue Mar 29, 2013 · 1 comment
Assignees
Labels
Milestone

Comments

@LilPickle3000
Copy link

Line 21 of the Jackson2SpringAndroidSpiceService class adds incorrect persister, making an unnecessary dependency on Jackson 1. Currently reads in master branch:
cacheManager.addPersister(new com.octo.android.robospice.persistence.springandroid.json.jackson.JacksonObjectPersisterFactory(application));

Should read:
cacheManager.addPersister(new com.octo.android.robospice.persistence.springandroid.json.jackson2.Jackson2ObjectPersisterFactory(application));

I could be mistaken, I'm still crawling my way through this excellent library :)

@ghost ghost assigned stephanenicolas Mar 30, 2013
@stephanenicolas
Copy link
Owner

Thank you finding this bug. Patch has been added to master branch and will be released in 1.4.1.

stephanenicolas added a commit that referenced this issue Mar 30, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants