ShrinkWrap 1.0.0-alpha-12 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-alpha-12 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-alpha-12 view tag |
Release date | 2011-03-10 |
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.sip » shrinkwrap-extension-sip-api jar javadoc pom
- org.jboss.shrinkwrap.sip » shrinkwrap-extension-sip-impl jar javadoc pom
- org.jboss.shrinkwrap » shrinkwrap-extension-glassfish jar javadoc pom
- org.jboss.shrinkwrap » shrinkwrap-extension-tomcat-6 jar javadoc pom
- org.jboss.shrinkwrap » shrinkwrap-extension-mobicents-sip-servlets-1x jar javadoc pom
- org.jboss.shrinkwrap » shrinkwrap-extension-jetty-6 jar javadoc pom
- org.jboss.shrinkwrap » shrinkwrap-extension-jetty-7 jar javadoc pom
- org.jboss.shrinkwrap » shrinkwrap-extension-openejb jar javadoc pom
- org.jboss.shrinkwrap.resolver » shrinkwrap-resolver-api jar javadoc pom
- org.jboss.shrinkwrap.resolver » shrinkwrap-resolver-api-maven jar javadoc pom
- org.jboss.shrinkwrap.resolver » shrinkwrap-resolver-impl-maven 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 32
- Feature Request
-
- SHRINKWRAP-140 - Support loading artifacts from a Maven repository
- SHRINKWRAP-181 - Implement hashCode and equals semantics for Archives
- SHRINKWRAP-190 - Improve Exception on ClassNotFoundException during addPackage
- SHRINKWRAP-194 - Support Export/Import of TAR (and GZ)
- SHRINKWRAP-210 - Refine ShrinkWrapClassLoader and move to API
- SHRINKWRAP-225 - Create a Mobicents Sip Servlets extension
- SHRINKWRAP-226 - Support Addition of an Asset to an Archive Using Name Supplied by Value Object Wrapper
- SHRINKWRAP-229 - Should be able to add Packages based on String name
- SHRINKWRAP-232 - Return asset removed by delete method instead of a boolean
- SHRINKWRAP-234 - ExtensionLoader caches TCCL
- SHRINKWRAP-241 - remap targets for WebArchive add* methods
- SHRINKWRAP-243 - Dependencies does not find remote repositories set in settings.xml
- SHRINKWRAP-255 - Clean up dependencies API - remove DependencyFilter
- Bug
-
- SHRINKWRAP-117 - Inconsistencies in the API of what File means
- SHRINKWRAP-174 - UrlAsset is mutable
- SHRINKWRAP-199 - ArchiveAsset.openStream is hardcoded to use ZIP Exporter
- SHRINKWRAP-228 - URLPackage scanner returns wrong classname
- SHRINKWRAP-237 - ShrinkWrap ClassLoader Caches the read Assets Inputstream
- Task
-
- SHRINKWRAP-144 - Create a docs.jboss.org/shrinkwrap/latest/api symlink to to the latest version of the Javadoc
- SHRINKWRAP-209 - Move ShrinkWrap to Git
- SHRINKWRAP-211 - Clean compiler warnings
- SHRINKWRAP-212 - Update Project Information wiki to reflect the new SCM location
- SHRINKWRAP-214 - ServiceExtensionLoader throws generic and unimformative Exception
- SHRINKWRAP-215 - Do not expose implementation-specific InputStreams from the Importer/Exporter APIs
- SHRINKWRAP-217 - Refactor getArchive() logic into AssignableBase
- SHRINKWRAP-231 - Remove extension-tar as separate modules
- SHRINKWRAP-238 - Rename *Container add* methods to be more descriptive
- SHRINKWRAP-248 - Setup build for release plugin to honor Git SCM
- SHRINKWRAP-250 - Set next release in $version
- SHRINKWRAP-251 - Remove cyclic dependency
- SHRINKWRAP-252 - Fix Build Parent (remove relativePath)
- SHRINKWRAP-257 - Release 1.0.0-alpha-12
Thanks to the following list of contributors: Andrew Lee Rubinger, Karel Piwko, Chris Wash, Aslak Knutsen, Jean Deruelle, Ken Gullaksen