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

Jackson 2.1 #61

Closed
jcampbell05 opened this issue Mar 7, 2013 · 7 comments
Closed

Jackson 2.1 #61

jcampbell05 opened this issue Mar 7, 2013 · 7 comments
Milestone

Comments

@jcampbell05
Copy link

Please could you add support for Jackson 2.1 in the Spring Module.

@stephanenicolas
Copy link
Owner

Indeed all Spring Android Modules dependencies are optional. If you want to
use Jackson 2 with the SpringAndroid Module, just use it as a dependency
for maven (or libs folder for ant/adt) within your project. Be sure not
include the Jackson 1 dependency (or jars) and Spring Android will switch
to Jackson 2.

We made the jackson 2 dependency optional in the Spring Android Module and
added some support classes to create a Jackson2 based SpringAndroidService.

This all is in the master branch and will be released in version 1.4.1.

I don't close the issue as :

  • docs need to be updated
  • it would be nice to get a sample. Do you feel like writing one ? It
    should be easy if you start from the first spring android module sample and
    create a new one using jackson 2.

Thanks for this feature.

S.

2013/3/7 James Campbell notifications@github.com

Please could you add support for Jackson 2.1 in the Spring Module.


Reply to this email directly or view it on GitHubhttps://github.com//issues/61
.

Stéphane NICOLAS,
OCTO Technology
Développeur & Consultant Android / Java
..........................................................
50, Avenue des Champs-Elysées
75008 Paris
+33 (0)6.26.32.34.09
www.octo.com - blog.octo.com
www.usievents.com
...........................................................

@jcampbell05
Copy link
Author

I don't use maven yet but if there is a tutorial to switch over to it
that would be very useful :)

And awesome I will take a look and write a doc / a sample if I can get
it working.

On Sat Mar 9 10:53:41 2013, stephanenicolas wrote:

Indeed all Spring Android Modules dependencies are optional. If you
want to
use Jackson 2 with the SpringAndroid Module, just use it as a dependency
for maven (or libs folder for ant/adt) within your project. Be sure not
include the Jackson 1 dependency (or jars) and Spring Android will switch
to Jackson 2.

We made the jackson 2 dependency optional in the Spring Android Module
and
added some support classes to create a Jackson2 based
SpringAndroidService.

This all is in the master branch and will be released in version 1.4.1.

I don't close the issue as :

  • docs need to be updated
  • it would be nice to get a sample. Do you feel like writing one ? It
    should be easy if you start from the first spring android module
    sample and
    create a new one using jackson 2.

Thanks for this feature.

S.

2013/3/7 James Campbell notifications@github.com

Please could you add support for Jackson 2.1 in the Spring Module.


Reply to this email directly or view it on
GitHubhttps://github.com//issues/61
.

Stéphane NICOLAS,
OCTO Technology
Développeur & Consultant Android / Java
..........................................................
50, Avenue des Champs-Elysées
75008 Paris
+33 (0)6.26.32.34.09
www.octo.com - blog.octo.com
www.usievents.com
...........................................................


Reply to this email directly or view it on GitHub
#61 (comment).

@stephanenicolas
Copy link
Owner

A snapshot has been deployed on sonatype maven repo.
I also uploaded the jars to our internal repo for maven users :
https://github.com/octo-online/robospice/tree/repository/dependencies/1.4.1-SNAPSHOT/robospice-spring-android

Take all the needed jars, remove the unneeded ones and it should work.

Stéphane

2013/3/9 James Campbell notifications@github.com

I don't use maven yet but if there is a tutorial to switch over to it
that would be very useful :)

And awesome I will take a look and write a doc / a sample if I can get
it working.

On Sat Mar 9 10:53:41 2013, stephanenicolas wrote:

Indeed all Spring Android Modules dependencies are optional. If you
want to
use Jackson 2 with the SpringAndroid Module, just use it as a dependency
for maven (or libs folder for ant/adt) within your project. Be sure not
include the Jackson 1 dependency (or jars) and Spring Android will switch
to Jackson 2.

We made the jackson 2 dependency optional in the Spring Android Module
and
added some support classes to create a Jackson2 based
SpringAndroidService.

This all is in the master branch and will be released in version 1.4.1.

I don't close the issue as :

  • docs need to be updated
  • it would be nice to get a sample. Do you feel like writing one ? It

should be easy if you start from the first spring android module
sample and
create a new one using jackson 2.

Thanks for this feature.

S.

