-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Ldap contextSource base property populating in EmbeddedLdapAutoConfig #10444
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
Conversation
|
@pavelda2 Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
|
@pavelda2 Thank you for signing the Contributor License Agreement! |
* pr/10444: Reuse spring.ldap.base in Embedded support
|
Merged, thank you! |
|
This broke Spring Data's integration tests and, looking at the error, this change is way more invasive than I thought. Perhaps you could provide a solution that is opt-in instead? |
|
The problem is in integration test. Somebody set the
From my point of view the test should be repaired. Possible solutions:
|
|
@pavelda2 thanks for the feedback. Also paging @olivergierke that raised the regression in those tests.
That's arguable I suppose, I wonder if there is a clear way to detect such use case. The error I saw was not very informative. |
|
I would suggest to use the value from |
Fix issue #10443