Skip to content

Commit

Permalink
Temporarily work around breaking API change in Spring Data Couchbase
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Feb 17, 2021
1 parent d922d0f commit a91f32d
Showing 1 changed file with 1 addition and 2 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2020 the original author or authors.
* Copyright 2012-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -72,7 +72,6 @@ CouchbaseMappingContext couchbaseMappingContext(CouchbaseDataProperties properti
mappingContext
.setFieldNamingStrategy((FieldNamingStrategy) BeanUtils.instantiateClass(fieldNamingStrategy));
}
mappingContext.setAutoIndexCreation(properties.isAutoIndex());
return mappingContext;
}

Expand Down

0 comments on commit a91f32d

Please sign in to comment.