Re: [Geotools-devel] Starting the Release for GeoServer 2.19.0 / GeoTools 25.0

2021-03-26 Thread Andrea Aime
On Sun, Mar 21, 2021 at 6:00 AM Jody Garnett wrote: > Actually I feel bad about it - since so many test cases have this a > problem we made it a warning rather than a hard failure like I initially > wanted. Perhaps I could take this on as a QA activity to clear up, and > then turn it into a hard

Re: [Geotools-devel] Starting the Release for GeoServer 2.19.0 / GeoTools 25.0

2021-03-20 Thread Jody Garnett
So not news, just technical debt. I added these messages to “catch” code that was executing before geoserver is ready. Actually I feel bad about it - since so many test cases have this a problem we made it a warning rather than a hard failure like I initially wanted. Perhaps I could take this on a

Re: [Geotools-devel] Starting the Release for GeoServer 2.19.0 / GeoTools 25.0

2021-03-20 Thread Andrea Aime
On Fri, Mar 19, 2021 at 10:42 PM Jody Garnett wrote: > WARNING: Extension lookup 'ExtensionFilter', but ApplicationContext is > unset. > log4j:WARN File option not set for appender [geoserverlogfile]. > log4j:WARN Are you using FileAppender instead of ConsoleAppender? > > I can't remember a relea

Re: [Geotools-devel] Starting the Release for GeoServer 2.19.0 / GeoTools 25.0

2021-03-19 Thread Jody Garnett
No blockers, some warnings and glitches noted below. *geoserver-2.19.0-bin* - Noted the */logs* folder is empty, assume that is for jetty to use. - Checking startup, the data_dir/logs folder contains geoserver.log as expected, but there is a warning: WARNING: Extension lookup 'ExtensionFilter', b

Re: [Geotools-devel] Starting the Release for GeoServer 2.19.0 / GeoTools 25.0

2021-03-19 Thread Alessandro Parma
Release artifacts for 2.19.0 are available here for testing On Thu, Mar 18, 2021 at 11:00 AM Alessandro Parma < alessandro.pa...@geo-solutions.it> wrote: > Hi All, > > As per subject

[Geotools-devel] Starting the Release for GeoServer 2.19.0 / GeoTools 25.0

2021-03-18 Thread Alessandro Parma
Hi All, As per subject Andrea and I are moving on with the release this morning. I'll keep you posted -- Regards, Alessandro Parma == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Alessandro Parma DevOps Engineer GeoSolutions S.A.S. Vi

Re: [Geotools-devel] Starting the Release for GeoServer 2.18.2 / GeoTools 24.2

2021-01-18 Thread Alessandro Parma
Pretty smooth so far. Artifacts available for testing here , feedback is welcome Platform independent binary is starting up without any issues, thanks @Mark Prins On Mon, Jan 18, 202

[Geotools-devel] Starting the Release for GeoServer 2.18.2 / GeoTools 24.2

2021-01-18 Thread Alessandro Parma
Hi All, As per subject I started working on the release for GeoServer 2.18.2 scheduled for today, Jan the 18th. I'll keep you posted -- Regards, Alessandro Parma == GeoServer Professional Services from the experts! Visit http://go

Re: [Geotools-devel] Starting the Release for GeoServer 2.18.1 / GeoTools 24.1

2020-11-20 Thread Ian Turton
2020-11-20 17:13:04,434 WARN [linux.LinuxFileSystem] - Failed to get information to use statvfs. path: /media/ian/windows10vm, Error code: 13 looks like OSHI so we should be able to just ignore it in the properties files I guess Ian On Fri, 20 Nov 2020 at 16:49, Andrea Aime wrote: > Anyone kno

Re: [Geotools-devel] Starting the Release for GeoServer 2.18.1 / GeoTools 24.1

2020-11-20 Thread Andrea Aime
Anyone knows if the logging happens at GeoServer level, or inside OSHI? Cheers Andrea On Fri, Nov 20, 2020 at 5:47 PM Ian Turton wrote: > It's the disk with my windows VM on it but I'm running on Linux. So I > suspect it is correct it can't fstat it but it doesn't need to log the fact > 40+ tim

Re: [Geotools-devel] Starting the Release for GeoServer 2.18.1 / GeoTools 24.1

2020-11-20 Thread Ian Turton
It's the disk with my windows VM on it but I'm running on Linux. So I suspect it is correct it can't fstat it but it doesn't need to log the fact 40+ times Ian On Fri, 20 Nov 2020 at 16:22, Mark Prins wrote: > On 20-11-2020 15:30, Ian Turton wrote: > > I'm seeing a lot of warnings about "2020-1

Re: [Geotools-devel] Starting the Release for GeoServer 2.18.1 / GeoTools 24.1

2020-11-20 Thread Mark Prins
On 20-11-2020 16:21, Jody Garnett wrote: The library used to collect this information was updated in October, perhaps we need to test a newer version... there's one or 2 fixes in the next releases; unlikely to help on a warning about getting the size of a disk if it's not allowed to. (this see

Re: [Geotools-devel] Starting the Release for GeoServer 2.18.1 / GeoTools 24.1

2020-11-20 Thread Mark Prins
On 20-11-2020 15:30, Ian Turton wrote: I'm seeing a lot of warnings about "2020-11-20 14:27:16,927 WARN [linux.LinuxFileSystem] - Failed to get information to use statvfs. path: /media/ian/windows10vm, Error code: 13" when looking at the system status pages but nothing else obviously wrong. i

Re: [Geotools-devel] Starting the Release for GeoServer 2.18.1 / GeoTools 24.1

2020-11-20 Thread Jody Garnett
The library used to collect this information was updated in October, perhaps we need to test a newer version... On Fri, Nov 20, 2020 at 6:30 AM Ian Turton wrote: > I'm seeing a lot of warnings about "2020-11-20 14:27:16,927 WARN > [linux.LinuxFileSystem] - Failed to get information to use statvf

Re: [Geotools-devel] Starting the Release for GeoServer 2.18.1 / GeoTools 24.1

2020-11-20 Thread Ian Turton
I'm seeing a lot of warnings about "2020-11-20 14:27:16,927 WARN [linux.LinuxFileSystem] - Failed to get information to use statvfs. path: /media/ian/windows10vm, Error code: 13" when looking at the system status pages but nothing else obviously wrong. Ian On Fri, 20 Nov 2020 at 07:57, Jody Garne

Re: [Geotools-devel] Starting the Release for GeoServer 2.18.1 / GeoTools 24.1

2020-11-20 Thread Mark Prins
On 19-11-2020 18:22, Alessandro Parma wrote: Hi All, Jody Artifacts are available for testing here  any feedback is welcome. I've upgraded some of our projects to GT 24.1 and all

Re: [Geotools-devel] Starting the Release for GeoServer 2.18.1 / GeoTools 24.1

2020-11-19 Thread Jody Garnett
Alessandro: All good so far: tested bin download and docs, with ysld extension. Noticed one odd thing, probably not new? When visiting the server status page the logs are filled up with a block of INFO: INFO: === INFO: M

Re: [Geotools-devel] Starting the Release for GeoServer 2.18.1 / GeoTools 24.1

2020-11-19 Thread Alessandro Parma
Hi All, Jody Artifacts are available for testing here any feedback is welcome. On Wed, Nov 18, 2020 at 9:10 AM Alessandro Parma < alessandro.pa...@geo-solutions.it> wrote: > Hi All,

[Geotools-devel] Starting the Release for GeoServer 2.18.1 / GeoTools 24.1

2020-11-18 Thread Alessandro Parma
Hi All, Just to let you know that I'm starting the release procedure for - GeoServer 2.18.1 - GeoWebCache 1.18.1 - GeoTools 24.1 I'll keep you posted on the progress -- Regards, Alessandro Parma == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more informati

[Geotools-devel] Starting the Release for GeoTools 23.3

2020-09-21 Thread Alessandro Parma
Hi All, Just to let you know that I'm starting the release procedure for - GeoServer 2.17.3 - GeoWebCache 1.17.3 - GeoTools 23.3 The specific commits are: - GeoServer branch 2.17.x : ec78cfebd24de2c95c7c4d5cad2cd6980b1c736f - GeoWebCache branch 1.17.x: 5fbf198bb0512fbf83820dc7d90eaaef5d3b410a

[Geotools-devel] Starting the release

2019-07-18 Thread Ian Turton
In the absence of a working CITE build on the server I'm going to make the release based on the last working builds(15th July) , which look like: GeoTools de3740d2f13f958c7d6c9c42995ce61258d0b892 https://build.geoserver.org/job/geotools-20.x/421/ GWC efac6ce01fed5cb845cecbb34765da1c8ffd5213 https:

[Geotools-devel] starting the release train

2008-12-09 Thread Justin Deoliveira
Hi all, Just wanted to give a heads up that I am starting the 2.5.2 release. And also just to clarify 2.5.x is not frozen, i have already created the tag for the release. -Justin -- Justin Deoliveira OpenGeo - http://opengeo.org Enterprise support for open source geospatial.

[Geotools-devel] Starting the release of Geoserver-1.5.4/GeoTools 2.3.5

2007-10-30 Thread Gabriel Roldán
Hi all, we're starting the release procedure for Geoserver 1.5.4 and thus for GeoTools 2.3.5. Can you please hold any commit on Geoserver 1.5.x and Geotools 2.3.x branches? Thank you Cheers Gabriel - This SF.net email is spo

[Geotools-devel] Starting the release of Geoserve 1.5.1-rc

2007-05-28 Thread Andrea Aime
Hi all, we're starting the release procedure for Geoserver 1.5.1-rc1. Can you please hold any commit on Geoserver 1.5.x and Geotools 2.3.x branches? Thank you Cheers Andrea - This SF.net email is sponsored by DB2 Express Downl

Re: [Geotools-devel] Starting the release process ...

2007-04-30 Thread Jody Garnett
Jira - I think some bugs can be closed (in making the release I get a chance to review non closed bugs...). Some of the bugs around factories, filters and CQL I think may be closed by now? If you get a chance please review Jira - our release notes will be much better for it. Jody Jody Garnett

Re: [Geotools-devel] Starting the release process ...

2007-04-30 Thread Jody Garnett
stress tests passed, mvn deploy is done ... on to javadocs and repots next > Going to make/deploy GeoAPI first ... wish me luck :-D > > I will be sure to email the list with how far I get ... note I will be > taking a TAG out for a walk so trunk will not be effected in anyway. > > Cheers, > Jody >

Re: [Geotools-devel] Starting the release process ...

2007-04-30 Thread Jody Garnett
Thank's Martin - I will proceed with the release then ... Jody - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click

Re: [Geotools-devel] Starting the release process ...

2007-04-29 Thread Martin Desruisseaux
Jody Garnett a écrit : > Release process is stalled ... > > Failure on 2.4-M2 tag >> [INFO] Compilation failure >> getVerticalCRS() in org.geotools.metadata.iso.extent.VerticalExtentImpl >> cannot implement >> getVerticalCRS() in org.opengis.metadata.extent.VerticalExtent; attempting >> to

Re: [Geotools-devel] Starting the release process ...

2007-04-27 Thread Jody Garnett
Release process is stalled ... Failure on 2.4-M2 tag > [INFO] > > [ERROR] BUILD FAILURE > [INFO] > > [INFO] Compilation failure > C:\java\geotool

Re: [Geotools-devel] Starting the release process ...

2007-04-27 Thread Jody Garnett
GeoAPI deployed - with source code this time :-) For all those working in eclipse - you can now do the following: > C:\java\geotools\trunk\>mvn eclipse:eclipse -DdownloadSources=true Cheers, Jody Jody Garnett wrote: > Going to make/deploy GeoAPI first ... wish me luck :-D > > I will be sure to em

[Geotools-devel] Starting the release process ...

2007-04-27 Thread Jody Garnett
Going to make/deploy GeoAPI first ... wish me luck :-D I will be sure to email the list with how far I get ... note I will be taking a TAG out for a walk so trunk will not be effected in anyway. Cheers, Jody - This SF.net