-
Notifications
You must be signed in to change notification settings - Fork 488
Simplify Configuring Operational Attributes in Embedded Test Servers #938
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
Comments
hello @jzheaux - I would like to work on this issue, would it be ok? |
Hi, @etrandafir93, for sure. Thanks for volunteering! |
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Feb 9, 2025
Closes spring-projects#938 Signed-off-by: Emanuel Trandafir <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 16, 2025
Closes spring-projects#938 Signed-off-by: emanueltrandafir1993 <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 16, 2025
Closes spring-projects#938 Signed-off-by: emanueltrandafir1993 <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 16, 2025
Closes spring-projects#938 Signed-off-by: emanueltrandafir1993 <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 16, 2025
Closes spring-projects#938 Signed-off-by: emanueltrandafir1993 <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 16, 2025
Closes spring-projects#938 Signed-off-by: emanueltrandafir1993 <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 21, 2025
Closes spring-projects#938 Signed-off-by: emanueltrandafir1993 <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 21, 2025
Closes spring-projects#938 Signed-off-by: emanueltrandafir1993 <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 21, 2025
Closes spring-projects#938 Signed-off-by: emanueltrandafir1993 <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 21, 2025
Closes spring-projects#938 Signed-off-by: emanueltrandafir1993 <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 23, 2025
Closes spring-projects#938 Signed-off-by: emanueltrandafir1993 <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 23, 2025
Closes spring-projects#938 Signed-off-by: Emanuel Trandafir <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 23, 2025
Closes spring-projects#938 Signed-off-by: Emanuel Trandafir <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 23, 2025
Closes spring-projects#938 Signed-off-by: Emanuel Trandafir <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 27, 2025
Closes spring-projects#938 Signed-off-by: Emanuel Trandafir <[email protected]> Signed-off-by: etrandafir93 <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 27, 2025
Issue spring-projects#938 Signed-off-by: Emanuel Trandafir <[email protected]> Signed-off-by: etrandafir93 <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 27, 2025
Issue spring-projects#938 Signed-off-by: Emanuel Trandafir <[email protected]> Signed-off-by: etrandafir93 <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 27, 2025
Issue spring-projects#938 Signed-off-by: Emanuel Trandafir <[email protected]> Signed-off-by: etrandafir93 <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 27, 2025
Issue spring-projects#938 Signed-off-by: etrandafir93 <[email protected]>
etrandafir93
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Mar 27, 2025
Issue spring-projects#938 Signed-off-by: etrandafir93 <[email protected]>
jzheaux
added a commit
to etrandafir93/spring-ldap
that referenced
this issue
Apr 3, 2025
In order to remain binary compatible, we cannot remove checked exceptions from signatures. And since this method is deprecated anyway, there is little to be gained from changing its signature. Issue spring-projectsgh-938
jzheaux
pushed a commit
that referenced
this issue
Apr 3, 2025
Closes #938 Signed-off-by: Emanuel Trandafir <[email protected]> Signed-off-by: etrandafir93 <[email protected]>
jzheaux
pushed a commit
that referenced
this issue
Apr 3, 2025
Issue #938 Signed-off-by: etrandafir93 <[email protected]>
jzheaux
pushed a commit
that referenced
this issue
Apr 3, 2025
Issue #938 Signed-off-by: etrandafir93 <[email protected]>
jzheaux
added a commit
that referenced
this issue
Apr 3, 2025
In order to remain binary compatible, we cannot remove checked exceptions from signatures. And since this method is deprecated anyway, there is little to be gained from changing its signature. Issue gh-938
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It would be nice if more of the underlying configuration settings were exposed for UnboundID's
InMemoryDirectoryServerConfig
. Specifically, it would be nice to add a custom operation interceptor so that test operational attributes can be added.This would make testing for issues like #446 more flexible.
Instead of exposing support specifically for operational interceptors, though, it would be more flexible to expose a setter in
unboundid.EmbeededLdapServerFactoryBean
for post-processing theInMemoryDirectoryServerConfig
like so:Then, UnboundID's
EmbeddedLdapServer
could invoke that before starting the directory service, like so:config.setEnforceAttributeSyntaxCompliance(true); + postProcessor.accept(config); Entry entry ...
Tests should also be added to demonstrate that the constructed
EmbeddedLdapServer
correctly uses the configured post-processor.The text was updated successfully, but these errors were encountered: