I'm sorry this is becoming a game of whack-a-mole but I have found another instance of an alternate classloader not being propagated properly similar to #27133.
The offending line can be found here:
|
return instantiator.instantiate(names); |
This is leading to a ClassNotFound exception on the FlywayDatabaseInitializerDetector class.
I'm sorry this is becoming a game of whack-a-mole but I have found another instance of an alternate classloader not being propagated properly similar to #27133.
The offending line can be found here:
spring-boot/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/sql/init/dependency/DatabaseInitializationDependencyConfigurer.java
Line 165 in dfe91be
This is leading to a ClassNotFound exception on the FlywayDatabaseInitializerDetector class.