spring-boot/spring-boot-project/spring-boot-test/src
Stephane Nicoll 95be419527 Use Class.forName rather than ClassLoader.loadClass
This commit changes uses of ClassLoader.loadClass to Class.forName for
consistency with what was initiated in #19342 and better compatibility
with GraalVM.

Closes gh-19824
2020-01-23 10:47:53 +01:00
..
main Merge branch '2.2.x' 2020-01-20 15:18:18 +00:00
test Use Class.forName rather than ClassLoader.loadClass 2020-01-23 10:47:53 +01:00