Use varargs equivalents for deprecated JdbcTemplate signatures
** org.openrewrite.java.spring.framework.JdbcTemplateObjectArrayArgToVarArgs** JdbcTemplate signatures with Object[] arguments are deprecated, in favor of their existing varargs equivalents.
This recipe has no required configuration options and can be activated directly after taking a dependency on org.openrewrite.recipe:rewrite-spring:4.22.0 in your build file:
Recipes can also be activated directly from the command line by adding the argument -Drewrite.activeRecipesorg.openrewrite.java.spring.framework.JdbcTemplateObjectArrayArgToVarArgs