diff --git a/spring-ldap/.classpath b/spring-ldap/.classpath index cdaaac28..4a527c2a 100644 --- a/spring-ldap/.classpath +++ b/spring-ldap/.classpath @@ -1,50 +1,52 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/spring-ldap/changelog.txt b/spring-ldap/changelog.txt index 760efdc3..46467fd8 100644 --- a/spring-ldap/changelog.txt +++ b/spring-ldap/changelog.txt @@ -10,6 +10,12 @@ http://www.ietf.org/rfc/rfc2255.txt http://www.ietf.org/rfc/rfc2256.txt http://www.ietf.org/rfc/rfc2696.txt +Changes in version 1.2 (xx.yy.2007) +------------------------------------------- +* Moved the core classes into the package ldap.core. + +* Upgraded ApacheDS to 1.0.0. + Changes in version 1.1.2 (1.12.2006) ------------------------------------------- * Fixed problem with DirContextAdapter.getNameInNameSpace. Now it really diff --git a/spring-ldap/ivy.xml b/spring-ldap/ivy.xml index c0d1e1d0..c626d6d4 100644 --- a/spring-ldap/ivy.xml +++ b/spring-ldap/ivy.xml @@ -64,28 +64,30 @@ - - - - - - - - - - - + @@ -93,11 +95,9 @@ - - - diff --git a/spring-ldap/src/itest/java/conf/apacheDsContext.xml b/spring-ldap/src/itest/java/conf/apacheDsContext.xml index e554e083..28314722 100644 --- a/spring-ldap/src/itest/java/conf/apacheDsContext.xml +++ b/spring-ldap/src/itest/java/conf/apacheDsContext.xml @@ -40,7 +40,7 @@ + class="org.apache.directory.server.core.partition.impl.btree.MutableBTreePartitionConfiguration"> diff --git a/spring-ldap/src/itest/java/org/springframework/ldap/LdapTemplateSearchCountITest.xls b/spring-ldap/src/itest/java/org/springframework/ldap/LdapTemplateSearchCountITest.xls index 576261b9..a7f7e40c 100644 Binary files a/spring-ldap/src/itest/java/org/springframework/ldap/LdapTemplateSearchCountITest.xls and b/spring-ldap/src/itest/java/org/springframework/ldap/LdapTemplateSearchCountITest.xls differ