Switch order of "path" and "source" in Archive.merge
----------------------------------------------------
Key: SHRINKWRAP-61
URL: https://jira.jboss.org/jira/browse/SHRINKWRAP-61
Project: ShrinkWrap
Issue Type: Task
Components: api, impl-base
Reporter: Andrew Lee Rubinger
Switch:
T merge(Path path, Archive<?> source) throws IllegalArgumentException;
...to:
T merge(Archive<?> source, Path path) throws IllegalArgumentException;
...to match:
T merge(Archive<?> source) throws IllegalArgumentException;
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Switch order of "asset" and "name" arguments in Archive
-------------------------------------------------------
Key: SHRINKWRAP-60
URL: https://jira.jboss.org/jira/browse/SHRINKWRAP-60
Project: ShrinkWrap
Issue Type: Task
Components: api, impl-base
Reporter: Andrew Lee Rubinger
For consistency.
T add(Path target, String name, Asset asset) throws IllegalArgumentException;
...should be:
T add(Path target, Asset asset, String name) throws IllegalArgumentException;
...to match:
T add(Path target, Asset asset) throws IllegalArgumentException;
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Move *ContainerBase classes down to impl.base.spec package
----------------------------------------------------------
Key: SHRINKWRAP-69
URL: https://jira.jboss.org/jira/browse/SHRINKWRAP-69
Project: ShrinkWrap
Issue Type: Task
Reporter: Aslak
Assignee: Aslak
Fix For: 1.0.0-beta-1
The Container Base classes should be in same package as the Container impls
Move :
WebContainerBase
ResourceAdapterContainerBase
EnterpriseContainerBase
to: org.jboss.shrinkwrap.impl.base.spec
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Remove ArchiveFactory and friends
---------------------------------
Key: SHRINKWRAP-68
URL: https://jira.jboss.org/jira/browse/SHRINKWRAP-68
Project: ShrinkWrap
Issue Type: Task
Reporter: Aslak
Assignee: Aslak
Fix For: 1.0.0-beta-1
The old ArchiveFactory can be deleted, it's been replaced by the Archives factory and Specializer API (SHRINKWRAP-50)
ArchiveFactory
EnterpriseArchiveFactory
EnterpriseArchiveFactoryImpl
WebArchiveFactory
WebArchiveFactoryImpl
JavaArchiveFactory
JavaArchiveFactoryImpl
ResourceAdapterArchiveFactory
ResourceAdapterFactoryImpl
EnterpriseArchiveFactory
EnterpriseArchiveFactoryImpl
FactoryUtil
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[ https://jira.jboss.org/jira/browse/SHRINKWRAP-7?page=com.atlassian.jira.p... ]
Aslak updated SHRINKWRAP-7:
---------------------------
Summary: Create a Zip Import API (was: Create a Import API)
> Create a Zip Import API
> -----------------------
>
> Key: SHRINKWRAP-7
> URL: https://jira.jboss.org/jira/browse/SHRINKWRAP-7
> Project: ShrinkWrap
> Issue Type: Feature Request
> Reporter: Aslak
> Assignee: Aslak
> Priority: Minor
> Fix For: 1.0.0-beta-1
>
>
> Usecase: Need to add my own descriptors/jars to a third party jar/war.
> It would be nice to be able to load/import an existing file as a Spec.
> ie:
> WebArchive war = Zip.import(WebArchive.class, new File("thirdparty.war"));
> war.addWebResource()
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[ https://jira.jboss.org/jira/browse/SHRINKWRAP-7?page=com.atlassian.jira.p... ]
Aslak resolved SHRINKWRAP-7.
----------------------------
Resolution: Done
Created a ZipImporter based on the Specializer API
> Create a Import API
> -------------------
>
> Key: SHRINKWRAP-7
> URL: https://jira.jboss.org/jira/browse/SHRINKWRAP-7
> Project: ShrinkWrap
> Issue Type: Feature Request
> Reporter: Aslak
> Assignee: Aslak
> Priority: Minor
> Fix For: 1.0.0-beta-1
>
>
> Usecase: Need to add my own descriptors/jars to a third party jar/war.
> It would be nice to be able to load/import an existing file as a Spec.
> ie:
> WebArchive war = Zip.import(WebArchive.class, new File("thirdparty.war"));
> war.addWebResource()
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira