[
https://issues.apache.org/jira/browse/TOMEE-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16723286#comment-16723286
]
ASF GitHub Bot commented on TOMEE-2301:
---------------------------------------
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 <[email protected]>
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 <[email protected]>
----
> Concurrency utilities example
> -----------------------------
>
> Key: TOMEE-2301
> URL: https://issues.apache.org/jira/browse/TOMEE-2301
> Project: TomEE
> Issue Type: Improvement
> Components: Examples and Documentation
> Affects Versions: 8.0.0-M2
> Reporter: Bruno Baptista
> Priority: Major
> Labels: concurrency, examples, pull-request-available
>
> This is an example to demontrate the Concurrency Utilities introduced in JEE7:
> [https://docs.oracle.com/javaee/7/tutorial/concurrency-utilities.htm#top]
> It will use CompletableFutures.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)