Re: [Geotools-devel] AbstractDataStoreFactory deprecation

2015-06-24 Thread Jody Garnett
Think that was just a design decision on my part - deprecating and removing that entire stack of base classes. For ContentDataStore I moved the useful functionality from that base class into a DataUtilities.canProcess( Map ) where you can see it used by ShapefileDataStoreFactory, WFSDataStoreFacto

[Geotools-devel] AbstractDataStoreFactory deprecation

2015-06-24 Thread Andrea Aime
Hi, I've noticed one deprecation I was not aware of today: https://github.com/geotools/geotools/blob/master/modules/library/main/src/main/java/org/geotools/data/AbstractDataStoreFactory.java#L33 It says AbstractDataStoreFactory is deprecated, use ContentDataStore instead but... ContentDataStore i