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
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