1
0
mirror of synced 2026-07-05 02:40:02 +00:00

Mark ApacheDS classes for removal

Closes gh-13851
This commit is contained in:
Marcus Da Coregio
2023-09-25 09:13:45 -03:00
parent 6d318914d5
commit 33efe84c56
3 changed files with 14 additions and 2 deletions
@@ -73,10 +73,10 @@ import org.springframework.util.Assert;
* @author Rob Winch
* @author Gunnar Hillert
* @author Evgeniy Cheban
* @deprecated Use {@link UnboundIdContainer} instead because ApacheDS 1.x is no longer
* @deprecated For removal in 7.0. Use {@link UnboundIdContainer} instead because ApacheDS 1.x is no longer
* supported with no GA version to replace it.
*/
@Deprecated
@Deprecated(since = "5.2", forRemoval = true)
public class ApacheDSContainer
implements EmbeddedLdapServerContainer, InitializingBean, DisposableBean, Lifecycle, ApplicationContextAware {