[Geotools-devel] Release delayed

2023-05-19 Thread Ian Turton
Until the osgeo repo comes back the release is on hold. Ian -- Ian Turton ___ GeoTools-Devel mailing list GeoTools-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel

Re: [Geotools-devel] osgeo dns troubled, and 29-SNAPSHOT building

2023-05-19 Thread Jody Garnett
Scaled back to 0.75C build and 1C deploy :) -- Jody Garnett On Fri, May 19, 2023 at 12:36 AM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > On Fri, May 19, 2023 at 12:20 AM Jody Garnett > wrote: > >> - build steps include -T1C threading (previously -T2) >> - the deploy steps do not i

Re: [Geotools-devel] osgeo dns troubled, and 29-SNAPSHOT building

2023-05-19 Thread Andrea Aime
On Fri, May 19, 2023 at 12:20 AM Jody Garnett wrote: > - build steps include -T1C threading (previously -T2) > - the deploy steps do not include -U, and -T2C threading (previously > inconsistent -T2 and T4) > That is very aggressive... for personal experience, the shortest build time is achieved

Re: [Geotools-devel] Add mapping for new type

2023-05-19 Thread Jody Garnett
Wassim: You may also consider ContentDataStore tutorial which introduces the DataStore API - and importantly the helper classes available to implementers. The JDBCDataStore builds on this work (isolating most database spec