Hi all,
A colleague noticed that GeoTools is pointing at one version of Eclipse EMF jars[1] and GeoServer is pointing at another[2].
Anyhow, it appears that version 2.15.0 is available for all the dependencies GeoTools/GeoServer uses, so I've tossed up PRs to update to Eclipse EMF versions 2.15.0:
https://github.com/geotools/geotools/pull/3072
https://github.com/geoserver/geoserver/pull/4419
I imagine if CI/CD builds, then we should be 'good to go'. Admittedly, I just tossed this together quickly, and I'm not an EMF expert. My goal is to help keep dependencies lined up:).
Let me know if I can help with this one any more.
Cheers,
Jim
1. https://github.com/geotools/geotools/blob/master/pom.xml#L1291-L1310
2. https://github.com/geoserver/geoserver/blob/master/src/pom.xml#L1062-L1081