spring-boot/spring-boot-tools/spring-boot-configuration-p...
Stephane Nicoll 3922808de0 Add exclusion for well-known property types
Previously, any valid property was added to the meta-data of the current
group. This can be annoying for types that are not meant to be bound from
a simple string value. ClassLoader is one example.

A list of well-known types has been added: if the property type matches
an element of this list, it is ignored.

Fixes gh-2012
2014-12-02 19:00:25 -08:00
..
src Add exclusion for well-known property types 2014-12-02 19:00:25 -08:00
pom.xml Add processor to generate configuration meta-data 2014-11-02 21:46:28 -08:00