ShrinkWrap 1.0.0-beta-6 Released
Since we wrote this post we didn't laze around. Check our latest announcement.
The Arquillian team is proud to announce the 1.0.0-beta-6 release of the ShrinkWrap component!
What is ShrinkWrap?
ShrinkWrap is the simplest way to create archives in Java. Using the fluent and intuitive ShrinkWrap API, developers may assemble JARs, WARs, and EARs to be deployed directly by Arquillian during testing.
Release details
Component | ShrinkWrap |
---|---|
Version | 1.0.0-beta-6 view tag |
Release date | 2011-09-22 |
Released by | Andrew Lee Rubinger |
Compiled against |
|
Published artifacts org.jboss.shrinkwrap
- org.jboss.shrinkwrap » shrinkwrap-api jar javadoc pom
- org.jboss.shrinkwrap » shrinkwrap-impl-base jar javadoc pom
- org.jboss.shrinkwrap » shrinkwrap-spi jar javadoc pom
- org.jboss.shrinkwrap » shrinkwrap-extension-descriptors jar javadoc pom
- org.jboss.shrinkwrap.sip » shrinkwrap-extension-sip-api jar javadoc pom
- org.jboss.shrinkwrap.sip » shrinkwrap-extension-sip-impl jar javadoc pom
- org.jboss.shrinkwrap » shrinkwrap-extension-vfs3 jar javadoc pom
- org.jboss.shrinkwrap » shrinkwrap-extension-vdf jar javadoc pom
Release notes and resolved issues 11
- Enhancement
-
- SHRINKWRAP-304 - Add option for omitting archive extension from exploded directory name
- Feature Request
-
- SHRINKWRAP-331 - Add ArchiveAsset to the API
- SHRINKWRAP-332 - Add ClassLoaderAsset and ClassAsset to the API
- Bug
-
- SHRINKWRAP-320 - Empty Directory Causes FileNotFoundException
- SHRINKWRAP-335 - Classes from the Bootstrap CL can not be added to ClassContainers
- Task
-
- SHRINKWRAP-303 - Add getAsType(Class<Archive<?>> archiveType, ArchivePath)
- SHRINKWRAP-313 - Provide overloaded Archive.delete(String)
- SHRINKWRAP-317 - Update maven-resources-plugin
- SHRINKWRAP-319 - Add jboss-deprecated Repository to Default Config
- SHRINKWRAP-333 - Upgrade extension-descriptors to use SPI back-compatible version
- SHRINKWRAP-334 - Remove compiler warnings
Thanks to the following list of contributors: Andrew Lee Rubinger, Marek Schmidt, Davide D'alto, Tom Hintz, Samuel Santos, Michal Huniewicz, David Hosier