spring-boot/spring-boot-project/spring-boot-tools/spring-boot-loader
Oleg Zhurakousky 9f75f30856 Change call to createClassLoader(URL) from 'super' to 'this'
ExecutableArchiveLauncher.createClassLoader(Iterator) calls
createClassLoader(URL) method with 'super'. This means overriding
createClassLoader(URL) is not possible without also overriding
createClassLoader(Iterator). The switch to 'this' enables that.

See gh-20851
2020-04-06 10:40:37 -07:00
..
src Change call to createClassLoader(URL) from 'super' to 'this' 2020-04-06 10:40:37 -07:00
build.gradle Use parentheses when declaring dependencies 2020-01-22 16:02:38 -08:00