Fix missing nullability in JdbcTemplate.batchUpdate#37012
Conversation
Updated batchUpdate method signatures to allow nullable Object arrays. Fixes spring-projects#37011 37011 Signed-off-by: Chris <[email protected]>
|
@alshain The build seems to be broken by this change, could you please double check locally? |
|
Thanks for the near instant reply @sdeleuze . Unfortuntely, our corporate proxy setup would have me chnage everything to our Nexus, that seems infeasible. I've taken a guess at the needed local nullability annotations. Could you trigger the build again? |
|
I am running another build on the CI to check. All commits must include a Signed-off-by trailer at the end of each commit message, see https://github.com/spring-projects/spring-framework/blob/main/CONTRIBUTING.md#submit-a-pull-request for more details. Maybe squash the 2 commits to a single one with the required trailer and force-push? |
|
Still broken, I think you should find a way to run the test locally. |
|
@sdeleuze I'll try to do it at home, there it should be no problem. |
|
I am currently merging various PRs, so don't bother, I will take it from there and refine. |
|
Also note that I will modify your contribution to use |
Updated batchUpdate method signatures to allow nullable Object arrays. See spring-projectsgh-37012 Signed-off-by: Chris <[email protected]>
Updated batchUpdate method signatures to allow nullable Object arrays.
Fixes #37011