20 Aug, 2015

1 commit

  • * opendj.ldap.spi.LdapPromiseWrapper
    ** The method was missing since the Promise API has been changed in fru-2.0.0-SNAPSHOT
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12760 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gaetan
     

17 Aug, 2015

1 commit


20 Jul, 2015

1 commit

  • * Note that this migration just solved compilation issues, it does not try to take benefits from the apis enhancements.
    * The major change is that org.forgerock.opendj.ldap.ResultHandler has been renamed to org.forgerock.opendj.ldap.LdapResultHandler.java to prevent conflicts with the org.forgerock.util.promise.ResultHandler
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12687 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gaetan
     

17 Jul, 2015

1 commit

  • * org/forgerock/opendj/ldap/spi/LdapPromiseWrapper.java
    ** Improve consistency of imports
    
    * clirr-ignored-api-changes.xml
    ** Format file
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12685 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gaetan
     

13 Jul, 2015

1 commit


08 Jul, 2015

1 commit


25 Jun, 2015

1 commit


15 Jun, 2015

1 commit


01 Jun, 2015

1 commit


29 May, 2015

1 commit

  • This patch adds LDAP result code appendices
    to the LDAP SDK dev guide and to the server reference.
    
    The implementation is quite closely coupled to
    the code in org.forgerock.opendj.ldap.ResultCode,
    and because it uses Javadoc comment text
    it does not provide for generating a localized version.
    
    This patch also introduces a new opendj-doc-maven-plugin
    dependency on QDox, which has an Apache 2 license.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12376 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

27 May, 2015

1 commit


22 May, 2015

2 commits


18 May, 2015

5 commits


28 Apr, 2015

2 commits


24 Apr, 2015

1 commit


20 Apr, 2015

1 commit


02 Apr, 2015

1 commit

  • * opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java
    ** Add backend type short and long optiion
    
    * opendj-core/src/main/java/org/forgerock/opendj/ldap/MemoryBackend.java
    ** Change code to allow root DSE sub-entriees
    
    * opendj-server-legacy/resource/config/config.ldif
    ** Remove harcoded userRoot backend ldif definition
    
    * opendj-server-legacy/src/main/java/org/opends/quicksetup/UserData.java
    ** Add backend type argument
    
    *  opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/Installer.java
    ** Forward backend type argument to ConfigureDS
    
    * opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendImpl.java
    ** Check if storage db directory exists before trying to remove all storage files
    
    * opendj-server-legacy/src/main/java/org/opends/server/tools/ConfigureDS.java
    ** Adapt the way to configure server base DNs
    
    * opendj-server-legacy/src/main/java/org/opends/server/tools/InstallDS.java
    ** Add method to retrieve all available backend types from the config framework
    ** Adapt console UI to add the backend type choice
    
    * opendj-server-legacy/src/main/java/org/opends/server/tools/InstallDSArgumentParser.java
    ** Add the backend type argument
    
    * opendj-server-legacy/src/messages/org/opends/messages/tool.properties
    ** Add messages related to console UI
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@12022 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gaetan
     

31 Mar, 2015

1 commit


27 Mar, 2015

1 commit

  • This patch builds lists of supported locales and language subtypes
    moving to generated, rather than hand-written documentation.
    
    Thanks to Nicholas C. for teaching me what to do in the review.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@11990 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

17 Mar, 2015

2 commits


16 Mar, 2015

1 commit

  • - Rename normalization methods to DN.toNormalizedByteString() and
     DN.toNormalizedUrlSafeString() according to same methods in server
    
    - Update implementation of equals(), hashCode() and compareTo() 
     methods according to same methods in server
     
    - Update DN class to cache normalized byte string in a field according
     to server behavior
     
    - Rename RDN and AVA normalization methods to be consistent in
     naming
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@11924 41b1ffd8-f28e-4786-ab96-9950f0a78031
    nicolas.capponi@forgerock.com
     

25 Feb, 2015

1 commit


19 Feb, 2015

2 commits


18 Feb, 2015

1 commit

  • Removed duplicated code
    
    
    ObjectIdentifierEqualityMatchingRuleImpl.java:
    Removed getAssertion() and now use AbstractEqualityMatchingRuleImpl.getAssertion() implementation.
    In normalizeAttributeValue(), extracted static method normalizeAttributeValuePrivate() for code reuse.
    
    ObjectIdentifierFirstComponentEqualityMatchingRuleImpl.java:
    Used ObjectIdentifierEqualityMatchingRuleImpl.normalizeAttributeValuePrivate().
    Used static imports.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@11791 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

17 Feb, 2015

1 commit

  • occured => occurred
    is cannot => cannot
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@11777 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

13 Feb, 2015

2 commits

  • All matching rules now return a normalized representation which can be compared using the default byte string comparator. Also removed redundant equal length approximate matching rules which were only used for tests and weren't really needed.
    
    Seeing the amount of boilerplate implementation in the server specific matching rules makes we wonder whether we should consider making the various AbstractMatchingRuleImpls public. Nicolas mentioned this when he was migrating the matching rules, and I think that I agree now I've had a closer look.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@11742 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     
  • …rk with default comparator
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@11736 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     

12 Feb, 2015

1 commit


29 Jan, 2015

3 commits


28 Jan, 2015

1 commit