-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 unnecessarry code from the generator to decrease the JAR size #65
Comments
Removing the commons-io dependency from the generator might require several hours of work to implement proper file I/O manually (file search, file read, etc.), exposing a new risk of introducing new bugs, and over-complicating the code. It will make the produced JAR only 180 KB smaller. My opinion is that's not worth doing it, but what do you think? |
It's only used in the generator, right? On Fri, Nov 30, 2012 at 12:37 PM, Nikolche Mihajlovski <
|
Right, only in the generator. |
Let's leave it for now, but keep it on the list for future enhancement. |
Some dependencies should be removed from the generator module, to decrease the total JAR size,
The text was updated successfully, but these errors were encountered: