Closed kaushalmall closed 8 years ago
ThreadPoolExecutor should be created with a min and max size of 1. Using the execute method you can schedule work to be processed in order. This is ideal compared to other alternatives because you can pause or abort scheduled work more easily on an executor than if you were rolling your own thread. Also, the executor stats can be used to generate progress statistics as well.
Also make sure your source and target version are 1.8 so that your IDE can offer refactoring and suggestions to make the most use from method references and lambda expressions.
@badvision look at this https://github.com/kaushalmall/aem-hotfix-installer/pull/20. Let me if this looks OK to merge
Should we close this issue now?
yeah. It's done. Closing it
@badvision looking for details from you on this one.