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-tools
Stephane Nicoll 5863e6f78c Fix class name in generated meta-data
Previously, the algorithm that computes the String representation of a
class reference and a property type was shared. This lead to generic
information for group's `type` and `sourceType` property.

This commit separates that logic in two: `getQualifiedName` is now
responsible to generate a fully qualified class name while the existing
`getType` is solely responsible to generate a type representation for the
property. Only the latter has generic information.

Closes gh-7236
8 years ago
..
spring-boot-antlib Next Development Version 8 years ago
spring-boot-configuration-metadata Next Development Version 8 years ago
spring-boot-configuration-processor Fix class name in generated meta-data 8 years ago
spring-boot-gradle-plugin Next Development Version 8 years ago
spring-boot-loader Next Development Version 8 years ago
spring-boot-loader-tools Next Development Version 8 years ago
spring-boot-maven-plugin Next Development Version 8 years ago
pom.xml Next Development Version 8 years ago