We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
com.google.common.base.Charsets
StandardCharsets
See : https://guava.dev/releases/20.0/api/docs/com/google/common/base/Charsets.html
Also openrewrite/rewrite-apache#4 and openrewrite/rewrite#1724
The text was updated successfully, but these errors were encountered:
for reference
rewrite-migrate-java/src/main/resources/META-INF/rewrite/apache-commons-io.yml
Line 45 in 79cb372
Sorry, something went wrong.
Joiner.on(delimiter).join(list)
String.join(delimiter, list)
I believe this is already covered by org.openrewrite.java.migrate.guava.PreferJavaNioCharsetStandardCharsets
Indeed; thanks for pointing that out! Fixed in
No branches or pull requests
See : https://guava.dev/releases/20.0/api/docs/com/google/common/base/Charsets.html
Also openrewrite/rewrite-apache#4 and openrewrite/rewrite#1724
The text was updated successfully, but these errors were encountered: