File Release Notes and Changelog
Notes:
This release tagged 1.0-rc3 should be the last release before version 1.0 as no new defects appeared. Release 1.0 is due for 21 September.
Changes:
Bug fixes and minor changes:
- fixed inheritance in maps
- added changes report
- do not by default add a multi valued empty attribute while performing LDAP request
- added cobertura clean goal to the clean phase.
- Patch relative names management
- Protect against null filters
New Features:
- added "lenient" attribute on operation element: This element is mapped with the "ignoreMissing" attribute of the VariableString.
- new feature : add a ref attribute on the operation element.
- This attribute is the key of the new value in the env Map.
Mockldap:
- Adding destroySubContext, subtree search scope, modifyAttributes
- Non relative names on SearchResult
- Disable close operation
- Throwing exceptions on non implemented methods
- Caching instance per Thread to keep changes between two calls
- Ignoring case for attribute value
- Add a speculoos-commons project witch includes mock ldap classes.