[jbosstools-issues] [JBoss JIRA] (JBIDE-18270) Better support for ShrinkWrap API in Generate Deployment

Snjezana Peco (JIRA) issues at jboss.org
Fri Sep 26 07:16:02 EDT 2014


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

Snjezana Peco reassigned JBIDE-18270:
-------------------------------------

    Assignee: Snjezana Peco


> Better support for ShrinkWrap API in Generate Deployment
> --------------------------------------------------------
>
>                 Key: JBIDE-18270
>                 URL: https://issues.jboss.org/browse/JBIDE-18270
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: testing-tools
>    Affects Versions: 4.2.0.CR1
>            Reporter: Aslak Knutsen
>            Assignee: Snjezana Peco
>            Priority: Minor
>             Fix For: 4.2.1.Final
>
>
> When doing 'add dependent' classes to 'generate deployment method' is performed; 
> How about grouping each dependent class for the same package in a addClasses(X, Y) instead of using addClass on all individually. Just makes the Deployment a bit more visually 'appealing'. In theory addClasses could be more optimized when adding multiple in one call.
> {code}
> org.test.a.X
> org.test.a.Y
> org.test.b.Z
> .addClasses(X, Y)
> .addClass(Z)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jbosstools-issues mailing list