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
that I think should be used instead. The property isn't necessary and circumvents application wide customization of the message converters present in the bean:
Right now the RepositoryRestMvcConfiguration uses the defaultMessageConverters property :
spring-data-rest/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/config/RepositoryRestMvcConfiguration.java
Line 776 in 56c271d
which is lazily loaded to all beans matching type HttpMessageConverter
spring-data-rest/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/config/RepositoryRestMvcConfiguration.java
Line 291 in 56c271d
However there is also a bean defined:
spring-data-rest/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/config/RepositoryRestMvcConfiguration.java
Line 798 in 56c271d
that I think should be used instead. The property isn't necessary and circumvents application wide customization of the message converters present in the bean:
spring-data-rest/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/config/RepositoryRestMvcConfiguration.java
Line 828 in 56c271d
The text was updated successfully, but these errors were encountered: