vt-middleware / ldaptive

A simple, extensible Java API for interacting with LDAP servers
56 stars 26 forks source link

Refactor merge to support operation config. #227

Closed dfish3r closed 1 year ago

dfish3r commented 1 year ago

The underlying operations used by the merge operation can now be configured with handlers. Update MergeOperation to expose properties for these operations. Note that this is a behavioral change to the merge as the initial search is no longer guaranteed to occur on the same connection as the following operation. Add copy methods to each operation for consistency.