spring-boot/spring-boot-samples/spring-boot-sample-integration
Andy Wilkinson 3927dca3e0 Tolerate files being briefly left open by FileWritingMessageHandler
When the context is closed, FileWritingMessageHandler is stopped and
it closes its output files. However, it appears to do so in a manner
which means that they may be closed after the call to close the
context is completed. This causes problems on Windows as files that
are still open cannot be deleted.

This commit adds a workaround to SampleIntegrationApplicationTests
so that it makes up to 10 attempts each 0.5s apart to clean up the
input and output directories.
2017-01-17 11:48:57 +00:00
..
src Tolerate files being briefly left open by FileWritingMessageHandler 2017-01-17 11:48:57 +00:00
pom.xml Polish 2016-12-30 11:10:44 -08:00