Re: [Geoserver-devel] PSC meeting notes, January 21st 2020

2020-01-21 Thread Jody Garnett
> Maven Repo Clean up > > Jody / Andrea ssh access to clean up: > >- > >22.2-mistake (cleaned) >- > >23.0 - accidentally released > > After the meeting Andrea was able to clean up the geotools repo, I manually cleaned up repo.boundlessgeo.com this evening. __

Re: [Geoserver-devel] Removing ArcSDE?

2020-01-21 Thread Gabriel Roldan
There you go: https://github.com/geoserver/geoserver/pull/3988 On Tue, 21 Jan 2020 at 15:52, Gabriel Roldan wrote: > > > On Tue, 21 Jan 2020 at 15:01, Jody Garnett wrote: > >> Would also like to see this cleaned up in geotools also? >> > yes why not. > > >> >> aside: any reason not to just remo

Re: [Geoserver-devel] Removing ArcSDE?

2020-01-21 Thread Gabriel Roldan
On Tue, 21 Jan 2020 at 15:01, Jody Garnett wrote: > Would also like to see this cleaned up in geotools also? > yes why not. > > aside: any reason not to just remove? > Because. That one guy that's still running geoserver 2.1 with ArcSDE will find it very difficult to upgrade. I just think it's

[Geoserver-devel] PSC meeting notes, January 21st 2020

2020-01-21 Thread Andrea Aime
GeoTools / GeoServer PMC meeting - 2020-01-21Attending Kevin Smith Andrea Aime Jody Garnett Jukka Rahkonen Actions from last meeting - Jody: Ask on user/devel Should we move Import Data to the tools page? [DONE] - Jody: Ask on user list for someone to test windows URL validit

Re: [Geoserver-devel] GeoServer 2.16.2 Release - Artifacts ready for testing

2020-01-21 Thread Rahkonen Jukka (MML)
Hi, Bin-zip seems to be OK on Windows with jre 8 64 bit (Corretto). -Jukka Rahkonen- Lähettäjä: Alessandro Parma Lähetetty: 21. tammikuuta 2020 11:15 Vastaanottaja: Geoserver-devel Kopio: Andrea Aime Aihe: [Geoserver-devel] GeoServer 2.16.2 Release - Artifacts

Re: [Geoserver-devel] Removing ArcSDE?

2020-01-21 Thread Jody Garnett
Would also like to see this cleaned up in geotools also? aside: any reason not to just remove? -- Jody Garnett On Tue, 21 Jan 2020 at 07:31, Simone Giannecchini < simone.giannecch...@geo-solutions.it> wrote: > We can provide some help as/f needed. > > Regards, > Simone Giannecchini > == > GeoSe

Re: [Geoserver-devel] Propose a new extension point in ResourcePool for retyping feature types and features

2020-01-21 Thread Jody Garnett
So with the clarifications (thanks Andrea) I understand, would you like to write up a GSIP page? -- Jody Garnett On Mon, 20 Jan 2020 at 14:31, Nuno Oliveira wrote: > Dear all, > long story short, I would like to propose adding a new extension point in > ResourcePool that would allow extensions

Re: [Geoserver-devel] Propose a new extension point in ResourcePool for retyping feature types and features

