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

Replace 3rd party jars and File based JDK by NIO #226

Open
fabiocarvalho777 opened this issue Aug 14, 2018 · 2 comments
Open

Replace 3rd party jars and File based JDK by NIO #226

fabiocarvalho777 opened this issue Aug 14, 2018 · 2 comments

Comments

@fabiocarvalho777
Copy link
Member

fabiocarvalho777 commented Aug 14, 2018

Many TUs and TOs use 3rd party jars (like Guava, Apache Commons, and others), and also the JDK File, for IO operations. However, a few of those solutions are old, and even obsolete, and have poor performance. Besides that, using one single solution would promote standardization.

Having said that, this story is about replacing all of them by Java NIO, or as much as possible, if not possible to replace it entirely.

@radkrish
Copy link
Contributor

Are we targeting this request for Butterfly 3 release?

@fabiocarvalho777
Copy link
Member Author

@radkrish yes, notice the Milestone panel on the right.

@fabiocarvalho777 fabiocarvalho777 removed this from the 3.0.0 milestone Mar 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants