Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 28991 invoked from network); 6 Jun 2008 14:25:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2008 14:25:15 -0000 Received: (qmail 46919 invoked by uid 500); 6 Jun 2008 14:25:18 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 46889 invoked by uid 500); 6 Jun 2008 14:25:18 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 46878 invoked by uid 99); 6 Jun 2008 14:25:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2008 07:25:18 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sberlin@gmail.com designates 64.233.170.191 as permitted sender) Received: from [64.233.170.191] (HELO rn-out-0910.google.com) (64.233.170.191) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jun 2008 14:24:26 +0000 Received: by rn-out-0910.google.com with SMTP id v46so413222rnb.9 for ; Fri, 06 Jun 2008 07:24:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=OuBgsfwV6bCa8qvQi8dSoRrK4xW4Ti5H3idqh05VvEM=; b=VRAHldkQNxwFgmtgMH0DPYlzq3i/+rMzxuc5HrVq9MNFjr/cgxbPvUSsCK5LC1tWX5 rilzSGotLWEi7NITdeGOq+LV4lTTe5HuDTcojLfKGFeuTEHB1A8/Ph8hfiP3RrAy+0BG 1URWIOajnLvatoH+evW1t8sC0+BfAGJLKVG8E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=eSJvxEtZaX5BxpwDZPBhr1vEGRdCSFTSUtkBZtkVjWioZleQBiG53LazyecQqWq5y/ 5f3spBUus5q4BCfof0ZoNcYWpVudgIi+3reEjNhn2gjemK8Iy053VmeNZ2ui42cBbbnQ EcDSWGeG392qS9bvrOakPkiBBpN/eJ8tC2bek= Received: by 10.142.212.19 with SMTP id k19mr40594wfg.142.1212762281130; Fri, 06 Jun 2008 07:24:41 -0700 (PDT) Received: by 10.142.135.1 with HTTP; Fri, 6 Jun 2008 07:24:41 -0700 (PDT) Message-ID: <19196d860806060724h223c97d1yf6b4cc381aca49bb@mail.gmail.com> Date: Fri, 6 Jun 2008 10:24:41 -0400 From: "Sam Berlin" To: "HttpComponents Project" Subject: Re: BasicHttpParams not thread-safe? In-Reply-To: <48494383.6070309@odi.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <25aac9fc0806010729v7fb0c5cfs271a26713da79a59@mail.gmail.com> <1212332292.6368.5.camel@ubuntu> <25aac9fc0806010813y2dde26d0s6e0e5e76c25cc032@mail.gmail.com> <4842C88F.1020405@odi.ch> <25aac9fc0806010939s5721c075t282bc754112488a4@mail.gmail.com> <48494383.6070309@odi.ch> X-Virus-Checked: Checked by ClamAV on apache.org If the library contains only annotations, there should be no problem. Annotations are only strictly required at compile-time. At runtime, the annotations don't have to be on the classpath (even if they have a RetentionPolicy of Runtime). Sam On Fri, Jun 6, 2008 at 10:02 AM, Ortwin Gl=FCck wrote: > > > sebb wrote: >> >> net.jcip.annotations - http://www.jcip.net >> >> [Excellent book, by the way] >> >> These annotations are used by Findbugs (though at present they don't >> seem to be fully implemented) > > So you suggest to depend on that library? Might raise eyebrows. What if > these guys release a new version of the library? This would make integrat= ion > with other software depending on the other version a pain. Welcome to DLL > hell. > > Odi > > -- > [web] http://www.odi.ch/ > [blog] http://www.odi.ch/weblog/ > [pgp] key 0x81CF3416 > finger print F2B1 B21F F056 D53E 5D79 A5AF 02BE 70F5 81CF 3416 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org > For additional commands, e-mail: dev-help@hc.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org