The QuerydslKeyValueRepository.findOne(Predicate predicate)` method throws Exception when Spring Boot application is run from command-line [DATAKV-237] #214
Labels
in: core
Issues in core support
status: declined
A suggestion or change that we don't feel we should currently apply
type: bug
A general bug
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: