Re: [Geotools-devel] Backport of HSQLDB upgrade to 2.4.1

2018-06-29 Thread bradh
It is possible that
https://osgeo-org.atlassian.net/browse/GEOS-8491
is the same issue

Brad
-Original Message-
From: Ben Caradoc-Davies  
Sent: Saturday, 30 June 2018 12:16 PM
To: GeoTools Devel 
Subject: [Geotools-devel] Backport of HSQLDB upgrade to 2.4.1

I will be backporting the upgrade of HSQLDB to 2.4.1
 to 19.x and 18.x because
it is in effect a bug fix because it fixes concurrency problems that cause:

[GEOS-8802] CoverageViewTest intermittent failures
https://osgeo-org.atlassian.net/browse/GEOS-8802

To provide backwards and forwards compatibility (likely unneeded but we are
being super-careful), the upgrade changes the path to the EPSG database
file. This is unlikely to cause problems but I thought I should mention in
just in case.

Kind regards,

--
Ben Caradoc-Davies 
Director
Transient Software Limited  New Zealand


--
Check out the vibrant tech community on one of the world's most engaging
tech sites, Slashdot.org! http://sdm.link/slashdot
___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] Backport of HSQLDB upgrade to 2.4.1

2018-06-29 Thread Ben Caradoc-Davies
I will be backporting the upgrade of HSQLDB to 2.4.1 
 to 19.x and 18.x 
because it is in effect a bug fix because it fixes concurrency problems 
that cause:


[GEOS-8802] CoverageViewTest intermittent failures
https://osgeo-org.atlassian.net/browse/GEOS-8802

To provide backwards and forwards compatibility (likely unneeded but we 
are being super-careful), the upgrade changes the path to the EPSG 
database file. This is unlikely to cause problems but I thought I should 
mention in just in case.


Kind regards,

--
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] JTS 1.15.1 upgrade started

2018-06-29 Thread Jody Garnett
Upgrade completed on master.
--
Jody Garnett


On Fri, 29 Jun 2018 at 00:55, Jody Garnett  wrote:

> The Upgrade to JTS 1.15 is in progress
> , with
> several releases in the chain already made:
>
> * JTS 1.15.1 released and syncing to maven central
> * java-vector-tile 1.3.1 released to repo.boundlessgeo.com
> * hatbox 1.0-b10 released to repo.boundlessgeo.com
> * geodb 0.9 released to repo.boundlessgeo.com
> * jaitools 1.5.0 is tagged, we have permission to release to maven central
>
> The next numbered release is jai-ext, if we can ask the jai-ext team merge
> #196  and make a
> 1.0.24 release.
>
> With this in place we can cut over the the final geotools, geowebcache,
> geoserver at the same time, preferably this weekend.
> --
> Jody Garnett
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] JTS 1.15.1 upgrade started

2018-06-29 Thread Jody Garnett
Thanks, the need for a 1.1.x branch makes sense - frustrating having an API
change for all the projects, not just this one.

Will report back here when change is completed.
--
Jody Garnett


On Fri, 29 Jun 2018 at 03:49, Andrea Aime 
wrote:

