Skip to content

Commit 37648c8

Browse files
authored
Unbean couchbaseObjectMapper(). (#1240)
Closes #1209.
1 parent 4f4ee5b commit 37648c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/springframework/data/couchbase/config/AbstractCouchbaseConfiguration.java

-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ public CouchbaseMappingContext couchbaseMappingContext(CustomConversions customC
301301
* @return ObjectMapper
302302
*/
303303

304-
@Bean
305304
public ObjectMapper couchbaseObjectMapper() {
306305
ObjectMapper mapper = new ObjectMapper();
307306
mapper.configure(com.fasterxml.jackson.databind.DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false);

0 commit comments

Comments
 (0)