This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Description
Hi James,
Rather than implementing your own TypeConversion and hence adding dependencies onto Joda you should be able to hook into ConfigurableBeanFactory.getTypeConverter() (within your ReloadablePropertyPostProcessor - making it BeanFactoryAware) and use springs TypeConverter leaving it more extensible and you'd be able to chop a load of code! I've not tested this, but cant think why it wouldn't work.
Also suggest making your logback dependencies test scope for those log4j{2} users