user1722245
user1722245

Reputation: 2173

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?

Upvotes: 16

Views: 5273

Answers (1)

Sutra
Sutra

Reputation: 1005

It renamed from QueryDslPredicateExecutor to QuerydslPredicateExecutor in 2.x.

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

Upvotes: 40

Related Questions