[
https://issues.apache.org/jira/browse/TOMEE-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16705003#comment-16705003
]
ASF GitHub Bot commented on TOMEE-2301:
---------------------------------------
Github user cesarhernandezgt commented on a diff in the pull request:
https://github.com/apache/tomee/pull/223#discussion_r237923742
--- Diff: examples/concurrency-utils/pom.xml ---
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.superbiz</groupId>
+ <artifactId>concurrency-utils</artifactId>
--- End diff --
Does concurrency-utils actually involve future?
When I read concurrency I think in something like this:
https://docs.oracle.com/javase/tutorial/essential/concurrency/index.html
My 2 cents fro the name: asynch-utils
> 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-Final
> 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)