We are building a new library which will need to do read/writes to our main identity management LDAP system.
We are considering using either Spring LDAP (http://projects.spring.io/spring-ldap/), UnboundId LDAP (https://www.ldap.com/unboundid-ldap-sdk-for-java), or http://www.ldaptive.org (which can use UnboundId LDAP).
Since we use Spring libraries/frameworks in our projects using Spring LDAP might be easier.
Anyone have good experience with the newer version of Spring LDAP or UnboundId LDAP? Any pros/cons between the two?
It looks like Spring LDAP development has stalled (no commits for some time, limited releases). Anyone know if that Spring LDAP development is still active?
Thanks for the help.
Bruce