embedded-ldap-junit 0.8

The embedded-ldap-junit project provides convenient access to an embedded LDAP server (the in-memory directory server provided by the UnboundID LDAP SDK for Java) for use in JUnit unit tests. They have just released version 0.8 of the library, which appears to include the following changes over the previous 0.7 version:

  • It is now possible to specify which listener to use
  • It now supports both Java 8 and Java 11
  • Updated to UnboundID LDAP SDK for Java version 5.0.1
  • Updated to byte-buddy version 1.10.10
  • Updated to JUnit version 4.13