You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project/spring-boot-tools
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
5 years ago
..
org.springframework.boot.gradle.plugin Provide a marker artifact for Boot's Gradle plugin 5 years ago
spring-boot-antlib Correct SCM URLs in published poms 5 years ago
spring-boot-autoconfigure-processor Don't generate @Configuration metadata 5 years ago
spring-boot-configuration-docs Polish 5 years ago
spring-boot-configuration-metadata Merge branch '2.1.x' 5 years ago
spring-boot-configuration-processor Merge branch '2.1.x' 5 years ago
spring-boot-gradle-plugin Fix reflective access to archiveBaseName property 5 years ago
spring-boot-loader Use try-with-resources blocks in JarFileArchiveTests 5 years ago
spring-boot-loader-tools Merge branch '2.1.x' into 2.2.x 5 years ago
spring-boot-maven-plugin Make optimizedLaunch property name more consistent 5 years ago
spring-boot-test-support Cache ModifiedClassPathClassLoaders 5 years ago
pom.xml Provide a marker artifact for Boot's Gradle plugin 5 years ago