Is there any guideline on how to evolve an existing module to make it compatible with the jdbcstore community extension?
I need to use the feature-pregeneralized extension with this store and for the moment it does not work.
The extension currently uses the Resources.find method to find a reference to the configuration file: I assume I shall change the code to use a class derived from
Thanks Jody for the input. I have already implemented a first version (which of course does not work) and I will have a look at the examples to see what I did wrong.
If you make a draft PR I am happy to provide input. I presently do not have any customers using JDBCStore but I am happy to support your troubleshooting.
If I remember it really just wants a data structure for configuration; and it needs to callback to the geoserver catalogue to look up data stores being referenced.