From announce-return-1688-apmail-announce-archive=apache.org@apache.org Tue Jan 29 15:07:38 2013 Return-Path: X-Original-To: apmail-announce-archive@www.apache.org Delivered-To: apmail-announce-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 501B4E35B for ; Tue, 29 Jan 2013 15:07:38 +0000 (UTC) Received: (qmail 58486 invoked by uid 500); 29 Jan 2013 15:07:27 -0000 Delivered-To: apmail-announce-archive@apache.org Received: (qmail 57635 invoked by uid 500); 29 Jan 2013 15:07:21 -0000 Mailing-List: contact announce-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list announce@apache.org Delivered-To: moderator for announce@apache.org Received: (qmail 5955 invoked by uid 99); 29 Jan 2013 14:25:00 -0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pajbam@gmail.com designates 74.125.83.50 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:cc:content-type; bh=4pJ/9WtVl1KgLmOcCg+dzMk8PY/HM4SE7U27ESOoFO0=; b=N46nZgVzCedcjbtw4PhIhiQfTjMmezvG0hrXBgUFTXe3yWl3589zedxXJFNlPQA9UD KtrLk+09q61x9a46vYxWPa0VaKKu5UbMNc0EyC2Rp+fzQ/IVYzOxz7fRqqmeJSuRg4XI YOg656EIXw33Z2u7cvQiZZg3opygJuEfSQQ3foTodV3L8oM9SrKv6tRiTi3ABb4NLB25 2emHb6ta25cnWC/p0U0lnn1XQqeGQyqzFpLeudu/6FRxxWq+MZJxV/yZXSR15b3gMDEm BPSfw4jJg5a94kVgz+Mpa8ym3An3C4HGEThFDvgmegG1hk5wa2tghA2XXToQxeSOjBzW 1UQg== MIME-Version: 1.0 X-Received: by 10.14.1.195 with SMTP id 43mr3615020eed.31.1359469473255; Tue, 29 Jan 2013 06:24:33 -0800 (PST) Sender: pajbam@gmail.com Date: Tue, 29 Jan 2013 15:24:33 +0100 X-Google-Sender-Auth: 8jlL9GC_6vmcjikU2585paORK4A Message-ID: Subject: [ANNOUNCE] Apache Directory LDAP API 1.0.0-M15 released From: Pierre-Arnaud Marcelot To: Apache Directory Developers List , Apache Directory Users List , api@directory.apache.org Cc: announce@apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org The Apache Directory Team is proud to announce the availability of the 1.0.0-M15 version of the Apache Directory LDAP API. The Apache Directory LDAP client API is an ongoing effort to provide an enhanced LDAP API, as a replacement for JNDI and the existing LDAP API (jLdap and Mozilla LDAP API). This is a schema aware API, with some convenient ways to access a LDAP server. This API is not only targeting the Apache Directory Server, but should work pristine with any LDAP server. It's also an extensible API : new Controls, schema elements and network layer could be added or used in the near future. It's also OSGi capable. Here are the release notes for Apache Directory LDAP API 1.0.0-M15: * [DIRAPI-112] - Review Package Names Feel free to experiment, we highly appreciate your feedback ! Website : http://directory.apache.org/api Download : http://directory.apache.org/api/downloads.html User's Guide : http://directory.apache.org/api/user-guide.html The Apache Directory Team