Files
spring-data-rest/spring-data-rest-webmvc
Oliver Gierke da5237538f DATAREST-617 - Fixed content negotiation for requests with Accept: application/*+json.
We now tweak the ProducesRequestConditions for repository controllers to implicitly declare a produces clause of application/*+json to make sure the more concrete produces declarations on methods creating the compact representation are only used as fallbacks.
2015-07-19 13:13:07 +02:00
..