2020-01-21 Thread Jody Garnett
Thanks for the clarification. -- Jody Garnett On Tue, 21 Jan 2020 at 08:21, Andrea Aime wrote: > That would be the internal job of the wrapping feature source returned by: > > T extends FeatureType, U extends Feature> FeatureSource > wrapFeatureSource( > FeatureTypeInfo featureTypeI

Re: [Geoserver-devel] GSIP 183 - "Add per-workspace Stored Queries for WFS 2.0" voting open

2020-01-21 Thread Jody Garnett
Thanks everyone, marking this as passed -- Jody Garnett On Wed, 8 Jan 2020 at 03:46, Ian Turton wrote: > +1 > > Ian > > On Tue, 7 Jan 2020 at 20:55, Rahkonen Jukka (MML) < > jukka.rahko...@maanmittauslaitos.fi> wrote: > >> +1 >> >> >> >> -Jukka Rahkonen- >> >> >> >> *Lähettäjä:* fernando.m...@g

Re: [Geoserver-devel] Propose a new extension point in ResourcePool for retyping feature types and features

2020-01-21 Thread Andrea Aime
That would be the internal job of the wrapping feature source returned by: T extends FeatureType, U extends Feature> FeatureSource wrapFeatureSource( FeatureTypeInfo featureTypeInfo, FeatureSource featureSource); It exposes a different feature type, and back maps the queries, filters

Re: [Geoserver-devel] Propose a new extension point in ResourcePool for retyping feature types and features

2020-01-21 Thread Jody Garnett
Do you need to add a method then? To "handle queries and map them as needed to the real attributes" ? /** Transform query to operate on original (pretransformed) data source. */ public Query dataQuery( Query query); -- Jody Garnett On Tue, 21 Jan 2020 at 01:27, Nuno Oliveira wrote: > Hi Jody,

[Geoserver-devel] [JIRA] (GEOS-9462) Downgrade ArcSDE extension as a community module

2020-01-21 Thread Gabriel Roldan (JIRA)
Title: Message Title Gabriel Roldan crea

Re: [Geoserver-devel] Removing ArcSDE?

2020-01-21 Thread Simone Giannecchini
We can provide some help as/f needed. Regards, Simone Giannecchini == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services for more info

Re: [Geoserver-devel] Removing ArcSDE?

2020-01-21 Thread Gabriel Roldan
Understood, you're right. In that case I can volunteer to do so. On Tue, 21 Jan 2020 at 11:39, Andrea Aime wrote: > That works fine for me too. > > May I show everyone to the elephant in the room here? Someone has to do it > (in both cases really), > and it's not as easy as removing a few files

Re: [Geoserver-devel] Removing ArcSDE?

2020-01-21 Thread Andrea Aime
That works fine for me too. May I show everyone to the elephant in the room here? Someone has to do it (in both cases really), and it's not as easy as removing a few files... updates are in code, documentation, web pages for releases and so on Even removing a module or moving it to community t

Re: [Geoserver-devel] Removing ArcSDE?

2020-01-21 Thread Gabriel Roldan
Wouldn't it be wiser to downgrade it as a community module, at least to see if someone complains? On Tue, 21 Jan 2020 at 07:00, Andrea Aime wrote: > Haven't used it for such a long time... and indeed no maintainer. No > objection here, +0 > > Cheers > Andrea > > > On Tue, Jan 14, 2020 at 4:25 PM

Re: [Geoserver-devel] Propose a new extension point in ResourcePool for retyping feature types and features

2020-01-21 Thread Andrea Aime
On Tue, Jan 21, 2020 at 10:30 AM Nuno Oliveira < nuno.olive...@geo-solutions.it> wrote: > 2) Do you need more information to handle the query efficiently? I had > for some time wished to see a "java view" created with a UI similar to "sql > view" making use of the transform process. Sadly this is

Re: [Geoserver-devel] Propose a new extension point in ResourcePool for retyping feature types and features

2020-01-21 Thread Andrea Aime
On Mon, Jan 20, 2020 at 11:33 PM Nuno Oliveira < nuno.olive...@geo-solutions.it> wrote: > Dear all, > long story short, I would like to propose adding a new extension point in > ResourcePool that would allow extensions to retype a feature type, and > consequently change the associated features. >

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

2020-01-21 Thread Ian Turton
I'm on the road again today - depending on traffic I might be at the hotel in time for this but may be not. Ian On Mon, 20 Jan 2020 at 17:43, Torben Barsballe wrote: > Reminder that the next PMC meeting is scheduled for tomorrow, Jan 21, at > 17:30 >

Re: [Geoserver-devel] Removing ArcSDE?

2020-01-21 Thread Andrea Aime
Haven't used it for such a long time... and indeed no maintainer. No objection here, +0 Cheers Andrea On Tue, Jan 14, 2020 at 4:25 PM Rahkonen Jukka (MML) < jukka.rahko...@maanmittauslaitos.fi> wrote: > Hi, > > > > The support for the last ArcSDE version is in the end > https://support.esri.com

Re: [Geoserver-devel] Removing ArcSDE?

2020-01-21 Thread Simone Giannecchini
+0 Regards, Simone Giannecchini == GeoServer Professional Services from the experts! Visit http://bit.ly/gs-services for more information. == Ing. Simone Giannecchi

Re: [Geoserver-devel] Removing ArcSDE?

2020-01-21 Thread Nuno Oliveira
+1 On Tue, 2020-01-14 at 07:53 -0800, Jody Garnett wrote: > I would be fine with that. > -- > Jody Garnett > > > On Tue, 14 Jan 2020 at 07:24, Rahkonen Jukka (MML) > anmittauslaitos.fi> wrote: > > Hi, > >   > > The support for the last ArcSDE version is in the end https://suppo > > rt.esri.com/e

Re: [Geoserver-devel] Propose a new extension point in ResourcePool for retyping feature types and features

2020-01-21 Thread Nuno Oliveira
Hi Jody,  thank you for the feedback, please seem my answers bellow :-) On Mon, 2020-01-20 at 15:49 -0800, Jody Garnett wrote: > Nuno: > > 1) This is very similar to GeoServer 1.0 functionality that allowed > attribute to be named, described, or hidden, ... When GeoServer 1.0 was releases (~2003)

[Geoserver-devel] GeoServer 2.16.2 Release - Artifacts ready for testing

2020-01-21 Thread Alessandro Parma
Hi All, GeoServer 2.16.2 are available for testing. Please test and report any issues. -- Regards, Alessandro Parma == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V