09 May, 2012

2 commits


08 May, 2012

1 commit


07 May, 2012

3 commits


04 May, 2012

2 commits


03 May, 2012

2 commits


02 May, 2012

1 commit


27 Apr, 2012

4 commits


26 Apr, 2012

1 commit


25 Apr, 2012

2 commits


24 Apr, 2012

1 commit


20 Apr, 2012

2 commits


13 Mar, 2012

1 commit

  • The refactoring affects path names to HTML content. Examples:
    
    Before
    http://openam.forgerock.org/doc/admin-guide/OpenAM-Admin-Guide.html#configure-authn-chains
    http://opendj.forgerock.org/doc/admin-guide/OpenDJ-Admin-Guide.html#chap-account-lockout
    http://openidm.forgerock.org/doc/integrators-guide/OpenIDM-Integrators-Guide.html#security-bootstrap
    
    After
    http://openam.forgerock.org/doc/admin-guide/index.html#configure-authn-chains
    http://opendj.forgerock.org/doc/admin-guide/index.html#chap-account-lockout
    http://openidm.forgerock.org/doc/integrators-guide/index.html#security-bootstrap
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@7816 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mark
     

01 Feb, 2012

1 commit


13 Jan, 2012

1 commit


04 Jan, 2012

1 commit


03 Jan, 2012

2 commits


02 Jan, 2012

2 commits


05 Dec, 2011

1 commit


29 Nov, 2011

1 commit

  • …synchronousConnections) and OPENDJ-328 (Make it easier to implement connection decorators).
    
    Merged AsynchronousConnection interface into Connection and added "Async" suffix to asynchronous operation methods so that they can be easily distinguished from their synchronous counterparts. Added AbstractAsynchronousConnection class which facilitates development of new Connection implementations whose underlying implementation is asynchronous.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@7523 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     

22 Nov, 2011

3 commits


10 Nov, 2011

1 commit


31 Oct, 2011

1 commit


28 Oct, 2011

2 commits


12 Aug, 2011

1 commit

  • Renamed ConnectionPool -> FixedConnectionPool
    Added new interface ConnectionPool which extends Closeable
    Renamed Connections.newConnectionPool() to newFixedConnectionPool()
    Implemented FixedConnectionPool.close() and added unit tests.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@7185 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew
     

20 Jun, 2011

1 commit