Add support for Querydsl [DATACMNS-1849] #529
Labels
status: blocked
An issue that's blocked on an external project change
type: enhancement
A general enhancement
iron2414 opened DATACMNS-1849 and commented
Observed vs. expected behavior
When I'm trying to create a User repository, which is extending ReactiveCrudRepository and ReactiveQuerydslPredicateExecutor, then it says
If I remove the ReactiveQuerydslPredicateExecutor extension, then everything is working fine.
Steps to reproduce
User entity:
User repository:
pom.xml
application properties for database connection (xampp)
Environment
Querydsl version:
Database: Mysql, connecting with r2dbc.
JDK: 1.8.211
Affects: 2.3.6 (Neumann SR6)
The text was updated successfully, but these errors were encountered: