Return-Path: X-Original-To: apmail-james-mime4j-dev-archive@minotaur.apache.org Delivered-To: apmail-james-mime4j-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B18C7745A for ; Mon, 18 Jul 2011 19:39:18 +0000 (UTC) Received: (qmail 55629 invoked by uid 500); 18 Jul 2011 19:39:18 -0000 Delivered-To: apmail-james-mime4j-dev-archive@james.apache.org Received: (qmail 55591 invoked by uid 500); 18 Jul 2011 19:39:18 -0000 Mailing-List: contact mime4j-dev-help@james.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mime4j-dev@james.apache.org Delivered-To: mailing list mime4j-dev@james.apache.org Received: (qmail 55583 invoked by uid 99); 18 Jul 2011 19:39:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2011 19:39:18 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of norman.maurer@googlemail.com designates 209.85.210.177 as permitted sender) Received: from [209.85.210.177] (HELO mail-iy0-f177.google.com) (209.85.210.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jul 2011 19:39:13 +0000 Received: by iyn15 with SMTP id 15so4533388iyn.22 for ; Mon, 18 Jul 2011 12:38:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=0eMdUXJFpgkKLf7Sf3XmliXKw07kxDac8A2Cp/0yHLk=; b=UU41CJ3pk5PlKuM9d9Kyzy/Tr4JjHJE5vdwMN6BxorD3wGOHAebacNJd9N2Wy6GRr+ dXrzkaHTcNa7rMuWh9Mu/ES/hGNSq9VH2/ZPWmiuVK/53aeLRCT+gG+dlNmY3a9RvQfZ jLCPAvgHnYsPy3gWkXyiQNgp0NrC95V7JiTwc= MIME-Version: 1.0 Received: by 10.231.95.143 with SMTP id d15mr6032958ibn.149.1311017933128; Mon, 18 Jul 2011 12:38:53 -0700 (PDT) Received: by 10.231.15.68 with HTTP; Mon, 18 Jul 2011 12:38:53 -0700 (PDT) In-Reply-To: References: <1310733127.26108.39.camel@ubuntu> <4E2035C8.6020608@apache.org> <1310733947.26108.43.camel@ubuntu> <1310981180.2477.12.camel@ubuntu> <4E24011F.3050706@apache.org> <1310987975.2477.23.camel@ubuntu> Date: Mon, 18 Jul 2011 21:38:53 +0200 Message-ID: Subject: Re: As far as I am concerned 0.7 is ready From: Norman Maurer To: mime4j-dev@james.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi there, just to be more clear. I'm not very strong with it, so if others prefer we can just release it like it is... Bye, Norman 2011/7/18 Norman Maurer : > Maybe use some extra interface which just contains the property names. > It just looks ugly to not have them somewhere as a static field the > dev can use to set this kind of stuff. Typing the name is kind of > error phrone .. > > Bye, > Norman > > > 2011/7/18 Stefano Bagnara : >> 2011/7/18 Norman Maurer : >>>Stefano Bagnara wrote: >>>> My main concern is that "dom" api is a lot limited unless you use >>>> "setAttribute" with some magic parameter that you expect to work like >>>> our default implementation does. This doesn't sound good to me for an >>>> API. >>>> >>>> That said I'm fine with a 0.7 release from current trunk. It's not >>>> perfect, but a step forward from previous releases. >>> >>> i think it would sense to expose those property names as public static >>> fields. are you guys ok with it? If so I will commit the this and >>> after that start the release process... >> >> Don't know: in what class would you publish them? If they have to be >> part of the interface then why not to add specific/typed setters for >> each property? Instead if they have to be in the implementation I >> don't think it worth using them as (if used) it would break even more >> the service locator pattern. >> >> Stefano >> >