-
Feature Request
-
Resolution: Unresolved
-
Major
-
1.0.0.CR1
-
None
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.