We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://jira.grails.org/browse/GRAILS-11801, grails-plugins/grails-rest-client-builder#34
The text was updated successfully, but these errors were encountered:
Is this related to grails-data-mapping?
Sorry, something went wrong.
The class causing the issue (grails.plugins.rest.client.RestBuilder) is in this repository.
The problem is caused by using the RestBuilder constructor, custom configuration will then be overridden:
https://github.com/grails/grails-data-mapping/blob/master/grails-datastore-rest-client/src/main/groovy/grails/plugins/rest/client/RestBuilder.groovy#L58
No branches or pull requests
See https://jira.grails.org/browse/GRAILS-11801, grails-plugins/grails-rest-client-builder#34
The text was updated successfully, but these errors were encountered: