You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: