Skip to content

Commit 267b640

Browse files
committed
Disable Keyset pagination with projections for Eclipselink.
Eclipselink isn't using tuple queries so we cannot handle additional fields from the selection.
1 parent 159ecdf commit 267b640

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-data-jpa/src/test/java/org/springframework/data/jpa/repository/EclipseLinkUserRepositoryFinderTests.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,10 @@ void executesNotInQueryCorrectly() {}
3636
@Override
3737
void executesInKeywordForPageCorrectly() {}
3838

39+
@Disabled
40+
@Override
41+
void shouldProjectWithKeysetScrolling() {
42+
43+
}
44+
3945
}

0 commit comments

Comments
 (0)