spring-boot/spring-boot-project
Andy Wilkinson 76f03a8cad Fix reflective access to archiveBaseName property
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
2019-11-27 12:52:05 +00:00
..
spring-boot Merge branch '2.1.x' into 2.2.x 2019-11-27 09:56:41 +00:00
spring-boot-actuator Merge branch '2.1.x' into 2.2.x 2019-11-27 11:47:23 +01:00
spring-boot-actuator-autoconfigure Remove ConditionEvaluationReportLoggingListener usage if possible 2019-11-27 13:49:27 +01:00
spring-boot-autoconfigure Remove ConditionEvaluationReportLoggingListener usage if possible 2019-11-27 13:49:27 +01:00
spring-boot-cli Merge branch '2.1.x' 2019-10-15 19:47:41 +01:00
spring-boot-dependencies Upgrade to Maven Enforcer Plugin 3.0.0-M3 2019-11-25 16:18:29 +01:00
spring-boot-devtools Fix loading of devtools yaml files 2019-11-20 17:30:26 -08:00
spring-boot-docs Merge branch '2.1.x' into 2.2.x 2019-11-27 09:53:32 +01:00
spring-boot-parent Upgrade to Spring Asciidoctor Extensions 0.3.0.RELEASE 2019-10-02 11:07:28 +01:00
spring-boot-properties-migrator Merge branch '2.1.x' 2019-10-02 10:48:57 +01:00
spring-boot-starters Add reference to Armeria starter 2019-11-01 15:24:18 +02:00
spring-boot-test Polish "Restore proxying of @Bean methods in @TestConfiguration" 2019-10-22 09:13:00 +02:00
spring-boot-test-autoconfigure Do not enable @ConfigurationPropertiesScan be default 2019-11-04 14:09:33 +00:00
spring-boot-tools Fix reflective access to archiveBaseName property 2019-11-27 12:52:05 +00:00
pom.xml Correct name and description of spring-boot-project module 2019-05-25 08:08:36 +01:00