Re: [Geoserver-devel] Version control for local Geoserver Repository

2020-10-13 Thread Brad Hards
Then just learn about git pull --rebase Brad From: maven apache Sent: Tuesday, 13 October 2020 6:59 PM To: br...@frogmouth.net Cc: Geoserver-devel Subject: Re: [Geoserver-devel] Version control for local Geoserver Repository If the extension is completely separated from geoserver

[Geoserver-devel] PSC meeting notes, October 13th 2020

2020-10-13 Thread Andrea Aime
GeoTools / GeoServer PMC meeting - 2020-10-13Attending Jukka Rahkonen Andrea Aime Jody Garnett Kevin Smith Actions from last meeting: - Jody: Switch GeoTools bin to use assembly, grab everything, folks who want custom units can use exclude (still todo?) - Andrea: remove bin

Re: [Geoserver-devel] [Geotools-devel] GeoServer/GeoTools PMC Meeting at 16:30 UTC tomorrow

2020-10-13 Thread Andrea Aime
Kevin went through the same. If you are all alone in a meeting, try reconnecting Cheers Andrea On Tue, Oct 13, 2020 at 6:34 PM Andrea Aime wrote: > And then I re-joined, and there is Jukka and Jody too. > > Cheers > Andrea > > > On Tue, Oct 13, 2020 at 6:33 PM Andrea Aime > wrote: > >>

Re: [Geoserver-devel] [Geotools-devel] GeoServer/GeoTools PMC Meeting at 16:30 UTC tomorrow

2020-10-13 Thread Andrea Aime
And then I re-joined, and there is Jukka and Jody too. Cheers Andrea On Tue, Oct 13, 2020 at 6:33 PM Andrea Aime wrote: > Meeting on, but it's just me. Daylight savings is messing up with the > meeting time maybe? > > Cheers > Andrea > > On Tue, Oct 13, 2020 at 2:11 AM Torben Barsballe < >

Re: [Geoserver-devel] [Geotools-devel] GeoServer/GeoTools PMC Meeting at 16:30 UTC tomorrow

2020-10-13 Thread Andrea Aime
Meeting on, but it's just me. Daylight savings is messing up with the meeting time maybe? Cheers Andrea On Tue, Oct 13, 2020 at 2:11 AM Torben Barsballe wrote: > Reminder that the next PMC meeting is scheduled for tomorrow, October 13, > at 16:30 >

Re: [Geoserver-devel] builds fixed, excepting geofence

2020-10-13 Thread Mark Prins
On 12-10-2020 09:21, Jody Garnett wrote: Okay, beyond that the next failure is:  Transfer failed for http://repo1.maven.org/maven2/org/geotools/gt-api/21-SNAPSHOT/gt-api-21-SNAPSHOT.pom 501 HTTPS Required -> [Help 1] The 21-SNAPSHOTS are indeed no longer published anywhere, and

[Geoserver-devel] [JIRA] (GEOS-9768) TIME dimension and CLIP WMS vendor parameter does not work in the same time

2020-10-13 Thread Charles-Henry COLIN (JIRA)
Charles-Henry COLIN ( https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=5efce41d7295050bad6e99c0 ) *created* an issue GeoServer ( https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiZWY0MmRmYzU1NjVkNDNjM2FlN2YwYTZhNjA1MzdhOWEiLCJwIjoiaiJ9 ) / Bug (

Re: [Geoserver-devel] Version control for local Geoserver Repository

2020-10-13 Thread Jody Garnett
Technically your extension is still GPL, you have to share the source code with the person running the application, in this case yourself :) When working in isolation on an extension for a customer ... I tend to make a separate web-app (via war overlay, or by copying the geoserver web app). This

Re: [Geoserver-devel] New community module: cog (Cloud Optimized GeoTIFF)

2020-10-13 Thread Jody Garnett
Fair enough, you already have my +1, looking forward to the result :) -- Jody Garnett On Mon, 12 Oct 2020 at 01:32, Daniele Romagnoli < daniele.romagn...@geo-solutions.it> wrote: > > > On Sun, Oct 11, 2020 at 8:09 PM Jody Garnett > wrote: > >> +1 >> >> Was going to ask what the module would be

Re: [Geoserver-devel] Version control for local Geoserver Repository

2020-10-13 Thread maven apache
If the extension is completely separated from geoserver and modules, I can create a new project, which makes geoserver and the other modules as dependencies, However when I built the extension, there were some other modifications for the geoserver codebase. That's why I have to put my extension

Re: [Geoserver-devel] Version control for local Geoserver Repository

2020-10-13 Thread bradh
You could rebase your changes. Or just move your extension out of the tree.Its your code - if it isn't going to be part of GeoServer do it however you like.Brad.On 13 Oct 2020 3:03 pm, maven apache wrote:I am building a local geoserver extension which does not have the plan to make it open