How to set up a spring-boot application with java 13
问题 I am creating a spring-boot application, which is running and performing well with openJdk12. The application: https://github.com/jactor-rises/jactor-persistence I am looking for how to set it up with openJdk13. I tried with spring-boot 2.1.8.RELEASE and 2.1.9.RELEASE , but both versions fails runtime with an IllegalStateException : java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext