ShrinkWrap Descriptors 1.1.0-alpha-3 Released

Since we wrote this post we didn't laze around. Check our latest announcement.

The Arquillian team is proud to announce the 1.1.0-alpha-3 release of the ShrinkWrap Descriptors component!

What is ShrinkWrap Descriptors?

The Shrinkwrap Descriptor project provides an uniformed fluent API for creating and modifying Java EE deployment descriptors on the fly. Starting from the very early JEE 1.3 to the brand new Java EE 7 version, the descriptor project includes almost all official deployment descriptors. Several vendor specific deployment descriptors, mostly JBoss related, are covered as well.

Release details

Component ShrinkWrap Descriptors
Version 1.1.0-alpha-3 view tag
Release date 2011-08-27
Released by Andrew Lee Rubinger
Compiled against
  • JUnit – 4.8.1

Published artifacts org.jboss.shrinkwrap.descriptors

  • org.jboss.shrinkwrap.descriptors » shrinkwrap-descriptors-api jar javadoc pom
  • org.jboss.shrinkwrap.descriptors » shrinkwrap-descriptors-impl jar javadoc pom
  • org.jboss.shrinkwrap.descriptors » shrinkwrap-descriptors-spi jar javadoc pom

Release notes and resolved issues 7

Feature Request
  • SHRINKDESC-15 - Create a Manifest Descriptor
  • SHRINKDESC-18 - DescriptorImporter.from(InputStream) should close the IS by default, have option to leave open
  • SHRINKDESC-43 - Add tests for schemaLocation for all Descriptors
  • SHRINKDESC-60 - Support Node.removeAttribute
Bug
Task
Sub-task

Thanks to the following list of contributors: Andrew Lee Rubinger, Davide D'alto, Tommy Tynjä, Lincoln Baxter, III, Ken Gullaksen

ShrinkWrap 1.0.0-beta-5 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-5 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-5 view tag
Release date 2011-07-26
Released by Andrew Lee Rubinger
Compiled against
  • JUnit – 4.8.2

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.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 5

Feature Request
  • SHRINKWRAP-294 - Honor proxy and other settings from settings.xml
  • SHRINKWRAP-298 - Add "addAsLibraries(Archive<?>... archives)" to LibraryContainer
Bug
  • SHRINKWRAP-306 - URL.openStream on directory URLs from the ShrinkWrapClassLoader throw an NPE
  • SHRINKWRAP-307 - MavenDependencyResolver goOffline does not trigger the Simple Repository Type
  • SHRINKWRAP-308 - NPE with EclipseLink while loading asset

Thanks to the following list of contributors: Andrew Lee Rubinger, Tommy Tynjä, Karel Piwko

ShrinkWrap 1.0.0-beta-5 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-5 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-5 view tag
Release date 2011-07-26
Released by Andrew Lee Rubinger
Compiled against
  • JUnit – 4.8.2

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.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 5

Feature Request
  • SHRINKWRAP-294 - Honor proxy and other settings from settings.xml
  • SHRINKWRAP-298 - Add "addAsLibraries(Archive<?>... archives)" to LibraryContainer
Bug
  • SHRINKWRAP-306 - URL.openStream on directory URLs from the ShrinkWrapClassLoader throw an NPE
  • SHRINKWRAP-307 - MavenDependencyResolver goOffline does not trigger the Simple Repository Type
  • SHRINKWRAP-308 - NPE with EclipseLink while loading asset

Thanks to the following list of contributors: Andrew Lee Rubinger, Tommy Tynjä, Karel Piwko

ShrinkWrap Resolver 1.0.0-beta-5 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-5 release of the ShrinkWrap Resolver component!

What is ShrinkWrap Resolver?

The ShrinkWrap Resolvers project provides a Java API to obtain artifacts from a repository system. This is handy to include third party libraries available in any Maven repository in your test archive. ShrinkWrap Resolvers additionally allow you to reuse all the configuration you've already specified in the Maven build file, making packaging of an application archive much easier job.

Release details

Component ShrinkWrap Resolver
Version 1.0.0-beta-5 view tag
Release date 2011-07-26
Released by Andrew Lee Rubinger

Published artifacts org.jboss.shrinkwrap.resolver

  • 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

Release notes and resolved issues 0

Thanks to the following list of contributors: Karel Piwko, Andrew Lee Rubinger, Samuel Santos, Tommy Tynjä, Ivan Pazmino

ShrinkWrap Descriptors 1.1.0-alpha-2 Released

Since we wrote this post we didn't laze around. Check our latest announcement.

The Arquillian team is proud to announce the 1.1.0-alpha-2 release of the ShrinkWrap Descriptors component!

What is ShrinkWrap Descriptors?

The Shrinkwrap Descriptor project provides an uniformed fluent API for creating and modifying Java EE deployment descriptors on the fly. Starting from the very early JEE 1.3 to the brand new Java EE 7 version, the descriptor project includes almost all official deployment descriptors. Several vendor specific deployment descriptors, mostly JBoss related, are covered as well.

Release details

Component ShrinkWrap Descriptors
Version 1.1.0-alpha-2 view tag
Release date 2011-07-26
Released by Andrew Lee Rubinger
Compiled against
  • JUnit – 4.8.1

Published artifacts org.jboss.shrinkwrap.descriptors

  • org.jboss.shrinkwrap.descriptors » shrinkwrap-descriptors-api jar javadoc pom
  • org.jboss.shrinkwrap.descriptors » shrinkwrap-descriptors-impl jar javadoc pom
  • org.jboss.shrinkwrap.descriptors » shrinkwrap-descriptors-spi jar javadoc pom

Release notes and resolved issues 3

Feature Request
  • SHRINKDESC-31 - Descriptors clobbers file markup and formatting
Task
Sub-task
  • SHRINKDESC-59 - Get coverage of NodeTestCase to cover all methods in Node

Thanks to the following list of contributors: Andrew Lee Rubinger, Tommy Tynjä, Aslak Knutsen