The ApacheDSContainerTests fail on windows because the spring.keystore still has an open handle. This was discovered when moving to JUnit 5 because it validates that the files have been deleted, while the JUnit 4 rule we were using did not validate by default.
The bug is in ApacheDS which is no longer maintained where it does not close the FileInputStream for the keystoreFile.
We should fix it by disabling those specific tests on Windows