GitHub user brunobat opened a pull request: https://github.com/apache/tomee/pull/289
[Work in Progress] TOMEE-2301 Concurrency utilities example This is the second part of the example. Adding a thread factory. Will improve the example by using countdown latch. You can merge this pull request into a Git repository by running: $ git pull https://github.com/brunobat/tomee executor-example Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tomee/pull/289.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #289 ---- commit 92b291b1d652734fbd87c75d76eeae8d95d0617c Author: brunobat <brunobat@...> Date: 2018-12-17T11:30:16Z TOMEE-2301 - Add ThreadFactory example Signed-off-by: brunobat <bruno...@gmail.com> commit 2c6ce4ac6c71af538b1f9107e7584e4dc4aa42e2 Author: brunobat <brunobat@...> Date: 2018-12-17T19:11:22Z Merge remote-tracking branch 'upstream/master' into executor-example commit ab1de6cb4b3f4d2c51bb24f3340910a83e5fffbe Author: brunobat <brunobat@...> Date: 2018-12-17T19:23:08Z TOMEE-2301 - Add javadoc and a TODO Signed-off-by: brunobat <bruno...@gmail.com> ---- ---