2013/3/7 James Campbell notifications@github.com

Please could you add support for Jackson 2.1 in the Spring Module.


Reply to this email directly or view it on
GitHubhttps://github.com//issues/61
.

Stéphane NICOLAS,
OCTO Technology

Développeur & Consultant Android / Java
..........................................................
50, Avenue des Champs-Elysées
75008 Paris
+33 (0)6.26.32.34.09
www.octo.com - blog.octo.com
www.usievents.com
...........................................................


Reply to this email directly or view it on GitHub
<
https://github.com/octo-online/robospice/issues/61#issuecomment-14661226>.


Reply to this email directly or view it on GitHubhttps://github.com//issues/61#issuecomment-14662366
.

Stéphane NICOLAS,
OCTO Technology
Développeur & Consultant Android / Java
..........................................................
50, Avenue des Champs-Elysées
75008 Paris
+33 (0)6.26.32.34.09
www.octo.com - blog.octo.com
www.usievents.com
...........................................................

@stephanenicolas
Copy link
Owner

typo : also uploaded the jars to our internal repo for maven users :
--->for non maven users
*
*
S.

2013/3/9 Stéphane Nicolas snicolas@octo.com

A snapshot has been deployed on sonatype maven repo.
I also uploaded the jars to our internal repo for maven users :

https://github.com/octo-online/robospice/tree/repository/dependencies/1.4.1-SNAPSHOT/robospice-spring-android

Take all the needed jars, remove the unneeded ones and it should work.

Stéphane

2013/3/9 James Campbell notifications@github.com

I don't use maven yet but if there is a tutorial to switch over to it
that would be very useful :)

And awesome I will take a look and write a doc / a sample if I can get
it working.

On Sat Mar 9 10:53:41 2013, stephanenicolas wrote:

Indeed all Spring Android Modules dependencies are optional. If you
want to
use Jackson 2 with the SpringAndroid Module, just use it as a dependency
for maven (or libs folder for ant/adt) within your project. Be sure not
include the Jackson 1 dependency (or jars) and Spring Android will
switch
to Jackson 2.

We made the jackson 2 dependency optional in the Spring Android Module
and
added some support classes to create a Jackson2 based
SpringAndroidService.

This all is in the master branch and will be released in version 1.4.1.

I don't close the issue as :

  • docs need to be updated
  • it would be nice to get a sample. Do you feel like writing one ? It

should be easy if you start from the first spring android module
sample and
create a new one using jackson 2.

Thanks for this feature.

S.

2013/3/7 James Campbell notifications@github.com

Please could you add support for Jackson 2.1 in the Spring Module.


Reply to this email directly or view it on
GitHubhttps://github.com//issues/61
.

Stéphane NICOLAS,
OCTO Technology

Développeur & Consultant Android / Java
..........................................................
50, Avenue des Champs-Elysées
75008 Paris
+33 (0)6.26.32.34.09
www.octo.com - blog.octo.com
www.usievents.com
...........................................................


Reply to this email directly or view it on GitHub
<
#61 (comment)
.


Reply to this email directly or view it on GitHubhttps://github.com//issues/61#issuecomment-14662366
.

Stéphane NICOLAS,
OCTO Technology
Développeur & Consultant Android / Java
..........................................................
50, Avenue des Champs-Elysées
75008 Paris
+33 (0)6.26.32.34.09
www.octo.com - blog.octo.com
www.usievents.com
...........................................................

Stéphane NICOLAS,
OCTO Technology
Développeur & Consultant Android / Java
..........................................................
50, Avenue des Champs-Elysées
75008 Paris
+33 (0)6.26.32.34.09
www.octo.com - blog.octo.com
www.usievents.com
...........................................................

@stephanenicolas
Copy link
Owner

Docs have been updated on wiki to take Jackson2 into account when using the Spring Android module.

@jcampbell05
Copy link
Author

Thank you :) I'll take a look

On Sat Mar 9 23:51:36 2013, stephanenicolas wrote:

Docs have been updated on wiki to take Jackson2 into account when
using the Spring Android module.


Reply to this email directly or view it on GitHub
#61 (comment).

@stephanenicolas
Copy link
Owner

Answered on sof.
Le 11 mars 2014 18:02, "NammariVIP" notifications@github.com a écrit :

http://stackoverflow.com/questions/22331514/using-robospice-with-jackson2-and-spring

Reply to this email directly or view it on GitHubhttps://github.com//issues/61#issuecomment-37320822
.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants