spring-boot/spring-boot-tools/spring-boot-gradle-plugin/src
Andy Wilkinson 975c005dfb Determine Spring Boot version for bom import correctly when using Java 9
In Java 9, a package may return null for its implementation version
even when the manifest attribute specifying the version is present
in the jar from which the package was loaded.

This commit updates DependencyManagementPluginAction to fall back to
accessing the jar and its manifest attributes directly when the
implementation version of its package is null.

Closes gh-10049
2017-09-19 20:46:48 +01:00
..
main Determine Spring Boot version for bom import correctly when using Java 9 2017-09-19 20:46:48 +01:00
test Make BootRunIntegrationTests compatible with Java 9 2017-08-16 15:52:22 +02:00