Return-Path: X-Original-To: apmail-deltaspike-users-archive@www.apache.org Delivered-To: apmail-deltaspike-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C2C3310155 for ; Tue, 26 May 2015 21:04:40 +0000 (UTC) Received: (qmail 75410 invoked by uid 500); 26 May 2015 21:04:18 -0000 Delivered-To: apmail-deltaspike-users-archive@deltaspike.apache.org Received: (qmail 75375 invoked by uid 500); 26 May 2015 21:04:18 -0000 Mailing-List: contact users-help@deltaspike.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@deltaspike.apache.org Delivered-To: mailing list users@deltaspike.apache.org Received: (qmail 75362 invoked by uid 99); 26 May 2015 21:04:18 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 May 2015 21:04:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id EF171182757 for ; Tue, 26 May 2015 21:04:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.129 X-Spam-Level: *** X-Spam-Status: No, score=3.129 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 44S7tFkkCO3b for ; Tue, 26 May 2015 21:04:16 +0000 (UTC) Received: from mail-ig0-f177.google.com (mail-ig0-f177.google.com [209.85.213.177]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 0D951209DC for ; Tue, 26 May 2015 21:04:16 +0000 (UTC) Received: by igbyr2 with SMTP id yr2so69212004igb.0 for ; Tue, 26 May 2015 14:03:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=hKoFcyMiT555IO5vy6xTxMiZ4w7CHT6zJvxrMdcSpYU=; b=BucI6qCOkoy2xSzhRuGY3LoQ8aCfwAQfLRYKubAzyth2JlTw9gGnv3uHxMqef32yZG /bHnMmGN9vXWQe6laZXjuBjuYPwIVGC0OIhw0Nq+vgXAxJ5VX+mMu4YdfcsIRNiciPi+ 14wKG93Wvg1XDefpQiLKh63yRlWf4FJC1Zlt7elk0AbJvsBoXtJ9U8rvVokq1c4a82xR 1lyG15PVaC8+ghDc64URh3MApP1heBCShx0lTBVE/8MMFclbcPIxfbo8xcT65mNrhzJl s4aT0/RJFru6mJuUcEoZ3aoH/bPrZGJTTgdcqEX2VXs4SxK9xY98vGni7hvA6nd4AU5e 1H1A== X-Received: by 10.107.158.15 with SMTP id h15mr38668424ioe.14.1432674210037; Tue, 26 May 2015 14:03:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.246.226 with HTTP; Tue, 26 May 2015 14:03:09 -0700 (PDT) In-Reply-To: <5562CEDD.3030809@redhat.com> References: <5562CEDD.3030809@redhat.com> From: Karl Pietrzak Date: Tue, 26 May 2015 17:03:09 -0400 Message-ID: Subject: Re: [ANNOUNCE] Release of Apache DeltaSpike 1.4.0 To: users@deltaspike.apache.org Content-Type: multipart/alternative; boundary=001a114032305e492305170275c1 --001a114032305e492305170275c1 Content-Type: text/plain; charset=UTF-8 May I suggest, until running DS as a static module in WF is tested and supported, removing the module.xml files from the distribution? It implies it's fully supported, and folks will just copy the directories into their JBoss/Wildfly installs and expect everything to work (and be disappointed). I say that as someone who tried it, and was disappointed. ;) On Mon, May 25, 2015 at 3:27 AM, Ron Smeral wrote: > Hi, > > running DS as a static module hasn't yet been tested by RH's DeltaSpike > QE. I've started some work on the DS testsuite so that it doesn't > automatically package DS in deployments and it could be run against a WF > with DS as a static module maybe just using a parameter or something. > This isn't finished yet though. > > I'd expect exactly that kind of issues as Harald writes -- classloading > issues. I think most things should work but I wouldn't suggest running > DS as static module in production just yet. > > Regards, > Ron > > On 22.5.2015 16:09, Karl Pietrzak wrote: > > Awesome! What's the advice for usage in Wildfly? Installed as a system > > module (e.g., module.xml and everything), or as packaged in the EAR/WAR? > > > > On Fri, May 22, 2015 at 3:18 AM, Gerhard Petracek > > wrote: > > > >> The Apache DeltaSpike team is pleased to announce the 16th release of > >> DeltaSpike. > >> > >> Apache DeltaSpike is not a CDI-container, but a portable CDI extension. > >> > >> Documentation: > >> http://deltaspike.apache.org/documentation/ > >> > >> Download: > >> http://deltaspike.apache.org/download.html > >> > >> Release Notes: > >> http://s.apache.org/DeltaSpike_1.4.0 > >> > >> Enjoy! > >> > >> Gerhard Petracek > >> > > > > > > > > -- > Ron Smeral > JBoss Quality Engineer > Brno > -- Karl --001a114032305e492305170275c1--