• Andy Wilkinson's avatar
    Fix reflective access to archiveBaseName property · 76f03a8c
    Andy Wilkinson authored
    Previously, reflective access to the archiveBaseName property
    incorrectly treated the property as a String. It should have been
    treated as a Property<String>. This caused an exception to be thrown
    and the deprecated baseName property to be used as a fallback.
    
    This commit corrects the reflective access to the archiveBaseName
    property. It also updates the tests to fail if a build outputs a
    deprecation warning. Tests that use Gradle's Maven plugin have been
    updated to expect deprecation warnings when run with Gradle 6.0 where
    the plugin is deprecated. Tests that configure an archive's base name
    have been updated to use archiveBaseName when running with Gradle 6.0
    and later.
    
    Closes gh-18663
    76f03a8c
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-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...