> On Fri, Jun 29, 2018 at 9:55 AM, Jody Garnett 
> wrote:
>
>> The Upgrade to JTS 1.15 is in progress
>> , with
>> several releases in the chain already made:
>>
>> * JTS 1.15.1 released and syncing to maven central
>> * java-vector-tile 1.3.1 released to repo.boundlessgeo.com
>> * hatbox 1.0-b10 released to repo.boundlessgeo.com
>> * geodb 0.9 released to repo.boundlessgeo.com
>> * jaitools 1.5.0 is tagged, we have permission to release to maven
>> central
>>
>> The next numbered release is jai-ext, if we can ask the jai-ext team
>> merge #196  and
>> make a 1.0.24 release.
>>
>
> So, PR build restored, and merged. However we figured out that a 1.0.24 is
> not possible, as we often need jai-ext fixes also
> for the stable and maintenance branches of GeoTools and GeoServer.
> We never had one before, but this change made imposes to have a stable
> branch for jai-ext too, a 1.0.x, turning the master
> where this PR lands into 1.1.x (which will cause some extra maintenance
> cost on jai-ext for the year to come, one extra
> branch, two releases for each fix, we all know the drill.)
>
> Thus, we released a new 1.1.0 just to host the "Locationtech JTS", while
> 1.0.x keeps on depending on the "classic" one.
> I've made a quick check locally with the update branch, changed the
> versions of JTS to 1.15.1 and jai-ext to 1.1.0,
> the jars can be downloaded from repos, but did not get very far with
> tests, GeoToolsTest
> fails to lookup version numbers (I see a test assuming JTS version 1.14.0
> there, might be the cause).
> I guess the branch is still not actually building?
>
> Made another round skipping tests, to see if at least it compiles, made it
> almost to the end, but could not locate
> hatbox:
>
> [ERROR] Failed to execute goal on project gt-jdbc-h2: Could not resolve
> dependencies for project org.geotools.jdbc:gt-jdbc-h2:jar:20-SNAPSHOT:
> Could not find artifact net.sourceforge.hatbox:hatbox:jar:1.0.b10 in
> central.maven.org (http://central.maven.org/maven2) -> [Help 1]
> [ERROR]
>
> Cheers
> Andrea
>
> ==
>
> 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.*
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Line endings checks on Jenkins and Travis CI

2018-06-29 Thread Chris Snider
Andrea, Ian,

This is the .gitattributes I have on my Windows ™ box for our geo-spatial 
services.

* text eol=lf
*.sql eol=lf
*.jpg binary
*.png binary
*.tif binary
*.gz binary
*.zip binary
*.FPT binary

This helps GIT understand what we want done with files locally.  I also set my 
git attributes to leave files alone and stop helping with LF > CRLF > LF 
transitions.

Chris Snider
Senior Software Engineer
[cid:image001.png@01D2E6A5.9104F820]

From: Andrea Aime [mailto:andrea.a...@geo-solutions.it]
Sent: Friday, June 29, 2018 7:13 AM
To: Ian Turton 
Cc: Geoserver-devel ; Geotools-Devel 
list 
Subject: Re: [Geotools-devel] Line endings checks on Jenkins and Travis CI

On Fri, Jun 29, 2018 at 3:10 PM, Ian Turton 
mailto:ijtur...@gmail.com>> wrote:
I think if we set it to auto it should spot for them and convert back. I'd need 
to resurrect my windows machine to check though, And we'd need to work out all 
the binary file endings we'd need to protect.

Is there a way to list the ones we want the setting to act on instead? The list 
would seem more simple/obvious (java, rst, txt, sld, xml, ftl, maybe jfl)

Cheers
Andrea

==

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.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Line endings checks on Jenkins and Travis CI

2018-06-29 Thread Andrea Aime
On Fri, Jun 29, 2018 at 3:10 PM, Ian Turton  wrote:

> I think if we set it to auto it should spot for them and convert back. I'd
> need to resurrect my windows machine to check though, And we'd need to work
> out all the binary file endings we'd need to protect.
>

Is there a way to list the ones we want the setting to act on instead? The
list would seem more simple/obvious (java, rst, txt, sld, xml, ftl, maybe
jfl)

Cheers
Andrea

==

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.*
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Line endings checks on Jenkins and Travis CI

2018-06-29 Thread Ian Turton
I think if we set it to auto it should spot for them and convert back. I'd
need to resurrect my windows machine to check though, And we'd need to work
out all the binary file endings we'd need to protect.

Ian

On Fri, 29 Jun 2018 at 14:04, Andrea Aime 
wrote:

> Yep, sounds like it might :-)
> Wondering if it's going to cause trouble for people on Windows though,
> like,
> editor wise (well, instead of them causing trouble to the rest :-p)
>
> Cheers
> Andrea
>
> On Thu, Jun 28, 2018 at 11:06 AM, Ian Turton  wrote:
>
>> From this
>> 
>>  it
>> looks we can set up a *.gitattributes* file to automagically convert
>> them on check in/out.
>>
>> Might be worth experimenting with?
>>
>> Ian
>>
>> On Wed, 27 Jun 2018 at 22:21, Ben Caradoc-Davies 
>> wrote:
>>
>>> In yesterday's meeting we noticed a pull request that tried to convert
>>> many line endings from LF to CRLF. This was not detected by
>>> fmt-maven-plugin. There is a fmt-maven-plugin feature request:
>>> https://github.com/coveo/fmt-maven-plugin/issues/32
>>>
>>> We could add a separate check.
>>>
>>> Kind regards,
>>>
>>> --
>>> Ben Caradoc-Davies 
>>> Director
>>> Transient Software Limited 
>>> New Zealand
>>>
>>>
>>> --
>>> Check out the vibrant tech community on one of the world's most
>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>> ___
>>> GeoTools-Devel mailing list
>>> GeoTools-Devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>>>
>>
>>
>> --
>> Ian Turton
>>
>
>
>
> --
>
> 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.*
>


-- 
Ian Turton
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Line endings checks on Jenkins and Travis CI

