Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-473

DeployableContainer should not be restricted to only deploy Descriptors or Archives

XMLWordPrintable

      To open up for more specialized Containers we should support some type of 'WildCard' Deploy.

      Possible by having a Annotation driven DeployableContainer, e.g.

      @Deploy
      public ReturnTypeToExposeInDeployContext xxx(MyContainerSupported type);
      
      @UnDeploy
      public void xxx(MyContainerSupported type);
      
      

      This will let us e.g. deploy Files/ Images etc directly for non Java/EE type Containers.

            Unassigned Unassigned
            aslak@redhat.com Aslak Knutsen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: