Re: [Geotools-devel] Update of Graph Module

2019-03-15 Thread Justin Deoliveira
Hey Ian, great stuff!

If you want to step up to take on that module you're more than welcome too.
I unfortunately don't have time these days to remain an active maintainer
on the project, I can only contribute as my project work allows me too. So
it's all yours. Your proposed changes all sound great.

-Justin

On Fri, Mar 15, 2019 at 11:45 AM Ian Turton  wrote:

> I've just put in a PR (https://github.com/geotools/geotools/pull/2321)
> against the GeoTools graph module. Basically, I've moved it to using typed
> collections and java.util collections over hand crafted implementations. I
> don't know how much time you have to look after this module Justin, if you
> would like I could step up and help maintain it, if you'd like?
>
> What I had actually started on was adding  equality and hashcode methods
> to Edge and Node so that I could check if collections of Edges or Nodes
> contained the edge or node I'm currently using. But this breaks a number of
> the tests so I'm now not sure if adding the same edge twice (or more) is a
> useful thing that ought to be allowed or if I can quietly modify the tests
> without anyone noticing?
>
> Cheers
>
> Ian
>
> --
> Ian Turton
>
___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Pom for gt-api 22-SNAPSHOT is missing?

2019-03-15 Thread Ian Turton
That makes sense, I need to update my poms!


Cheers
Ian

On Fri, 15 Mar 2019, 18:27 Andrea Aime, 
wrote:

> Hi Ian,
> if memory serves me right, there is no such a thing as a "api" module in
> geotools 22, it has been removed during the java 11 sprint upgrade.
> Check for yourself:
>
> https://github.com/geotools/geotools/tree/master/modules/library
>
> Cheers
> Andrea
>
>
> On Fri, Mar 15, 2019 at 7:21 PM Ian Turton  wrote:
>
>> I'm seeing a persistent warning about "[WARNING] The POM for
>> org.geotools:gt-api:jar:22-SNAPSHOT is missing, no dependency information
>> available" - Is this just me or does the boundless maven repo need looking
>> at?
>>
>> cheers
>>
>> Ian
>>
>> --
>> Ian Turton
>> ___
>> GeoTools-Devel mailing list
>> GeoTools-Devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>>
>
>
> --
>
> Regards, Andrea Aime == GeoServer Professional Services from the experts!
> Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime
> @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054
> Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339
> 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it
> --- *Con riferimento
> alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 -
> Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni
> circostanza inerente alla presente email (il suo contenuto, gli eventuali
> allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i
> destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per
> errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le
> sarei comunque grato se potesse darmene notizia. This email is intended
> only for the person or entity to which it is addressed and may contain
> information that is privileged, confidential or otherwise protected from
> disclosure. We remind that - as provided by European Regulation 2016/679
> “GDPR” - copying, dissemination or use of this e-mail or the information
> herein by anyone other than the intended recipient is prohibited. If you
> have received this email by mistake, please notify us immediately by
> telephone or e-mail.*
>
___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Pom for gt-api 22-SNAPSHOT is missing?

2019-03-15 Thread Andrea Aime
Hi Ian,
if memory serves me right, there is no such a thing as a "api" module in
geotools 22, it has been removed during the java 11 sprint upgrade.
Check for yourself:

https://github.com/geotools/geotools/tree/master/modules/library

Cheers
Andrea


On Fri, Mar 15, 2019 at 7:21 PM Ian Turton  wrote:

> I'm seeing a persistent warning about "[WARNING] The POM for
> org.geotools:gt-api:jar:22-SNAPSHOT is missing, no dependency information
> available" - Is this just me or does the boundless maven repo need looking
> at?
>
> cheers
>
> Ian
>
> --
> Ian Turton
> ___
> GeoTools-Devel mailing list
> GeoTools-Devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>


-- 

Regards, Andrea Aime == GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime
@geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054
Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339
8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it
--- *Con riferimento
alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 -
Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni
circostanza inerente alla presente email (il suo contenuto, gli eventuali
allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i
destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per
errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le
sarei comunque grato se potesse darmene notizia. This email is intended
only for the person or entity to which it is addressed and may contain
information that is privileged, confidential or otherwise protected from
disclosure. We remind that - as provided by European Regulation 2016/679
“GDPR” - copying, dissemination or use of this e-mail or the information
herein by anyone other than the intended recipient is prohibited. If you
have received this email by mistake, please notify us immediately by
telephone or e-mail.*
___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] Pom for gt-api 22-SNAPSHOT is missing?

2019-03-15 Thread Ian Turton
I'm seeing a persistent warning about "[WARNING] The POM for
org.geotools:gt-api:jar:22-SNAPSHOT is missing, no dependency information
available" - Is this just me or does the boundless maven repo need looking
at?

cheers

Ian

-- 
Ian Turton
___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] Update of Graph Module

2019-03-15 Thread Ian Turton
I've just put in a PR (https://github.com/geotools/geotools/pull/2321)
against the GeoTools graph module. Basically, I've moved it to using typed
collections and java.util collections over hand crafted implementations. I
don't know how much time you have to look after this module Justin, if you
would like I could step up and help maintain it, if you'd like?

What I had actually started on was adding  equality and hashcode methods to
Edge and Node so that I could check if collections of Edges or Nodes
contained the edge or node I'm currently using. But this breaks a number of
the tests so I'm now not sure if adding the same edge twice (or more) is a
useful thing that ought to be allowed or if I can quietly modify the tests
without anyone noticing?

Cheers

Ian

-- 
Ian Turton
___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel