Open
Description
Describe the bug
The default function of a JpaRepository deleteInBatch
is not working.
io.quarkus.spring.data.runtime.FunctionalityNotImplemented: Method deleteInBatch of class ... from Spring Data has not yet been implemented
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
Create any Spring JpaRepository and call deleteInBatch
.
Output of uname -a
or ver
No response
Output of java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.2.2.Final
Build tool (ie. output of mvnw --version
or gradlew --version
)
No response
Additional information
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment