Class ForkJoinClassLoading

java.lang.Object
io.quarkus.runner.bootstrap.ForkJoinClassLoading

public class ForkJoinClassLoading extends Object
  • Constructor Details

    • ForkJoinClassLoading

      public ForkJoinClassLoading()
  • Method Details

    • setForkJoinClassLoader

      public static void setForkJoinClassLoader(ClassLoader classLoader)
      A yucky hack, basically attempt to make sure every thread in the common pool has the correct CL. It's not perfect, but as this only affects test and dev mode and not production it is better than nothing. Really we should just not use the common pool at all.