@Modifing not supported by vavr integration #26190
Labels
for: external-project
Needs a fix in external project
status: invalid
An issue that we don't feel is valid
I'm working with spring-boot 2.3.5.RELEASE and vavr 0.10.3 and I have this error when I try to invoke the method
disableEnabledCredentials()
defined in this way:Error: "Modifying queries can only use void or int/Integer as return type!"; nested exception is java.lang.IllegalArgumentException: Modifying queries can only use void or int/Integer as return type!
I know that vavr is supported by spring-data-jpa because I has using this features in other methods as
findByEnabled()
orsave()
.The support by vavr should't include @Modifying allowing return of Try or Try?
My pom includes:
The text was updated successfully, but these errors were encountered: