• Hendrig Sellik's avatar
    Determine Spring Boot version correctly when using module path · ec8fb614
    Hendrig Sellik authored
    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 SpringBootVersion to fall back to
    accessing the jar and its manifest attributes directly when the
    implementation version of its package is null.
    
    See gh-16182
    ec8fb614
Name
Last commit
Last update
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...