Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 37164 invoked from network); 18 Aug 2010 11:28:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Aug 2010 11:28:41 -0000 Received: (qmail 42290 invoked by uid 500); 18 Aug 2010 11:28:40 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 41961 invoked by uid 500); 18 Aug 2010 11:28:38 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 41953 invoked by uid 99); 18 Aug 2010 11:28:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 11:28:37 +0000 X-ASF-Spam-Status: No, hits=4.7 required=10.0 tests=FREEMAIL_FROM,FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of davelnewton@gmail.com designates 209.85.212.48 as permitted sender) Received: from [209.85.212.48] (HELO mail-vw0-f48.google.com) (209.85.212.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Aug 2010 11:28:32 +0000 Received: by vws4 with SMTP id 4so556161vws.35 for ; Wed, 18 Aug 2010 04:28:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=AdveWduaUovVJSPMnvJba7zndub5wlMOLqguy27+lcU=; b=OjYxlKYSFBaEgT4cmN0KnkfiNXER4BmKIe7NgUFa2YYtt4k7t6rW59oc+WNye4h3Tt zpy2rPOwbtRVH7dqXnDv5+PXZ0MOTTjf0v2uGYBOO11eJD1o4H/IJWviTfuDupF73zt+ 09/SuF900x5nMOqSsK5pnF89EoRLpsJVB0iFg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=po1I8HF0ot5/GVXDVNPcl4AIPou52a1mO1iCmlrKuIAWYE1wDdpCQlBXNvKBxVQyy3 AKV0TUBmYh+iLqg4A2FAhHqpDSnbfWfYHhgDeaSukAISlFbnNG7hlbpF/QcczDHmX8O3 ljXt9Ff+P8iWYtHtK2iFc67OlJ97ZHecR3Duw= MIME-Version: 1.0 Received: by 10.220.61.6 with SMTP id r6mr4726999vch.6.1282130892087; Wed, 18 Aug 2010 04:28:12 -0700 (PDT) Received: by 10.220.178.12 with HTTP; Wed, 18 Aug 2010 04:28:12 -0700 (PDT) In-Reply-To: References: Date: Wed, 18 Aug 2010 07:28:12 -0400 Message-ID: Subject: Re: [S2.2.1] Javassist dependency From: Dave Newton To: Struts Developers List , lukasz.lenart@gmail.com Content-Type: multipart/alternative; boundary=e0cb4e887e8760e270048e175c93 --e0cb4e887e8760e270048e175c93 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hmm, I guess I'm misreading the POMs for various things then; on the Maven browser site I was looking at the S2.1.8.1 core POM specifically excluded Javassist, the S2.2.1 one doesn't (local; not on browsing site yet). I'm still not sure why S2.2.1 distro /lib doesn't have javassist, though--shouldn't it? I didn't see an exclusion anywhere (but haven't dug around yet) and it's in s2-blank. On Wed, Aug 18, 2010 at 7:22 AM, Lukasz Lenart wrote: > 2010/8/18 Dave Newton : > > There's now a hard dependency on Javassist, and it's included in the > > S2-blank app. It's not in the distro's /lib directory, though; is there= a > > build reason for that? > > All the standards Struts2 apps are build with Javassist library to be > able run on any App server out of box, instead JBoss.JBoss already > includes Javassist library, so dedicated application was made for it, > without Javassist library. > > Javassist library was excluded in OGNL 3.0 - but I think we should > switch back everything - include Javassist in OGNL, prepare dedicated > JBoss application with Javassist excluded. Current approach generates > more problem than it should :P > > > Regards > -- > =C5=81ukasz > + 48 606 323 122 http://www.lenart.org.pl/ > Kapitu=C5=82a Javarsovia 2010 http://javarsovia.pl > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org > For additional commands, e-mail: dev-help@struts.apache.org > > --e0cb4e887e8760e270048e175c93--