You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a bit odd that EmbeddedLdapAutoConfiguration uses @PreDestroy as the annotation should be present for that to take effect. It should rather implement the low-level framework interface to make sure the callback is always invoked.
The text was updated successfully, but these errors were encountered:
It's a bit odd that
EmbeddedLdapAutoConfiguration
uses@PreDestroy
as the annotation should be present for that to take effect. It should rather implement the low-level framework interface to make sure the callback is always invoked.The text was updated successfully, but these errors were encountered: