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
     

08 Jul, 2015

1 commit


01 Jun, 2015

1 commit


28 May, 2015

2 commits


28 Apr, 2015

1 commit


25 Feb, 2015

1 commit


24 Nov, 2014

1 commit


13 Nov, 2014

1 commit


03 Nov, 2014

1 commit

  • - 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
    JnRouvignac
     

21 Oct, 2014

1 commit


20 Oct, 2014

2 commits


16 Oct, 2014

2 commits


15 Oct, 2014

2 commits


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


06 May, 2014

1 commit


01 Apr, 2014

1 commit


21 Feb, 2014

1 commit


13 Feb, 2014

1 commit

  • - Factorized code
    - Fixed Sonar violations
    - Removed duplicated lines reported by Sonar
    - Applied refactorings suggested by AutoRefactor plugin 
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10359 41b1ffd8-f28e-4786-ab96-9950f0a78031
    JnRouvignac
     

12 Feb, 2014

1 commit


11 Feb, 2014

1 commit


07 Feb, 2014

2 commits

  • Modified files due to changes on console application err/out stream.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10327 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     
  • - Removed default CLI value from ListenerSettings.
    - Modified CLI to add default values to ldap port, admin port, etc... and unit tests.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10304 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

06 Feb, 2014

1 commit

  • - Added subcommand for Setup CLI.
    - Added logger.
    - Removed javacheckversion from model. The function is now in the Utils.
    - Added unit tests for subcommands.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10296 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

05 Feb, 2014

2 commits


04 Feb, 2014

1 commit

  • OPENDJ-1301 Implement model for installing OpenDJ as a directory server
    - Added package org.forgerock.opendj.server.setup.model
    - Added unit tests
    ****************************************************************************
    OPENDJ-1306 Implement setup CLI for directory server
    - Added package org.forgerock.opendj.server.setup.cli
    - Added unit tests
    ****************************************************************************
    - modified pom to add a dependency on the opendj-CLI module.
    - added some classes needed by the setup see : package org.opends.server.types (TODO those files are just here temporary, they will be removed!).
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10266 41b1ffd8-f28e-4786-ab96-9950f0a78031
    violette
     

25 Jan, 2014

1 commit

  • * moved closeSilently() methods and a couple of others from StaticUtils to forgerock-utils
    * bumped dependency on forgerock-utils to 1.3.0-SNAPSHOT
    * all remaining Findbugs warnings are just noise. It's a shame that it's not possible to use @SuppressWarnings("findbugs").
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10187 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     

16 Jan, 2014

1 commit

  • * replace references to DirectoryException with ErrorResultException
    * replace references to InitializationException with ConfigException.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10152 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     

15 Jan, 2014

2 commits


14 Jan, 2014

2 commits

  • * rewrite Maven plugin so that it performs XSLT transformations itself rather than delegating to the xml-maven-plugin. This is required in order to be able to access the stylesheets and core descriptors within the plugin's classloader
    
    * remove dependency on Xalan-J in XSLT transformations since https://java.net/jira/browse/OPENDS-2296 seems to have been fixed, at least in OpenJDK 6u27 and OpenDJ 7u25
    
    * re-enable build of opendj-config, opendj-server, and opendj-server-example-plugin.
    
    TODO once the new Maven plugin has received some more testing in Jenkins:
    
    * add XML validation
    * fix support for Windows file names
    * simplify code.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10148 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     
  • * ConfigException has moved
    * don't override forgerock-util version.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@10145 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     

06 Jan, 2014

1 commit


19 Dec, 2013

1 commit


13 Dec, 2013

1 commit