Introduce tryToLoadClass(String, ClassLoader)
in ReflectionSupport
#3289
Milestone
tryToLoadClass(String, ClassLoader)
in ReflectionSupport
#3289
Overview
To align with similar issues aiming to provide better support for using a custom
ClassLoader
, we should introducetryToLoadClass(String, ClassLoader)
inReflectionSupport
which delegates toReflectionUtils.tryToLoadClass(String, ClassLoader)
.Related Issues
ClassLoader
inClassSelector
andMethodSelector
#1987ReflectionUtils.loadRequiredParameterType()
should useClassLoader
for the suppliedClass
#2104@MethodSource
fails to load class with customClassLoader
arrangement #3279Class.forName()
instead ofClassLoader.loadClass()
#3290@ParameterizedTest
fails to convertString
toClass
with customClassLoader
#3291@EnabledIf
and@DisabledIf
fail to locate external class with customClassLoader
arrangement #3292The text was updated successfully, but these errors were encountered: