Skip to content
New issue

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

Remove usages of deprecated Files.createTempDir #6908

Closed
4 tasks
findepi opened this issue Feb 16, 2021 · 5 comments · Fixed by #10313
Closed
4 tasks

Remove usages of deprecated Files.createTempDir #6908

findepi opened this issue Feb 16, 2021 · 5 comments · Fixed by #10313
Labels
good first issue Good for newcomers maintenance Project maintenance task

Comments

@findepi
Copy link
Member

findepi commented Feb 16, 2021

com.google.common.io.Files#createTempDir is deprecated.
java.nio.file.Files#createTempDirectory should be used instead.

@findepi findepi added good first issue Good for newcomers maintenance Project maintenance task labels Feb 16, 2021
@vaibhavkhanduja
Copy link

vaibhavkhanduja commented Feb 18, 2021

@findepi as a newbie .. can I take a look at this?

@findepi
Copy link
Member Author

findepi commented Feb 19, 2021

@vaibhavkhanduja absolutely, go for it!

since i think there are multiple occurrences of the deprecated function, i recommend to do this in steps.
Fix a couple, do a PR. Then fix another couple. Small PRs are best to work with.

@hguercan
Copy link
Member

hguercan commented May 2, 2021

Started also working on this issue since its open since 19 Feb. Hope this is fine.

@ebyhr
Copy link
Member

ebyhr commented May 7, 2021

@findepi Do we update modernizer configuration in this issue?

@mohitsaxenaknoldus
Copy link

Can I be assigned to it? I can do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers maintenance Project maintenance task
Development

Successfully merging a pull request may close this issue.

5 participants