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

GRAILS-11801 RestBuilder destroys custom response renderers #536

Closed
tcrossland opened this issue Jun 8, 2015 · 3 comments
Closed

GRAILS-11801 RestBuilder destroys custom response renderers #536

tcrossland opened this issue Jun 8, 2015 · 3 comments
Milestone

Comments

@tcrossland
Copy link
Contributor

See https://jira.grails.org/browse/GRAILS-11801, grails-plugins/grails-rest-client-builder#34

@jeffscottbrown
Copy link
Member

Is this related to grails-data-mapping?

@tcrossland
Copy link
Contributor Author

The class causing the issue (grails.plugins.rest.client.RestBuilder) is in this repository.

@tcrossland
Copy link
Contributor Author

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

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

3 participants