ShrinkWrap OSGi 1.0.0-alpha-1 Released
The Arquillian team is proud to announce the 1.0.0-alpha-1 release of the ShrinkWrap OSGi component!
Shrinkwrap helpers for BND (OSGi)
This extension provides helper tools for creating Shrinkwrap archives using BND.
Currently provides the functionality needed by arquillian-deployment-generator-bnd.
How to use it?
BndProjectBuilder bndProjectBuilder = ShrinkWrap.create(BndProjectBuilder.class)
.setBndFile(bndFile)
.generateManifest(true)
.addProjectPropertiesFile(commonBndFile);
JavaArchive javaArchive = bndProjectBuilder.as(JavaArchive.class);
You can find examples of how to use it in BndDeploymentScenarioGenerator.
What is ShrinkWrap OSGi?
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 OSGi |
---|---|
Version | 1.0.0-alpha-1 view tag |
Release date | 2015-02-01 |
Released by | Aslak Knutsen |
Published artifacts org.jboss.shrinkwrap.osgi
Thanks to the following list of contributors: Carlos Sierra Andrés, Aslak Knutsen, Gregory Amerson