06 Dec, 2010
1 commit
-
Update to latest Grizzly. Refactor default transport factory implementation so that it does not conflict with transports used by other Grizzly based services (e.g HTTP). git-svn-id: https://svn.forgerock.org/opendj/trunk@6662 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Oct, 2010
1 commit
-
* Added a method, Entries.diffEntries(Entry,Entry), which returns a ModifyRequest containing the necessary changes to convert the first entry to the second. * Improvements to the DIGEST-MD5 and GSSAPI SASL bind request interfaces + some bug fixes. * Expose the LoadBalancingAlgorithm interface and also add support for Round Robin style load balancing to complement the existing Failover algorithm. * Implement some simple examples: ldap search, ldap modify, async ldap search, an ldap proxy server, and an ldap data store. These can be found in the "examples" directory and are built and included with the SDK zip file as examples.zip. * Various minor Javadoc improvements and bug fixes. * Updated to latest Grizzly. * Added an overview.html file which includes a very simple getting started example as well as pointers to key classes and interfaces (DISCLAIMER: this is just a start). * Some more unit tests. git-svn-id: https://svn.forgerock.org/opendj/trunk@6620 41b1ffd8-f28e-4786-ab96-9950f0a78031
01 Sep, 2010
1 commit
-
* Fix for CR 6945479: Creating the Grizzly transport should be done synchronously to ensure only one instance is started. * Fix for CR 6945473: checking for expired operation no longer causes race condition with other pendingRequest removals. * Fix for CR 6979503: NullPointerException while running searchrate in asynchronous mode * Fixed a bug where exceptions encountered when decoding a response might not be exposed. * Fixed NPE when using performance tools. * Added properties to configure socket options for the default transport. Set SO_LINGER to 0 for ModRate and SearchRate tools. * Make SearchResultHandler extend ResultHandler<Result> in order to a) make async search APIs simpler, and b) allow event driven notification of search result/error for synchronous searches. * improve generic type bounds for ResultHandlers from ResultHandler<X> to ResultHandler<? super X> * add support for close notification to LDAPClientContext * fix several FindBugs bugs * rename ConnectionEventListener and ServerConnection methods to handleXXX to make the consistent with other handler interfaces. * Added ConnectionEntryReader implementation. * Add SchemaBuilder(Entry) constructor as an alternative to Schema.valueOf(Entry). Add Schema.toEntry(Entry) method as well for converting Schema objects to entries. * Fixed bug in SASL BIND requests. * Added SASL BIND test cases * Exposed cipher and protocol configuration for establishing LDAPS connections. * Added StartTLS test case * Fixed a bug where bind and startTLS operation may be canceled. * Updated to latest Grizzly git-svn-id: https://svn.forgerock.org/opendj/trunk@6580 41b1ffd8-f28e-4786-ab96-9950f0a78031
01 Jul, 2010
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6533 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 May, 2010
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6441 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Nov, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6214 41b1ffd8-f28e-4786-ab96-9950f0a78031