You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0c78b2fd3d
Previously, the CLI would always use the class loader to try to locate a source file. This was contrary to the SourceOptions javadoc which states that the class loader is “used to try and load files that are not found in the local filesystem”. This provide to be problematic on Windows when a fully-qualified source file was supplied. The driver letter colon slash (e.g. c:/) at the start of the path is considered invalid for a class path resource by URLClassPath.Loader resulting in an IllegalArgumentException being thrown. A workaround for this URLClassPath behaviour was added in |
9 years ago | |
---|---|---|
.. | ||
spring-boot-antlib | 9 years ago | |
spring-boot-configuration-metadata | 9 years ago | |
spring-boot-configuration-processor | 9 years ago | |
spring-boot-gradle-plugin | 9 years ago | |
spring-boot-loader | 9 years ago | |
spring-boot-loader-tools | 9 years ago | |
spring-boot-maven-plugin | 9 years ago | |
pom.xml | 9 years ago |