ShrinkWrap Resolver 2.0.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 2.0.0-alpha-2 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 | 2.0.0-alpha-2 view tag |
Release date | 2012-09-13 |
Released by | Andrew Lee Rubinger |
Compiled against |
|
Published artifacts org.jboss.shrinkwrap.resolver
- org.jboss.shrinkwrap.resolver » shrinkwrap-resolver-bom 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-api-maven-archive jar javadoc pom
- org.jboss.shrinkwrap.resolver » shrinkwrap-resolver-depchain pom
- org.jboss.shrinkwrap.resolver » shrinkwrap-resolver-maven-plugin-tests jar javadoc pom
- org.jboss.shrinkwrap.resolver » shrinkwrap-resolver-impl-maven jar javadoc pom
- org.jboss.shrinkwrap.resolver » shrinkwrap-resolver-impl-maven-archive jar javadoc pom
Release notes and resolved issues 18
Premiere of new API
- Component Upgrade
-
- SHRINKRES-36 - Update ShrinkWrap core to 1.0.0
- Feature Request
-
- SHRINKRES-9 - MavenDependencyResolver configureFrom should allow specifying properties for profile activation
- SHRINKRES-32 - Enable dependency resolver to be cached for time-sensitive environments
- SHRINKRES-45 - Allow for "offline" settings in new API
- SHRINKRES-46 - Cache configurations for N resolution calls
- SHRINKRES-60 - Modify API such that configuration of settings must happen before config from POM
- Bug
-
- SHRINKRES-34 - Scoped artifacts in ShrinkWrap Resolver BOM
- Task
-
- SHRINKRES-10 - Make all apis in maven-api fluent
- SHRINKRES-11 - MavenDependencyResolver.resolveAs is misleading
- SHRINKRES-24 - Rename "maven-plugin" artifactId
- SHRINKRES-25 - Configure m2e to ignore EAR Plugin
- SHRINKRES-39 - Perform full audit of API
- SHRINKRES-41 - Set Checkstyle to run in "process-classes"
- SHRINKRES-49 - Disable JAR, EAR, WAR Samples and Test Modules in the Build
- SHRINKRES-50 - Review *Builders in API
- SHRINKRES-51 - Designate methods to configureFromPom and configureSettings from File or CL Resource
- SHRINKRES-55 - Remove old API and Implementation
- SHRINKRES-57 - Implement shrinkwrap-resolvers-impl-maven-archive-prototype
Thanks to the following list of contributors: Andrew Lee Rubinger, Karel Piwko, Carlo De Wolf, Samuel Santos, Tair Sabirgaliev, Sachin Patil, Aslak Knutsen