spring-boot/spring-boot-project/spring-boot-tools/spring-boot-configuration-processor
Grubhart dc4d71f91e Add Period converter support
Add converter support for `javax.time.Period` including:

	String -> Period
	Number -> Period
	Period -> String

Period to Number conversion is not supported since `Period` has no
ability to deduce the number of calendar days in the period.

See gh-21136
2020-05-05 22:31:49 -07:00
..
src Add Period converter support 2020-05-05 22:31:49 -07:00
build.gradle Use parentheses when declaring dependencies 2020-01-22 16:02:38 -08:00