I also found several other interdependencies in gt-main when looking at this on Friday (what little updates I have on that are on Gitter; didn't get time to compile it into an email; there's also a WIP branch here <https://github.com/geotools/geotools/commits/jdk11_main_split>).
- Many of the style objects depend upon DataStore - There's quite a bit of interdependency between the various FeatureCollection, FeatureReader, and DataStore classes and helpers - As Andrea noted, CommonFactoryFinder wants to depend upon and be visible to everything else - DataUtilities is another widely used class that also wants to depend upon and be visible to everything else (this at least could probably be split up a bit easier) Given this, how does everyone feel about merging gt-main and gt-data together to resolve the remaining org.geotools.data package split? Torben On Mon, Oct 29, 2018 at 12:48 AM Andrea Aime <[email protected]> wrote: > On Mon, Oct 29, 2018 at 6:18 AM Jody Garnett <[email protected]> > wrote: > >> Somewhat related question how much do we like the precompiled error >> message bundles? >> > > Personally I don't. > > >> The main justification for this complexity (wasting strings in permgen >> space) looks like it has been somewhat addressed in Java 7 with string >> literals and string intern adding to a string pool - which is no longer >> stored in permgen space. >> > > Hum... I thought it was there because the original code was written in > French, and when going international the author wanted to have both French > and English. > But yes, I see there is also a memory usage angle. > > I believe there has been no use for this infrastructure in many years > > 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.* > _______________________________________________ > GeoTools-Devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel >
_______________________________________________ GeoTools-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
