Log in to follow, share, and participate in this community.
Thread New SW Subproject?
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 ...
Improving the MavenDependency PerformanceThe 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...
Recursive class additionI'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...
Thread SHRINKWRAP-326 ExplodedImporter should support shrinkwrap filtering
SHRINKWRAP-326 ExplodedImporter should support shrinkwrap filteringHi 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...
SHRINKRES-106: API AdditionsIn 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? ...
Thread MavenImporter reimplemented for ShrinkRes-2.x stream
MavenImporter reimplemented for ShrinkRes-2.x streamHello, 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...
Failing test in CI for Resolvershttps://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...
Thread SHRINKRES: Why does ClasspathWorkspaceReaderTestCase pass?
SHRINKRES: Why does ClasspathWorkspaceReaderTestCase pass?In trimming out some dependencies for SHRINKRES, I've broken locally the ClasspathWorkspaceReaderTestCase tests: shouldBeAbleToLoadArtifactDirectlyFromClassPath shouldBeAbleToLoadArtifactDirectl...
SWR API Incompatible with JDK7 CompilerMichal 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 ...
SHRINKDESC-130 - Schema ValidatorHi 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...
Thread Feature Gap between SWR 1.x and 2.0.0-alpha-2?
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...
Immutable archivesAs 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...
JIRAs for the next Descriptor releaseHi Andrew Here are my thoughts about the open JIRAs for Shrinkwrap Descriptor: SHRINKDESC-123 Generated code contains incorrect author tags: This I don...
SHRINKDESC-92Hi 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...
ShrinkWrap Asset URLs within WebArchiveHi! 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 ...
SHRINKDESC-21 Prototyping - Read-only ViewsThe 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...
Thread Few remarks about 1.2.0 version of Shrinkwrap Descriptors
Few remarks about 1.2.0 version of Shrinkwrap DescriptorsHi 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...
Thread Jersey descriptors in test package and REST testing
Jersey descriptors in test package and REST testingFrom 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...
Shrinkwrap Descriptor Metadata PluginHi 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...
Article ShrinkWrap Descriptors | Release Planning and Roadmap
ShrinkWrap Descriptors | Release Planning and RoadmapIntroduction 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...