[forge-issues] [JBoss JIRA] (FORGE-2412) Being able to setup Java EE concurrency

George Gastaldi (JIRA) issues at jboss.org
Mon Mar 14 15:28:00 EDT 2016


     [ https://issues.jboss.org/browse/FORGE-2412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Gastaldi closed FORGE-2412.
----------------------------------
    Fix Version/s: 3.0.0.Final
                       (was: 3.x Future)
         Assignee: George Gastaldi
       Resolution: Done


> 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
>            Assignee: George Gastaldi
>              Labels: Starter
>             Fix For: 3.0.0.Final
>
>
> 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}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the forge-issues mailing list