vt-middleware / ldaptive

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

ModifyRequest.Builder methods misspelled #199

Closed ceharris closed 3 years ago

ceharris commented 3 years ago

All overloads of modificiations [sic] in ModifyRequest.Builderhave a misspelled name. Perhaps avoid a breaking change by introducing correctly-spelled methods and deprecating the existing methods?

dfish3r commented 3 years ago

Deprecated the old methods, but I think the next release will be 2.1.0. The deprecated methods will likely be removed at that point.