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.