Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6D89611F37 for ; Sun, 3 Aug 2014 06:31:11 +0000 (UTC) Received: (qmail 43423 invoked by uid 500); 3 Aug 2014 06:31:10 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 43374 invoked by uid 500); 3 Aug 2014 06:31:10 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 43365 invoked by uid 99); 3 Aug 2014 06:31:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Aug 2014 06:31:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Aug 2014 06:31:12 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2031E23894E8 for ; Sun, 3 Aug 2014 06:30:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r918255 - in /websites/staging/directory/trunk/content: ./ api/news.html Date: Sun, 03 Aug 2014 06:30:47 -0000 To: commits@directory.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140803063047.2031E23894E8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Sun Aug 3 06:30:46 2014 New Revision: 918255 Log: Staging update by buildbot for directory Modified: websites/staging/directory/trunk/content/ (props changed) websites/staging/directory/trunk/content/api/news.html Propchange: websites/staging/directory/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sun Aug 3 06:30:46 2014 @@ -1 +1 @@ -1615328 +1615389 Modified: websites/staging/directory/trunk/content/api/news.html ============================================================================== --- websites/staging/directory/trunk/content/api/news.html (original) +++ websites/staging/directory/trunk/content/api/news.html Sun Aug 3 06:30:46 2014 @@ -141,10 +141,12 @@

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 note for Apache Directory LDAP API 1.0.0-M24:

-

Bugs : - * DIRAPI-197 - When dumping a BindRequest, the password is exposed - * DIRAPI-198 - LdapConnectionTemplate closes connection after authentication rather than returning to the pool - * DIRAPI-199 - LdapConnectionPool.getUnboundConnection is an oxymoron

+

Bugs :

+
    +
  • DIRAPI-197 - When dumping a BindRequest, the password is exposed
  • +
  • DIRAPI-198 - LdapConnectionTemplate closes connection after authentication rather than returning to the pool
  • +
  • DIRAPI-199 - LdapConnectionPool.getUnboundConnection is an oxymoron
  • +

Feel free to experiment, we highly appreciate your feedback !

Downloads are available here and the User's Guide is there

News