Files
spring-cloud-vault/spring-cloud-vault-config
Mark Paluch c15d1181ee Use create daemon threads in ThreadPoolTaskScheduler.
Use create daemon threads in ThreadPoolTaskScheduler to not prevent application shutdown if the ThreadPoolTaskScheduler is not shut down upon application exit. ThreadPoolTaskScheduler may stay active because the actual threads prevent a VM exit so the shutdown hook isn't called.

Fixes gh-81.
2017-02-24 14:17:43 -05:00
..