Re: [Geotools-devel] [Geoserver-devel] Rendering pre process Mark Factories extension point proposal

2021-08-10 Thread Jody Garnett
Quick question; GeoTools factories can have a priority to address this kind of classpath ordering issue. Can you not just use that (and avoid an api change and a proposal)... See priority() -- Jody

Re: [Geotools-devel] [Geoserver-devel] Rendering pre process Mark Factories extension point proposal

2021-08-10 Thread Fernando Mino
hi Jody, Looks like the MarkFactory interface is not aware of priority flags or the Factory/AbstractFactory type hierarchy, this is the same scenario for ExternalGraphicFactory as well. The implementation classes for those interfaces don't extend AbstractFactory abstract class, to achieve this we