27 Apr, 2015
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@12160 41b1ffd8-f28e-4786-ab96-9950f0a78031
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
03 Nov, 2014
2 commits
-
AutoRefactor successfully goes through the whole SDK now. git-svn-id: https://svn.forgerock.org/opendj/trunk@11235 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- work with null checked expressions first - revert conditions - collapse if statements - push negations down - invert equals() Manually used ternary operators git-svn-id: https://svn.forgerock.org/opendj/trunk@11233 41b1ffd8-f28e-4786-ab96-9950f0a78031
21 Oct, 2014
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11174 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11171 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11169 41b1ffd8-f28e-4786-ab96-9950f0a78031
20 Oct, 2014
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11161 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11160 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Oct, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11142 41b1ffd8-f28e-4786-ab96-9950f0a78031
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
19 Sep, 2014
1 commit
-
…and remove ErrorResultIOException git-svn-id: https://svn.forgerock.org/opendj/trunk@11019 41b1ffd8-f28e-4786-ab96-9950f0a78031
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
06 Mar, 2014
1 commit
-
in "tests" jar to allow usage by other modules * Handle property methods with booleans * Default to mockito behavior (default values) for non-property methods or property methods with no default value in configuration * Add more unit tests to ConfigurationMockTest class git-svn-id: https://svn.forgerock.org/opendj/trunk@10487 41b1ffd8-f28e-4786-ab96-9950f0a78031
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
18 Jan, 2014
1 commit
-
* DefaultBehaviorException * IllegalPropertyValueException * IllegalPropertyValueStringException * PropertyIsMandatoryException * PropertyIsReadOnlyException * PropertyIsSingleValuedException * UnknownPropertyDefinitionException git-svn-id: https://svn.forgerock.org/opendj/trunk@10161 41b1ffd8-f28e-4786-ab96-9950f0a78031
16 Jan, 2014
1 commit
-
…are not always forced to sub-class from SdkTestCase. git-svn-id: https://svn.forgerock.org/opendj/trunk@10153 41b1ffd8-f28e-4786-ab96-9950f0a78031
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
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
09 Jan, 2014
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@10112 41b1ffd8-f28e-4786-ab96-9950f0a78031
06 Jan, 2014
1 commit
-
* rename opendj-admin to opendj-config git-svn-id: https://svn.forgerock.org/opendj/trunk@10084 41b1ffd8-f28e-4786-ab96-9950f0a78031