27 Apr, 2015

1 commit


13 Jan, 2015

1 commit

  • 
    ConfigChangeResult.java:
    Replaced all constructors for ConfigChangeResult by a single default constructor.
    
    *.java:
    Used ConfigChangeResult default constructor.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@11554 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

03 Nov, 2014

2 commits


21 Oct, 2014

3 commits


20 Oct, 2014

2 commits


15 Oct, 2014

1 commit


29 Sep, 2014

1 commit

  • * org.forgerock.opendj.ldap package:
    ** Rename FutureResult to LdapPromise
    ** Rename FutureResultImpl to LdapPromiseImpl and move it to org.forgerock.opendj.ldap.spi
    ** Rename the util class FutureResultWrapper to LdapPromises and move it to org.forgerock.opendj.ldap.spi package 
    ** Solve some bugs in HeartBeatConnectionFactory class
    
    org.forgerock.opendj.ldap.spi
    ** Merge old LDAPFutureResultImpl and AbstractLDAPFutureResultImpl and rename it as ResultLdapPromiseImpl
    ** Remove AbstractLDAPFutureResultImpl, LDAPFutureResultImpl and LDAPCompareFutureResultImpl
    ** Rename LDAP[Bind | Extended | Search]FutureResultImpl to [Bind | Extended | Search]ResultLdapPromiseImpl
    ** Add static methods in LdapPromises to return *LdapPromiseImpl instances
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@11065 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gaetan
     

19 Sep, 2014

1 commit


07 Mar, 2014

1 commit

  • * migrate opendj-config LDAP client support to SDK APIs
    * refactored unit tests to use SDK's memory backend.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10497 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     

06 Mar, 2014

1 commit


05 Feb, 2014

1 commit

  • * removed dependencies on DirectoryServer class
    * renamed ClassLoaderProvider to ConfigurationFramework to make its responsibility for overall management of the configuration framework more obvious
    * removed PropertyDefinitionsOptions and replaced with single "isClient" getter/setter in ConfigurationFramework. This is now used throughout the framework
    * use default schema throughout. If we need to add support for customization of the schema then we could provide the capability via the ConfigurationFramework class
    * pass in install/instance paths to ConfigurationFramework during initialization. Default to "user.dir" property if no paths are provided.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10284 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     

18 Jan, 2014

1 commit


16 Jan, 2014

1 commit


15 Jan, 2014

1 commit

  • * AciException: replace with LocalizedIllegalArgumentException
    * IdentifiedException/OpenDsException: not needed since functionality is replaced with LocalizedException
    * InitializationException: removed and replaced use with ConfigException (TODO: should consider renaming ConfigException to something more generic, like ServerException)
    * DirectoryException/LDAPException: not used, so removed
    * Removed unused ObjectClass methods in DirectoryServer.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10151 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     

10 Jan, 2014

1 commit

  • * rename remaining "admin" to "config"
    * move all config related files under "config" source and output folders
    * use  META-INF/services for config manifest file allowing us to use ServiceLoader in future
    * fixed redundant imports from earlier commit.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10128 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     

09 Jan, 2014

1 commit


06 Jan, 2014

1 commit