ShrinkWrap Resolver 2.0.0-alpha-6 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-6 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-6 view tag
Release date 2012-12-11
Released by Andrew Lee Rubinger
Compiled against
  • JUnit – 4.8.2

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 8

Enhancement
Feature Request
  • SHRINKRES-27 - Allow for full dependency info from MavenDependencyResolver::resolve
  • SHRINKRES-87 - Support custom packaging types in Maven Resolver API
  • SHRINKRES-88 - Support tree-like structure for dependencies
Bug
  • SHRINKRES-85 - MavenModelResolver clones (.newCopy()) shares mutable content
  • SHRINKRES-89 - Failed tests when a profile is enabled in user config settings.xml
Task

Thanks to the following list of contributors: George Gastaldi, Michal Matloka, Andrew Lee Rubinger, Karel Piwko

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
  • JUnit – 4.8.2

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
Task

Thanks to the following list of contributors: Michal Matloka, Andrew Lee Rubinger, Karel Piwko, Tair Sabirgaliev

ShrinkWrap Resolver 2.0.0-alpha-4 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-4 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-4 view tag
Release date 2012-09-22
Released by Andrew Lee Rubinger
Compiled against
  • JUnit – 4.8.2

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 3

Feature Request
  • SHRINKRES-67 - BOM file should contain depchain included
  • SHRINKRES-68 - Remove Runtime Dependency on Plexus and transitives
Task
  • SHRINKRES-69 - Fix RepositoryAuthTestCase, Ensure bad auth values are not cached

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

ShrinkWrap Resolver 2.0.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 2.0.0-alpha-3 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-3 view tag
Release date 2012-09-18
Released by Andrew Lee Rubinger
Compiled against
  • JUnit – 4.8.2

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 4

Task

Thanks to the following list of contributors: Andrew Lee Rubinger

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
  • JUnit – 4.8.2

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

Thanks to the following list of contributors: Andrew Lee Rubinger, Karel Piwko, Carlo De Wolf, Samuel Santos, Tair Sabirgaliev, Sachin Patil, Aslak Knutsen