grails-plugins / grails-rest-client-builder

REST client plugin that uses Spring's RestTemplate
http://grails.org/plugin/rest-client-builder
Apache License 2.0
65 stars 32 forks source link

Jackson dependency version #26

Closed benorama closed 10 years ago

benorama commented 10 years ago

Does this plugin depends on Jackson? If it does, which version?

It looks like it conflicts with AWS SDK Plugin because of Jackson lib, since version 2: https://github.com/agorapulse/grails-aws-sdk/issues/25

Any suggestion?

mortizbey commented 10 years ago

I have the same issue. Can't make aws-sdk plugin work with the client-builder plugin.

mortizbey commented 10 years ago

Ok I think I found the problem. It is described in this JIRA request along with the proposed solution for the grails-rest-client-builder plugin. The problem is that when the grails-rest-client-builder plugin detects Jackson in the app's clathpath, it does not work for some reason. Any help in pulling this fix into the grails-data-mapping repo will be greatly appreciated!

graemerocher commented 10 years ago

send a pull request please

mortizbey commented 10 years ago

Graeme ,since this is a wrapper on top of grails-data-mapping the pull request is on its repo here. If that doesn't work let me know to submit it here, I just wanted the original submitter to get the credit.

mortizbey commented 10 years ago

Hi, do you still need the pull request?

graemerocher commented 10 years ago

I released 2.0.3 with this fixed