]
Antonio Goncalves updated FORGE-2412:
-------------------------------------
Labels: Starter (was: )
Being able to setup Java EE concurrency
---------------------------------------
Key: FORGE-2412
URL:
https://issues.jboss.org/browse/FORGE-2412
Project: Forge
Issue Type: Sub-task
Components: Java EE
Affects Versions: 2.17.0.Final
Reporter: Antonio Goncalves
Labels: Starter
Fix For: 2.x Future
The concurrency specification has been added to Java EE 7. It would be good to be able to
set it up with the following command :
{code}
concurrency-setup
{code}
For the moment only the 1.0 version is available but for future customization, it would
be good to have a {{concurrencyVersion}} to the command :
{code}
concurrency-setup --concurrencyVersion 1.0
{code}
This would add the following dependency to the {{pom.xml}} :
{code}
<dependency>
<groupId>org.jboss.spec.javax.enterprise.concurrent</groupId>
<artifactId>jboss-concurrency-api_1.0_spec</artifactId>
<scope>provided</scope>
</dependency>
{code}