Java 11 and ForkJoinPool.commonPool() class loading issue · Issue #15737 · spring-projects/spring-boot

I'm trying to migrate an application from Java 8 to java 11 and have found a problem with ServiceLoader.load() that are being run from within ForkJoinPool.commonPool, that are used by default when ...