Kai

Results 9 comments of Kai

This might explain our current issue using an `@Procedure` annotation with a number of parameters where one is nullable, and we suddenly get a Bind value issue. Using V2.7.2

is this still broken with 2.7.3? we downgraded to 2.6.8, waiting for the fix.

Yes, I understood that with the annotation processor, and I added the processor dependency to the gradle build script according to the instructions. Still, I do not see anything trying...

I cannot turn them to Java as it is company property and policy is to write Kotlin code... but I might have some time experimenting about the annotation processing in...

Thank you for that analysis, but can you do one for what happened between 2.6.8 and 2.7.0? It was working and then not anymore. On Fri, 16 Dec 2022 at...

@gregturn We still have this issue. Here a stack trace: ``` org.springframework.dao.InvalidDataAccessApiUsageException: Bind value [org.hibernate.jpa.TypedParameterValue@2cff35e7] was not of specified type [class java.lang.String; nested exception is java.lang.IllegalArgumentException: Bind value [org.hibernate.jpa.TypedParameterValue@2cff35e7] was...

Seems like there is a dependency mismatch. Using springboot-starter-data-jpa 2.7.8 it works, and it has the transient dependency to spring-data-jpa 2.7.7.

Just found this after logging my issue (https://github.com/spring-projects/spring-data-jpa/issues/2709)

does that still work for SpringBoot 3 and Spring Data JPA 3?