ShrinkWrap Resolver 2.0.0-alpha-5 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-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 | 2.0.0-alpha-5 view tag |
Release date | 2012-11-07 |
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-depchain pom
- org.jboss.shrinkwrap.resolver » shrinkwrap-resolver-impl-maven jar javadoc pom
- org.jboss.shrinkwrap.resolver » shrinkwrap-resolver-impl-maven-archive jar javadoc pom
- org.jboss.shrinkwrap.resolver » shrinkwrap-resolver-spi jar javadoc pom
Release notes and resolved issues 16
- Enhancement
-
- SHRINKRES-4 - Consolidate ShrinkWrap Dependency Resolver control by system properties
- SHRINKRES-72 - Throw an unchecked exception if attempting to "configureFrom" a non-settings.xml format
- Feature Request
-
- SHRINKRES-48 - Implement resolve as(ResolvedArtifactInfo.class)
- SHRINKRES-63 - Refactor "offline" feature placement in the API
- SHRINKRES-64 - Fix cyclic dependency in PluginIntegrationTestCase.strictlyLoadTestDependencies
- SHRINKRES-66 - Allow "resolve" to take in Collection<String> and Collection<MavenDependency>
- SHRINKRES-70 - Remove vestigial "MutableCoordinate" and "CoordinateBuildException" from API
- SHRINKRES-74 - Enhance the api to allow .offline() when using the .import*Dependencies() methods
- SHRINKRES-80 - Code improvement for generic array handling
- SHRINKRES-82 - Create SPI Module
- SHRINKRES-83 - Remove api-maven-archive
- Bug
-
- SHRINKRES-76 - Version of the dependency is not found when <exclusion>s are defined
- SHRINKRES-78 - Build under JDK 7 fails
- SHRINKRES-79 - MavenDependencyImpl equals depends on JVM
- SHRINKRES-84 - Offline repo tests fail during release
- Task
-
- SHRINKRES-71 - Audit for Compile Warnings
Thanks to the following list of contributors: Michal Matloka, Andrew Lee Rubinger, Karel Piwko, Tair Sabirgaliev