Commit a91f32d1 authored by Andy Wilkinson's avatar Andy Wilkinson

Temporarily work around breaking API change in Spring Data Couchbase

See gh-25002
parent d922d0f8
/* /*
* 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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -72,7 +72,6 @@ class CouchbaseDataConfiguration { ...@@ -72,7 +72,6 @@ class CouchbaseDataConfiguration {
mappingContext mappingContext
.setFieldNamingStrategy((FieldNamingStrategy) BeanUtils.instantiateClass(fieldNamingStrategy)); .setFieldNamingStrategy((FieldNamingStrategy) BeanUtils.instantiateClass(fieldNamingStrategy));
} }
mappingContext.setAutoIndexCreation(properties.isAutoIndex());
return mappingContext; return mappingContext;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment