Skip to content

Commit 0d76b47

Browse files
committed
Document OpenFeign Querydsl support.
Closes #3236
1 parent 33befea commit 0d76b47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/antora/modules/ROOT/pages/repositories/core-extensions.adoc

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Currently, most of the integration is targeted towards Spring MVC.
99

1010
http://www.querydsl.com/[Querydsl] is a framework that enables the construction of statically typed SQL-like queries through its fluent API.
1111

12+
NOTE: Querydsl maintenance has slowed down to a point where the community has forked the project under OpenFeign at https://github.com/OpenFeign/querydsl (groupId `io.github.openfeign.querydsl`).
13+
Spring Data supports the fork on a best-effort basis.
14+
1215
Several Spring Data modules offer integration with Querydsl through `QuerydslPredicateExecutor`, as the following example shows:
1316

1417
.QuerydslPredicateExecutor interface

0 commit comments

Comments
 (0)