The Method QuerydslKeyValueRepository.findOne(Predicate predicate) throws exception when Spring boot application is run from command line [DATAKV-237]#214
I have created simple Spring Boot + Spring Data Key-Value + Querydsl application (https://github.com/suhotskiy/spring-data-keyvalue-querydsl-bug).
When I run: mvn spring-boot:run all works fine. But when the application is run from the command line: java -jar example-0.0.1-SNAPSHOT.jar the exception is raised:
Valerii Sukhotskyi opened DATAKV-237 and commented
I have created simple Spring Boot + Spring Data Key-Value + Querydsl application (https://github.com/suhotskiy/spring-data-keyvalue-querydsl-bug).
When I run: mvn spring-boot:run all works fine. But when the application is run from the command line: java -jar example-0.0.1-SNAPSHOT.jar the exception is raised:
Affects: 2.1.2 (Lovelace SR2)
Reference URL: https://github.com/suhotskiy/spring-data-keyvalue-querydsl-bug
The text was updated successfully, but these errors were encountered: