Dear all, thank you for the feedback, related issue here: https://osgeo-org.atlassian.net/browse/GEOS-9321 Pull requests created and reviewed: * https://github.com/geoserver/geoserver/pull/3736 ‑ (master) * https://github.com/geoserver/geoserver/pull/3748 ‑ (2.16.x) * https://github.com/geoserver/geoserver/pull/3749 ‑ (2.15.x) I will merged once Travis is happy :) Best regards, Nuno Oliveira On Mon, 2019-09-09 at 10:00 +0200, Andrea Aime wrote: > 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: net.sf.json- > lib > src/community/script/groovy/pom.xml: json- > lib > src/community/security/keycloak/pom.xml: > net.sf.json-lib > src/community/security/keycloak/pom.xml: > json-lib > src/community/security/oauth2-geonode/pom.xml: > net.sf.json-lib > src/community/security/oauth2-geonode/pom.xml: > json-lib > src/community/security/oauth2-github/pom.xml: > net.sf.json-lib > src/community/security/oauth2-github/pom.xml: > json-lib > src/community/security/oauth2-openid-connect/pom.xml: > net.sf.json-lib > src/community/security/oauth2-openid-connect/pom.xml: > json-lib > src/extension/sldService/pom.xml: > 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 -- Regards, Nuno Oliveira == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. ==
Nuno Miguel Carvalho Oliveira @nmcoliveira Software Engineer GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 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
