-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Make ldap integration tests independent #7231
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eddumelendez, thanks for the PR! I've left some feedback inline.
...rc/integration-test/java/org/springframework/security/ldap/AbstractLdapIntegrationTests.java
Outdated
Show resolved
Hide resolved
...rc/integration-test/java/org/springframework/security/ldap/AbstractLdapIntegrationTests.java
Outdated
Show resolved
Hide resolved
.../java/org/springframework/security/ldap/userdetails/NestedLdapAuthoritiesPopulatorTests.java
Show resolved
Hide resolved
...rc/integration-test/java/org/springframework/security/ldap/AbstractLdapIntegrationTests.java
Show resolved
Hide resolved
d723609
to
cdc57cf
Compare
@jzheaux I have updated the PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eddumelendez thanks for the edits! I've just a bit more feedback.
ldap/src/integration-test/java/org/springframework/security/ldap/ApacheDsContainerConfig.java
Outdated
Show resolved
Hide resolved
ldap/src/main/java/org/springframework/security/ldap/server/ApacheDSContainer.java
Show resolved
Hide resolved
ldap/src/integration-test/java/org/springframework/security/ldap/ApacheDsContainerConfig.java
Outdated
Show resolved
Hide resolved
@jzheaux PR updated :) |
Thanks for the PR, @eddumelendez! This is now merged into |
Fixes gh-5942