grails-plugins/grails-rest-client-builder

Grails 2.4.3 , restbuilder is not injected, create new object to make request

Opened this issue · 1 comments

I am using grails version 2.4.3. I installed plugin and tried to inject RestBuilder with RestBuilder restBuilder or just with def restBuilder, does not seem to be working. I had to create a new object for it. Shouldn't it be injected as a service ?

me too , grails 2.4.4, no source code in plugins