Hi, On the new site, the list of built in core converters http://tamaya.incubator.apache.org/Core.html does not match the ones in core right now: http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/core/internal/converters/package-frame.html
Converters for LocalDate or LocalDateTime don't exist in core, also not in the codebase: https://github.com/apache/incubator-tamaya/tree/master/code/core/src/main/java/org/apache/tamaya/core/internal/converters At most if we have a JDK 8 extension module, they were moved there. Thus the documentation should be adjusted and those removed from "core built-in converters". Regards, Werner
