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

StreamUtils not available in Grails 2.1.x #24

Closed lomain closed 10 years ago

lomain commented 10 years ago

rest-client-builder claims to be supported on Grails 2.0+. However, NullSafeStringHttpMessageConverter.groovy leverages the StreamUtils from Spring 3.2.2+. Grails 2.1.0 is built using Spring 3.1. Thus, I'm getting a ClassNotFoundException when running rest-client-builder on Grails 2.1.0.

graemerocher commented 10 years ago

I've updated the minimum version to 2.2