Skip to content

Commit 3d8ee67

Browse files
GH-2162 - Remove usage of deprecated Spring Data Commons API.
This closes #2162.
1 parent 8fe7b21 commit 3d8ee67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/springframework/data/neo4j/repository/query/SimpleQueryByExampleExecutor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import org.springframework.data.neo4j.core.mapping.CypherGenerator;
2727
import org.springframework.data.neo4j.core.mapping.Neo4jMappingContext;
2828
import org.springframework.data.repository.query.QueryByExampleExecutor;
29-
import org.springframework.data.repository.support.PageableExecutionUtils;
29+
import org.springframework.data.support.PageableExecutionUtils;
3030

3131
import java.util.List;
3232
import java.util.Optional;

src/main/java/org/springframework/data/neo4j/repository/support/SimpleNeo4jRepository.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import org.springframework.data.neo4j.core.mapping.Neo4jPersistentProperty;
3535
import org.springframework.data.neo4j.repository.query.CypherAdapterUtils;
3636
import org.springframework.data.repository.PagingAndSortingRepository;
37-
import org.springframework.data.repository.support.PageableExecutionUtils;
37+
import org.springframework.data.support.PageableExecutionUtils;
3838
import org.springframework.stereotype.Repository;
3939
import org.springframework.transaction.annotation.Transactional;
4040

0 commit comments

Comments
 (0)