[Geotools-devel] GeoTools PMC Meeting 2024-07-16

2024-07-22 Thread Jody Garnett
GeoTools / GeoServer PMC meeting - 2024-07-16Attending - Torben Barsballe - Jody Garnett - Gabriel Roldan - Austin Joachim - Marc Risney - Kevin Smith - Andrea Aime - Peter Smythe Actions from prior meetings: - [TODO] Torben: @ignor

Re: [Geotools-devel] Property accessors prioritization

2024-07-22 Thread Jody Garnett
Adding the priority is fine as a fallback plan (like it will work). But it is more a band-aid than a cure. It just puts off the problem (two accessors can have the same number and we are right back to chance). Some questions: Q: Is there anyway to tighten up the reporting so that FeaturePropertyA

[Geotools-devel] Property accessors prioritization

2024-07-22 Thread Nuno Oliveira
Hi, I've encountered an issue where a custom property accessor suddenly stopped working. Upon investigation, I found that the problem originates from the fact that the order in which property accessors are read and registered is random and lacks an explicit priority mechanism. This is usually not