2018-06-29 Thread Andrea Aime
Yep, sounds like it might :-)
Wondering if it's going to cause trouble for people on Windows though, like,
editor wise (well, instead of them causing trouble to the rest :-p)

Cheers
Andrea

On Thu, Jun 28, 2018 at 11:06 AM, Ian Turton  wrote:

> From this
> 
>  it
> looks we can set up a *.gitattributes* file to automagically convert them
> on check in/out.
>
> Might be worth experimenting with?
>
> Ian
>
> On Wed, 27 Jun 2018 at 22:21, Ben Caradoc-Davies  wrote:
>
>> In yesterday's meeting we noticed a pull request that tried to convert
>> many line endings from LF to CRLF. This was not detected by
>> fmt-maven-plugin. There is a fmt-maven-plugin feature request:
>> https://github.com/coveo/fmt-maven-plugin/issues/32
>>
>> We could add a separate check.
>>
>> Kind regards,
>>
>> --
>> Ben Caradoc-Davies 
>> Director
>> Transient Software Limited 
>> New Zealand
>>
>> 
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> GeoTools-Devel mailing list
>> GeoTools-Devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>>
>
>
> --
> Ian Turton
>



-- 

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.*
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] JTS 1.15.1 upgrade started

2018-06-29 Thread Andrea Aime
On Fri, Jun 29, 2018 at 9:55 AM, Jody Garnett 
wrote:

> The Upgrade to JTS 1.15 is in progress
> , with
> several releases in the chain already made:
>
> * JTS 1.15.1 released and syncing to maven central
> * java-vector-tile 1.3.1 released to repo.boundlessgeo.com
> * hatbox 1.0-b10 released to repo.boundlessgeo.com
> * geodb 0.9 released to repo.boundlessgeo.com
> * jaitools 1.5.0 is tagged, we have permission to release to maven central
>
> The next numbered release is jai-ext, if we can ask the jai-ext team merge
> #196  and make a
> 1.0.24 release.
>

So, PR build restored, and merged. However we figured out that a 1.0.24 is
not possible, as we often need jai-ext fixes also
for the stable and maintenance branches of GeoTools and GeoServer.
We never had one before, but this change made imposes to have a stable
branch for jai-ext too, a 1.0.x, turning the master
where this PR lands into 1.1.x (which will cause some extra maintenance
cost on jai-ext for the year to come, one extra
branch, two releases for each fix, we all know the drill.)

Thus, we released a new 1.1.0 just to host the "Locationtech JTS", while
1.0.x keeps on depending on the "classic" one.
I've made a quick check locally with the update branch, changed the
versions of JTS to 1.15.1 and jai-ext to 1.1.0,
the jars can be downloaded from repos, but did not get very far with tests,
GeoToolsTest
fails to lookup version numbers (I see a test assuming JTS version 1.14.0
there, might be the cause).
I guess the branch is still not actually building?

Made another round skipping tests, to see if at least it compiles, made it
almost to the end, but could not locate
hatbox:

[ERROR] Failed to execute goal on project gt-jdbc-h2: Could not resolve
dependencies for project org.geotools.jdbc:gt-jdbc-h2:jar:20-SNAPSHOT:
Could not find artifact net.sourceforge.hatbox:hatbox:jar:1.0.b10 in
central.maven.org (http://central.maven.org/maven2) -> [Help 1]
[ERROR]

Cheers
Andrea

==

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.*
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] JTS 1.15.1 upgrade started

2018-06-29 Thread Andrea Aime
On Fri, Jun 29, 2018 at 9:55 AM, Jody Garnett 
wrote:

> The next numbered release is jai-ext, if we can ask the jai-ext team merge
> #196  and make a
> 1.0.24 release.
>

The PR build failed, could not find JTS 1.15.1 in the repos. I've kicked it
again to see if it was a temporary problem

Cheers
Andrea

==

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.*
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] JTS 1.15.1 upgrade started

2018-06-29 Thread Jody Garnett
The Upgrade to JTS 1.15 is in progress
, with
several releases in the chain already made:

* JTS 1.15.1 released and syncing to maven central
* java-vector-tile 1.3.1 released to repo.boundlessgeo.com
* hatbox 1.0-b10 released to repo.boundlessgeo.com
* geodb 0.9 released to repo.boundlessgeo.com
* jaitools 1.5.0 is tagged, we have permission to release to maven central

The next numbered release is jai-ext, if we can ask the jai-ext team merge
#196  and make a
1.0.24 release.

With this in place we can cut over the the final geotools, geowebcache,
geoserver at the same time, preferably this weekend.
--
Jody Garnett
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel