• SHRINKWRAP-326 ExplodedImporter should support shrinkwrap filtering

    Hi all   I tried to implement issue SHRINKWRAP-326 ExplodedImporter should support shrinkwrap filtering [1]. I added two new method into ExplodedImporter with filter parametr, see [2]. Please let me know if t...
    Profile Photo
    last modified by thradec
  • SHRINKRES-106: API Additions

    In fulfilling SHRINKRES-106 I've added an interface "TransitiveExclusionPolicy" which is now a part of a MavenResolutionStrategy.  Does this look like a clean, straightforward approach to solving the issue?  ...
    Profile Photo
    created by alrubinger
  • MavenImporter reimplemented for ShrinkRes-2.x stream

    Hello,   I've reimplemented MavenImporter support, as known from ShrinkWrap Maven Resolver 1.1.X and made it available in 2.X stream (https://github.com/shrinkwrap/resolver/pull/29) . Let me describe how it woul...
    Profile Photo
    last modified by kpiwko
  • Failing test in CI for Resolvers

    https://shrinkwrap.ci.cloudbees.com/job/ShrinkWrap_Resolver_upstream-master/   Any ideas, folks?   org.jboss.shrinkwrap.resolver.api.NoResolvedResultException: Unable to get artifact from the repository, re...
    Profile Photo
    last modified by alrubinger
  • SHRINKRES: Why does ClasspathWorkspaceReaderTestCase pass?

    In trimming out some dependencies for SHRINKRES, I've broken locally the ClasspathWorkspaceReaderTestCase tests:     shouldBeAbleToLoadArtifactDirectlyFromClassPath   shouldBeAbleToLoadArtifactDirectl...
    Profile Photo
    last modified by alrubinger
  • SWR API Incompatible with JDK7 Compiler

    Michal Matloka today noticed this issue with building SWR with JDK7:     https://issues.jboss.org/browse/SHRINKRES-78   I believe we have 3 options.   1) Change the API so this isn't a problem ...
    Profile Photo
    last modified by alrubinger
  • SHRINKDESC-130 - Schema Validator

    Hi   I spent quite a long time for investigating possibel schema validator solutions. Basically, schema validation is part of the Java XML API and is not something new. I was struggled by the tremendious parsing...
    Profile Photo
    created by rbattenfeld
  • Feature Gap between SWR 1.x and 2.0.0-alpha-2?

    Craig Ringer notes the following:   In Alpha1 I could write:   private final EffectivePomMavenDependencyResolver resolver = DependencyResolvers.use(MavenDependencyResolver.class) .loadEffectivePom(“po...
    Profile Photo
    last modified by alrubinger
  • Immutable archives

    As concurrency and parallelism enter mainstream programming as a result of multiple cores being available on commodity hardware, immutability--one of the building blocks of functional programming--is more vital than e...
    Profile Photo
    last modified by dan.j.allen
  • JIRAs for the next Descriptor release

    Hi Andrew   Here are my thoughts about the open JIRAs for Shrinkwrap Descriptor:   SHRINKDESC-123 Generated code contains incorrect author tags:         This I don...
    Profile Photo
    created by rbattenfeld
  • SHRINKDESC-92

    Hi Jesper   The current preview provides good examples how to configure in the cli module. In src/test/resources/xml/schemasIronJacamar.xsd you can define your own package names. Please specify your XSDs locati...
    Profile Photo
    last modified by rbattenfeld
  • ShrinkWrap Asset URLs within WebArchive

    Hi!   In Apache DeltaSpike we currently face the following problem:   We create a @Deployment with a WebArchive containing 3 JARs.   All of those JARs contain a META-INF/beans.xml file. The problem ...
    Profile Photo
    last modified by struberg
  • SHRINKDESC-21 Prototyping - Read-only Views

    The other day in #jbosstesting IRC a few of us discussed SHRINKDESC-21 and adding a "read-only" mode to SWD.   Ralf has implemented a POC (which is now in upstream/SHRINKDESC-21), and I'd made some notes regardi...
    Profile Photo
    last modified by alrubinger
  • Few remarks about 1.2.0 version of Shrinkwrap Descriptors

    Hi guys,   First of all I would like to say that I really like the new approach with generating descriptors straight from XSDs. It saves us from quite tedious work and we can focus on important things. While wor...
    Profile Photo
    last modified by bmajsak
  • Jersey descriptors in test package and REST testing

    From the article Writing lightweight REST integration tests with the Jersey Test Framework, I noticed that Jersey has a webapp descriptor builder in the test package. This is obviously an opportunity to show where Shr...
    Profile Photo
    last modified by dan.j.allen
  • Shrinkwrap Descriptor Metadata Plugin

    Hi Folks   I am making great progress regarding the Descriptor Metadata plugin. This maven plugin allows to create descriptors much simpler than before. The request is based in SHRINKDESC-92 asking for a tool th...
    Profile Photo
    last modified by rbattenfeld
  • ShrinkWrap Resolver 2.0.0 modifications

    I'd like you to comment following modification I'm planning to do for upcoming SWR 2.0.0 release:   Resolver Maven Plugin POC hosted at https://github.com/kpiwko/resolver-maven-plugin This plugin must be configu...
    Profile Photo
    last modified by kpiwko
  • shrinkwrap maven resolver doesn not support password prottected maven reposistory

      We have our internally setup password protected nexus maven respositry with basic authentication. I am trying to setup arquillian in our one of the project. I am using MavenDependencyResolver in my test case...
    Profile Photo
    created by sachin6870
  • Resolving Maven artifacts

    Hi to all,   I'm ready to start working on the following issues: https://issues.jboss.org/browse/SHRINKWRAP-261 https://issues.jboss.org/browse/SHRINKWRAP-265   Do you have any thoughts about what you wo...
    Profile Photo
    last modified by silenius
  • ShrinkWrap Dependency Resolver updated formatting

    Hello ShrinkWrap Resolver developers!   ShrinkWrap Dependency Resolver is now using JBoss Community formatter for all the code (SHRINKWRAP-324). Please update your IDE configurations, maven-checkstyle plugin wo...
    Profile Photo
    created by kpiwko