ShrinkWrap 1.2.1 Released
Since we wrote this post we didn't laze around. Check our latest announcement.
The Arquillian team is proud to announce the 1.2.1 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.2.1 view tag |
Release date | 2013-12-05 |
Released by | Andrew Lee Rubinger |
Compiled against |
|
Published artifacts org.jboss.shrinkwrap
- org.jboss.shrinkwrap » shrinkwrap-api jar javadoc pom
- org.jboss.shrinkwrap » shrinkwrap-api-nio2 jar javadoc pom
- org.jboss.shrinkwrap » shrinkwrap-bom pom
- org.jboss.shrinkwrap » shrinkwrap-depchain pom
- org.jboss.shrinkwrap » shrinkwrap-depchain-java7 pom
- org.jboss.shrinkwrap » shrinkwrap-impl-base jar javadoc pom
- org.jboss.shrinkwrap » shrinkwrap-impl-nio2 jar javadoc pom
- org.jboss.shrinkwrap » shrinkwrap-spi jar javadoc pom
Release notes and resolved issues 5
- Feature Request
-
- SHRINKWRAP-465 - Fix case in error message
- Bug
-
- SHRINKWRAP-467 - ShrinkWrapFileSystemProvider NPE
- SHRINKWRAP-468 - Archive.move() on a directory does not move the files in that directory
- SHRINKWRAP-469 - ShrinkWrapDirectoryStream.iterator missing IllegalStateException cases
- SHRINKWRAP-470 - SeekableInMemoryByteChannel.truncate misimplements the contract
Thanks to the following list of contributors: Andrew Lee Rubinger, Michal Matloka, Aslak Knutsen