Skip to content

Commit a91f32d

Browse files
committed
Temporarily work around breaking API change in Spring Data Couchbase
See gh-25002
1 parent d922d0f commit a91f32d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/couchbase/CouchbaseDataConfiguration.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2020 the original author or authors.
2+
* Copyright 2012-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -72,7 +72,6 @@ CouchbaseMappingContext couchbaseMappingContext(CouchbaseDataProperties properti
7272
mappingContext
7373
.setFieldNamingStrategy((FieldNamingStrategy) BeanUtils.instantiateClass(fieldNamingStrategy));
7474
}
75-
mappingContext.setAutoIndexCreation(properties.isAutoIndex());
7675
return mappingContext;
7776
}
7877

0 commit comments

Comments
 (0)