The Apache Directory Team is proud to announce the availability of the 1.0.0-M32 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 LDAPAPI (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. Another bug fix release, with some huge modifications in the way we handle Values. The SchemaManager is now propagated down to the Ava and Value classes, which causes many tests to have been fixed. We also have added a LdifAnonymizer that can swallow a Ldif File and replace the values with a random text. We have also spent some time fixing many checkstyle violations. A few other issues have been fixed. Here is the list of fixed issues : Bugs : ------ DIRAPI-90 <https://issues.apache.org/jira/browse/DIRAPI-90> <https://issues.apache.org/jira/browse/DIRAPI-90> - IllegalArgumentException: factory thrown when creating LdapNetworkConnection inside OSGi DIRAPI-114 <https://issues.apache.org/jira/browse/DIRAPI-114> <https://issues.apache.org/jira/browse/DIRAPI-114> - Reconsider interfaces and base classes for Registries DIRAPI-118 <https://issues.apache.org/jira/browse/DIRAPI-118> <https://issues.apache.org/jira/browse/DIRAPI-118> - Use JUnit TemporaryFolder Rule DIRAPI-219 <https://issues.apache.org/jira/browse/DIRAPI-219> <https://issues.apache.org/jira/browse/DIRAPI-219> - DateUtils.toGeneralizedTime does not work with some Locales DIRAPI-241 <https://issues.apache.org/jira/browse/DIRAPI-241> <https://issues.apache.org/jira/browse/DIRAPI-241> - new GeneralizedTime(String) fails for fraction close to one DIRAPI-246 <https://issues.apache.org/jira/browse/DIRAPI-246> <https://issues.apache.org/jira/browse/DIRAPI-246> - Error in parsing LDIF file DIRAPI-252 <https://issues.apache.org/jira/browse/DIRAPI-252> <https://issues.apache.org/jira/browse/DIRAPI-252> - Compiling warnings while api-all is in dependencies DIRAPI-253 <https://issues.apache.org/jira/browse/DIRAPI-253> <https://issues.apache.org/jira/browse/DIRAPI-253> - The AVA class is not handling correctly the values wrt the SchemaManager DIRAPI-254 <https://issues.apache.org/jira/browse/DIRAPI-254> <https://issues.apache.org/jira/browse/DIRAPI-254> - Value<?> don't have a apply(AttributeType) method DIRAPI-255 <https://issues.apache.org/jira/browse/DIRAPI-255> <https://issues.apache.org/jira/browse/DIRAPI-255> - An escaped space at the end of a RDN will not be kept due to a bug in the ComplexDNParser Task : ------ DIRAPI-251 <https://issues.apache.org/jira/browse/DIRAPI-251> <https://issues.apache.org/jira/browse/DIRAPI-251> - Fix violations of coding standards and enable checkstyle check New Feature : ------------- DIRAPI-250 <https://issues.apache.org/jira/browse/DIRAPI-250> <https://issues.apache.org/jira/browse/DIRAPI-250> - Add a way to Anonymize a LDIF file Question : ---------- DIRAPI-191 <https://issues.apache.org/jira/browse/DIRAPI-191> <https://issues.apache.org/jira/browse/DIRAPI-191> - How to get attributes list according to objectClass 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 -- Regards, Cordialement, Emmanuel Lécharnywww.iktek.com <http://xn--lcharnywww-b7a.iktek.com> -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
