[3.3.5] : From [3.3.2] until [3.3.5] a JpaSystemException is appearing in my Spring Batch project #42946
Labels
for: external-project
For an external project and not something we can fix
status: invalid
An issue that we don't feel is valid
Hello,
I have a [3.3.1] Spring boot project and i use Spring Batch(I am letting Spring boot handling the versions of my dependencies except the ones it can't handle like MapStruct for example).
I want to upgrade my project to 3.3.5 and i had an issue where i had this error out of nowhere [org.springframework.orm.jpa.JpaSystemException: A problem occurred in the SQL executor : JDBC parameter value not bound - null] and [Caused by: org.hibernate.sql.exec.ExecutionException: A problem occurred in the SQL executor : JDBC parameter value not bound - null]
This happens when my repository methodName is executed by the RepositoryItemReader.
Before, continuing i will provide you with an image that shows that i provide all of the parameters for the method and that i can only see them at the version [3.3.1] but not in all the upper versions[3.3.2] and beyond.
This is an example of the definition of the method in question :
This image is for Spring boot [3.3.1] and down :
This image is for spring boot [3.3.2] and up :
I do suspect the pagination and i mean by that the first argument in the request
Here are more images of the exception because i tried to debug to understand a little bit what's happening :
The text was updated successfully, but these errors were encountered: