Re: [Geoserver-devel] [Geotools-devel] gitattribute and fixing newline chars

2021-12-29 Thread Jody Garnett
I am very much in favour of this, will report back after testing. On Sat, Dec 18, 2021 at 12:26 AM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > Hi, > following the last PSC meeting, and after attempting to use spotless, > I've realized we have a mix of line endings in our git

[Geoserver-devel] GSIP-206 Promote GeoPackage to extension

2021-12-29 Thread Jody Garnett
Please have a look at https://github.com/geoserver/geoserver/wiki/GSIP-206 which outlines moving different sections of the geopackage community module into the appropriate core module: gs-wfs, gs-wms, and gs-wps. The proposal is solid, please make note of the backwards compatibility section which

Re: [Geoserver-devel] GeoServer 2.19.3 release artifacts available on build server, please test

2021-12-29 Thread Jody Garnett
I got a message from the windows build complaining about permissions; next release cycle like to figure out what is going on. Jody On Wed, Dec 22, 2021 at 1:03 AM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: > Hi all, > the artifacts are available here: > >

Re: [Geoserver-devel] GSIP 207, feature type info customization

2021-12-29 Thread Jody Garnett
Thanks Andrea! GeoServer 1.x had some very simple ability to “override” attribute information, it is nice to see that improved on. I wonder if this would allow geopackage to force the geometry of an SQLView from BigDecimal to Geometry. I will read this more carefully tomorrow. Jody On Wed, Dec

Re: [Geoserver-devel] [Geotools-devel] New check to avoid too deply nested/indented code

2021-12-29 Thread Jody Garnett
Thanks Andrea, I have also found some of the closures getting deeply nested. Jody On Wed, Dec 29, 2021 at 6:06 AM Andrea Aime wrote: > Hi all, > I'd like to introduce a Checkstyle check that verifies lines are not too > deeply nested. > The Google format we are using is indenting excessively

[Geoserver-devel] New check to avoid too deply nested/indented code

2021-12-29 Thread Andrea Aime
Hi all, I'd like to introduce a Checkstyle check that verifies lines are not too deeply nested. The Google format we are using is indenting excessively long lines that are overflowing on the next line 8 chars instead of 4, I believe as a way to discourage too deep nesting. However, we have a lot