Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

QueryDslPredicateExecutor not found in spring data commons 2.0.4

I spent hours to find QueryDslPredicateExecutor in spring data. Why it is called QueryDslPredicateExecutor in docs an blogs but QuerydslPredicateExecutor (small D!) in artifact 2.0.4.RELEASE? In which versions it is correct?

like image 513
user1722245 Avatar asked Mar 01 '18 06:03

user1722245


1 Answers

It renamed from QueryDslPredicateExecutor to QuerydslPredicateExecutor in 2.x.

see https://github.com/spring-projects/spring-data-commons/commit/9c6f764131ab27b5d81e3f84c028965803afa6b9

like image 61
Sutra Avatar answered Sep 18 '22 06:09

Sutra