spring-boot/spring-boot-project/spring-boot-devtools
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
..
src Use Class.forName rather than ClassLoader.loadClass 2020-01-23 10:47:53 +01:00
build.gradle Use parentheses when declaring dependencies 2020-01-22 16:02:38 -08:00