• New SW Subproject?

    From George:   (06:32:03 PM) gastaldi: ALR, I have a suggestion for another ShrinkWrap subproject, not sure if it's in scope (06:33:38 PM) gastaldi: ping me if you're interested (06:33:43 PM) gastaldi: bye &#...
    Profile Photo
    last modified by alrubinger
  • Improving the MavenDependency Performance

    The following observation was kicked off by Vineet Reynolds:       I've spent sometime profiling a "slow" test of mine in a project that uses Seam Security. The deployment is created using the Mav...
    Profile Photo
    last modified by alrubinger
  • Recursive class addition

    I'd like to propose to add to Shrinkwrap API possibility of recursive class addition to the archive. E.g. user wants to test class A, class A uses class B (e.g. has field of this type). Adds A to the archive using apr...
    Profile Photo
    last modified by mmatloka
  • 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 Descriptors | Release Planning and Roadmap

    Introduction This document will detail the criteria and intent of the ShrinkWrap Descriptors versioning scheme, as well as lay out the general roadmap for upcoming releases.   1.1.0-beta-X APIs Frozen Backwards-C...
    Profile Photo
    last modified by alrubinger