You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is interesting but also complex given the current dependencies. From @aaime mail
To go where you want, and limiting attention to Features, we need to:
Build a new module, gs-features-core, that only have DefaultWebFeatureService and its basic support classes
Untangle it from the WFS specific EMF objects
Untangle the output formats so that each gets its separate set of dependencies (since GML are heavily married to EMF and schemas, but GeoJSON is not)
Make wfs and ogc-api-features depend on what they need, and no more
And then basically rinse and repeat for the other services (for extra fun, consider that today you cannot have WMS without WFS around, due to GetFeatureInfo depending on GML outputs).
I'll note this general kind of refactor is beneficial in any case to projects like GeoServer cloud (reduce the size of micro-services and the amount of EMF/XSD they need to keep in memory)
The text was updated successfully, but these errors were encountered:
This is interesting but also complex given the current dependencies. From @aaime mail
I'll note this general kind of refactor is beneficial in any case to projects like GeoServer cloud (reduce the size of micro-services and the amount of EMF/XSD they need to keep in memory)
The text was updated successfully, but these errors were encountered: