spring-boot/spring-boot-tools
Andy Wilkinson c0b74119e0 Use manifest from class’s jar when defining its package
Previously, when defining a package for a class, LaunchedURLClassLoader
would use the manifest from the first location that contained the
required package. If the package was split across multiple locations,
this could lead to the manifest from a jar other than the one that
contains the class being used.

This commit updates LaunchedURLClassLoader so that it will use the
manifest of the jar file that contains the class which triggered the
definition of the package.

Closes gh-5485
2016-03-24 15:59:01 +00:00
..
spring-boot-antlib
spring-boot-configuration-metadata Merge branch '1.3.x' 2016-03-08 09:51:57 -08:00
spring-boot-configuration-processor
spring-boot-gradle-plugin Add a BuildInfo task for generating build.properties with Gradle 2016-03-24 08:59:55 +00:00
spring-boot-loader Use manifest from class’s jar when defining its package 2016-03-24 15:59:01 +00:00
spring-boot-loader-tools Add a BuildInfo task for generating build.properties with Gradle 2016-03-24 08:59:55 +00:00
spring-boot-maven-plugin Add a BuildInfo task for generating build.properties with Gradle 2016-03-24 08:59:55 +00:00
pom.xml