-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add start() and stop() methods for unboundid.EmbeddedLdapServer #1025
Comments
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Feb 20, 2025
Closes spring-projects#1025 Signed-off-by: Emanuel Trandafir <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Feb 20, 2025
Closes spring-projects#1025 Signed-off-by: emanueltrandafir1993 <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Feb 26, 2025
Closes spring-projects#1025 Signed-off-by: emanueltrandafir1993 <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Feb 26, 2025
Closes spring-projects#1025 Signed-off-by: emanueltrandafir1993 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed in #1000, we should add start() and stop() methods for unboundid.EmbeddedLdapServer. As agreed, we should avoid throwing checked exceptions from these new methods, and implement the AutoClosable interface.
Opened poince:
directoryServer.shutDown(true)
, should we deprecate EmbeddedLdapServer::shutdown ?The text was updated successfully, but these errors were encountered: