kstyrc / embedded-redis

Redis embedded server for Java integration testing
840 stars 368 forks source link

Please release latest version with Executor Service fix #60

Open ankitcha opened 8 years ago

loyalsound commented 8 years ago

Can you provide further information?

loyalsound commented 8 years ago

Forgot my comment. I already walking through all issues and see a problem with Executor Service. This problem prevent my Spring Boot app to destroy JVM, even when the ApplicationContext has been stopped. +1 for latest release

mlaflamm commented 7 years ago

+1 for a release of the latest code

ptahchiev commented 4 years ago

Can we have a release please. I'm really interested because the master is cleaning the ExecutorService: https://github.com/kstyrc/embedded-redis/blob/master/src/main/java/redis/embedded/AbstractRedisInstance.java#L83