On Fri, Sep 6, 2019 at 8:49 PM Jody Garnett <[email protected]> wrote:
> Should we fork the JSON lib into the geoserver repository? > > I note that forked jars are a little bit of a bother to track for GeoMesa > (and other eclipse projects) so I would like to confirm that this is just a > GeoServer dependency. > Yes, to the best of my knowledge it's just a GeoServer dependency. Quick check (you can propose and run more thorough ones): > geoserver (master) $ git grep json-lib src/community/script/groovy/pom.xml: <groupId>net.sf.json-lib</groupId> src/community/script/groovy/pom.xml: <artifactId>json-lib</artifactId> src/community/security/keycloak/pom.xml: <groupId>net.sf.json-lib</groupId> src/community/security/keycloak/pom.xml: <artifactId>json-lib</artifactId> src/community/security/oauth2-geonode/pom.xml: <groupId>net.sf.json-lib</groupId> src/community/security/oauth2-geonode/pom.xml: <artifactId>json-lib</artifactId> src/community/security/oauth2-github/pom.xml: <groupId>net.sf.json-lib</groupId> src/community/security/oauth2-github/pom.xml: <artifactId>json-lib</artifactId> src/community/security/oauth2-openid-connect/pom.xml: <groupId>net.sf.json-lib</groupId> src/community/security/oauth2-openid-connect/pom.xml: <artifactId>json-lib</artifactId> src/extension/sldService/pom.xml: <!-- This library is used by json-lib to write XML --> src/main/pom.xml: <groupId>net.sf.json-lib</groupId> src/main/pom.xml: <artifactId>json-lib</artifactId> src/pom.xml: <groupId>net.sf.json-lib</groupId> src/pom.xml: <artifactId>json-lib</artifactId> src/release/ext-authkey.xml: <include>json-lib*</include> src/wfs/pom.xml: <groupId>net.sf.json-lib</groupId> src/wfs/pom.xml: <artifactId>json-lib</artifactId> > geotools (master) $ git grep json-lib (nothing) And oh, +1. At some point we'll have to make a code sprint to upgrade all our json processing to a more modern library (we have like 3 different approaches, or more, spread around) but I believe that will require a code sprint. Cheers Andrea == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- *Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.*
_______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
