Return-Path: X-Original-To: apmail-openwebbeans-dev-archive@www.apache.org Delivered-To: apmail-openwebbeans-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 55394E092 for ; Sun, 25 Nov 2012 19:49:23 +0000 (UTC) Received: (qmail 97273 invoked by uid 500); 25 Nov 2012 19:49:22 -0000 Delivered-To: apmail-openwebbeans-dev-archive@openwebbeans.apache.org Received: (qmail 97238 invoked by uid 500); 25 Nov 2012 19:49:22 -0000 Mailing-List: contact dev-help@openwebbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwebbeans.apache.org Delivered-To: mailing list dev@openwebbeans.apache.org Received: (qmail 97230 invoked by uid 99); 25 Nov 2012 19:49:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Nov 2012 19:49:22 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rmannibucau@gmail.com designates 209.85.215.50 as permitted sender) Received: from [209.85.215.50] (HELO mail-la0-f50.google.com) (209.85.215.50) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Nov 2012 19:49:16 +0000 Received: by mail-la0-f50.google.com with SMTP id c1so7424257lah.9 for ; Sun, 25 Nov 2012 11:48:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=V6IYysZqnmDzA5Cn7ccME73pIgjElLGveiwMF6UI4IU=; b=h+kD85ipR9HgjP/m4qzcrENSuy3XPbhKxDHGnACCnRu/CqTfNTydLsmgcsQwnBRe8u Mc/3Iwueh9L9FaWyzg82hNnCqsk4FNrgYLO+CiGQpbarEIKnfKAQ1arFfmYSC+mejqef 9xGIwB0bC0tiMeREZuw6wLdEEXusKwpej9gB0fViHe3lXVC5iSsyPavRCYN2kK/80JZd ZkoQVBT91UPrLuyy8FMIFu3O6JbU8tzwXy0ixrd5T0UTa1/7ji7+UNlVZfdpb1/AZYTt kS4sSmrQQYIZFkO0eM0Ghmr2C++uG/9rGPmuP4RRF/GqnPW513k8R4Y7dgX6DdkJfVNt m4sA== MIME-Version: 1.0 Received: by 10.152.109.145 with SMTP id hs17mr9035991lab.5.1353872935848; Sun, 25 Nov 2012 11:48:55 -0800 (PST) Received: by 10.114.67.106 with HTTP; Sun, 25 Nov 2012 11:48:55 -0800 (PST) Received: by 10.114.67.106 with HTTP; Sun, 25 Nov 2012 11:48:55 -0800 (PST) In-Reply-To: <1353872218.13464.YahooMailNeo@web28904.mail.ir2.yahoo.com> References: <1353872218.13464.YahooMailNeo@web28904.mail.ir2.yahoo.com> Date: Sun, 25 Nov 2012 20:48:55 +0100 Message-ID: Subject: Re: heavy cleanup From: Romain Manni-Bucau To: Mark Struberg , dev@openwebbeans.apache.org Content-Type: multipart/alternative; boundary=bcaec54ee77c698b5e04cf571b1c X-Virus-Checked: Checked by ClamAV on apache.org --bcaec54ee77c698b5e04cf571b1c Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable +1 All can be done independently now normally Le 25 nov. 2012 20:37, "Mark Struberg" a =E9crit : > I again found a heavy bug which is caused by things like > > > //X TODO this MUST NOT be public! > public static ThreadLocal>> > dependentInstanceOfProducerMethods =3D > new ThreadLocal>>(); > > > Such code is pure PITA! > > > I'm really tempted to do a heavy cleanup in 1.2.0 (trunk) and go for > CDI-1.1 directly. The spec is good enough to give a rough direction atm a= nd > we really need to cleanup tons of things! > > LieGrue, > strub > --bcaec54ee77c698b5e04cf571b1c--