Return-Path: Delivered-To: apmail-incubator-directory-dev-archive@www.apache.org Received: (qmail 76621 invoked from network); 28 Jun 2004 19:05:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Jun 2004 19:05:11 -0000 Received: (qmail 3147 invoked by uid 500); 28 Jun 2004 19:05:25 -0000 Delivered-To: apmail-incubator-directory-dev-archive@incubator.apache.org Received: (qmail 3049 invoked by uid 500); 28 Jun 2004 19:05:24 -0000 Mailing-List: contact directory-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Apache Directory Developers List" Reply-To: "Apache Directory Developers List" Delivered-To: mailing list directory-dev@incubator.apache.org Received: (qmail 3004 invoked by uid 99); 28 Jun 2004 19:05:23 -0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=FROM_ENDS_IN_NUMS,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [205.152.59.70] (HELO imf22aec.mail.bellsouth.net) (205.152.59.70) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 28 Jun 2004 12:05:19 -0700 Received: from [172.16.1.9] ([68.218.232.170]) by imf22aec.mail.bellsouth.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP id <20040628190449.JXN1779.imf22aec.mail.bellsouth.net@[172.16.1.9]> for ; Mon, 28 Jun 2004 15:04:49 -0400 Subject: Snickers Jar Consolidation From: Alex Karasulu To: directory Content-Type: text/plain Message-Id: <1088445902.554.9.camel@lagrange> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 28 Jun 2004 14:05:02 -0400 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, Alan and I had some discussions on IRC that we wanted to post to the list since the darn logger is not working :(. Alan cleaned up and improved a bunch of my yucky code in another branch that he will be massaging and merging back into the trunk. Once this is done I will consolidate the codec-stateful maven project code into the ber-codec code. Here's what the trunk top level directory for snickers looks like today with respect to the maven projects: ber-codec codec-stateful ldap-ber-provider stub-compiler Here's what it will look like when we're done: runtime ldap-ber-provider stub-compiler spnego (explained below) So basically we want to remove as many dependencies as possible. First off we're going to make a clean break from any deps on commons-codec. Secondly we're going to consolidate all the new statefull interfaces (which will all be revamped later) into the runtime. This will then be one deliverable jar for the Snickers runtime. This is being done in preparation for using Snickers to generate/read SPNEGO tokens in Geronimo. Alex