Hi,
One of the current temporal converters factory already supports the
conversion from Long to Date:
https://github.com/geotools/geotools/blob/master/modules/library/main/src/main/java/org/geotools/util/TemporalConverterFactory.java#L229-L241
I would like to add a conversion from String to Date
On Mon, Dec 12, 2016 at 1:58 PM, Niels Charlier wrote:
> I have another question though - why is geoserver doing this thing in
> GeoServerInitStartupListener? I'm not just asking about the place it is
> doing, why is it doing this at all? What was the original idea behind it
> and does it still c
2 cents:
Andrea, I would appreciate your view on whether GeoTools could benefit
> from some sort of configuration API. I know little about JAI and JAIExt,
> but could a configuration API be used to inject some sort of manager
> into GeoTools? Or do dependencies and cycles mean we will end up
> rei