Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consuming certain json breaks 2.X.X #45

Open
xavs opened this issue Nov 27, 2015 · 1 comment
Open

consuming certain json breaks 2.X.X #45

xavs opened this issue Nov 27, 2015 · 1 comment

Comments

@xavs
Copy link

xavs commented Nov 27, 2015

  • When using ":rest-client-builder:2.X.X",
    If you consume a json like the one in Docker API for https://docs.docker.com/engine/reference/api/docker_remote_api_v1.19/#inspect-a-container
    then the JSON converter gets broken and fails to convert domain classes, yielding a quite unexpected Exception
    org.apache.commons.lang.UnhandledException: org.codehaus.groovy.grails.web.converters.exceptions.ConverterException: Error converting Bean with class org.h2.jdbc.JdbcResultSet
  • When using ":rest-client-builder:1.0.3" it works
@thagul
Copy link

thagul commented Jan 22, 2016

Has anybody found a workaround or the reason of this error?

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

No branches or pull requests

2 participants