Should StringFormatted really be part of org.openrewrite.java.migrate.UpgradeToJava17?
It feels a bit too opinionated to me. String.format() isn't deprecated, and replacing it by "".formatted() doesn't always lead to more readable code.
Given that it's basically impossible to exclude a single recipe, maybe it could be removed from UpgradeToJava17?