Closed as not planned
Closed as not planned
Description
Hello,
I have a problem using JpaSpecificationExecutor.delete using a Specification Object
I'm using Kotlin and the @nullable on top of the toPredicate function of Specification used line 477 with the null parameter of query seemed to be the problem
java.lang.NullPointerException: Parameter specified as non-null is null: ... at org.springframework.data.jpa.repository.support.SimpleJpaRepository.delete(SimpleJpaRepository.java:477)