DATACOUCH-438 - Move off deprecations in Spring Data Commons.

Remove stray import IsNewStrategyFactory. This has been removed from commons and causing build failure.

Related ticket: DATACMNS-1496.
This commit is contained in:
Subhashni Balakrishnan
2019-03-13 10:51:47 -07:00
committed by Oliver Drotbohm
parent b254a82f24
commit e1e4385896
4 changed files with 12 additions and 14 deletions

View File

@@ -31,12 +31,11 @@ import org.springframework.data.config.ParsingUtils;
import org.springframework.data.couchbase.config.BeanNames;
import org.springframework.data.couchbase.core.mapping.CouchbaseMappingContext;
import org.springframework.data.couchbase.core.mapping.event.AuditingEventListener;
import org.springframework.data.support.IsNewStrategyFactory;
import org.springframework.util.Assert;
/**
* A support registrar that allows to set up auditing for Couchbase (including {@link AuditingHandler}
* and {@link IsNewStrategyFactory} set up). See {@link EnableCouchbaseAuditing} for the associated annotation.
* A support registrar that allows to set up auditing for Couchbase ({@link AuditingHandler} set up).
* See {@link EnableCouchbaseAuditing} for the associated annotation.
*
* @author Thomas Darimont
* @author Oliver Gierke