[shrinkwrap-issues] [JBoss JIRA] (SHRINKWRAP-479) Use default file ending for Archives with defined name

Thorben Janssen (JIRA) issues at jboss.org
Thu Mar 20 09:30:10 EDT 2014


Thorben Janssen created SHRINKWRAP-479:
------------------------------------------

             Summary: Use default file ending for Archives with defined name
                 Key: SHRINKWRAP-479
                 URL: https://issues.jboss.org/browse/SHRINKWRAP-479
             Project: ShrinkWrap
          Issue Type: Feature Request
            Reporter: Thorben Janssen


If the name of an ShrinkWrap archive is defined during creation, the name has to include the correct file ending to ensure correct deployment in the container, e.g.:
ShrinkWrap.create(EnterpriseArchive.class, "MyArchive.ear");

In most of the cases the file ending is the default file ending of the specified archive type. In these cases there is no need to specify the obvious and it is just a source of error.

Suggested change:
- Archive implementation defines default file ending
- default file ending is added to the specified archive name by default (if it does not match the end of the specified name)
- add additional method to support archives with none standard file endings, e.g.: ShrinkWrap.create(Class<T> type, String archiveName, boolean useDefaultFileEnding)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the shrinkwrap-issues mailing list