Re: [Geotools-devel] Are refactorings of core exceptions permitted ?

2017-07-13 Thread Marc Le Bihan
Sorry bad typo. I meant : " And no users of the API will have to do any change. No touble with backward compatibility then. " -Message d'origine- From: Marc Le Bihan Sent: Thursday, July 13, 2017 11:40 PM To: Ben Caradoc-Davies Cc: geotools-devel@lists.sourceforge.net Subject: Re: [Geo

Re: [Geotools-devel] Are refactorings of core exceptions permitted ?

2017-07-13 Thread Marc Le Bihan
Thanks for your quick reply. If a specific exception, let say, UnknownCRSException is changed by a core java.lang.Exception a problem will occur : Every existing program who have done a : try { CRS crs = loadCRS("crs:12345678"); } catch(UnknownCRSException e) { // Do something to understa

[Geotools-devel] Jenkins build is back to normal : geotools-17.x #56

2017-07-13 Thread monitor
See -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _

Re: [Geotools-devel] Are refactorings of core exceptions permitted ?

2017-07-13 Thread Ben Caradoc-Davies
Marc, code improvements are welcome, but changes to public APIs require change proposals and are typically accepted only on the master branch. This includes changes to throws specifications. Backwards compatibility of both source and binaries is a major concern. What happens if a throws exce

Re: [Geotools-devel] Build failed in Jenkins: geotools-17.x #55

2017-07-13 Thread Ben Caradoc-Davies
Repo timeout. I have kicked the build. Kind regards, Ben. On 13/07/17 17:41, moni...@boundlessgeo.com wrote: See Changes: [ben] [GEOT-5780] OGR GeoJSON layer name changes with GDAL 2.2 or later, [...] [INFO] --- maven-deploy-

Re: [Geotools-devel] JavaFX map module

2017-07-13 Thread Ben Caradoc-Davies
On 13/07/17 19:02, Jody Garnett wrote: I was under the impression we could not use java for server deployments because of our swing dependencies? The base JDKs distributed for Debian include Swing but not OpenJFX; I am being self-referential but I think of these as server deployments because

Re: [Geotools-devel] JavaFX map module

2017-07-13 Thread Ben Caradoc-Davies
There is a profile that can be activated with -Pjavafx which includes gt-javafx in the build. Kind regards, Ben. On 13/07/17 19:21, Andrea Aime wrote: Can the build be made conditional on the presence of javafx? I looked quickly and found nothing Cheers Andrea On Thu, Jul 13, 2017 at 12:10 A

[Geotools-devel] Are refactorings of core exceptions permitted ?

2017-07-13 Thread Marc Le Bihan
Hello, During the next years, I might have to work on Geotools and Apache SIS. (I already commited on Apache SIS on a JDBC driver for shapefiles). When I look geotools code, I sometimes think about things that could make it stronger. I have a fork ready, but I won’t start submitting imp

[Geotools-devel] [JIRA] (GEOT-5783) ImageMosaic silently ignores invalid sort attributes in the SORTING parameters

2017-07-13 Thread Andrea Aime (JIRA)
Title: Message Title Andrea Aime created a

[Geotools-devel] [JIRA] (GEOT-5782) ImageMosaic throws exceptions when sorting granules over a cached in-memory index

2017-07-13 Thread Andrea Aime (JIRA)
Title: Message Title Andrea Aime created a

[Geotools-devel] [JIRA] (GEOT-5781) Add a list of SortBy elements to the WCS 2.0 GetCoverage module

2017-07-13 Thread Andrea Aime (JIRA)
Title: Message Title Andrea Aime created a

Re: [Geotools-devel] JavaFX map module

2017-07-13 Thread Andrea Aime
Can the build be made conditional on the presence of javafx? I looked quickly and found nothing Cheers Andrea On Thu, Jul 13, 2017 at 12:10 AM, Ben Caradoc-Davies wrote: > JavaFX/OpenJFX is included in Oracle JDK 8 but not in OpenJDK 8 bundled > for server deployments. Adding the javafx module

Re: [Geotools-devel] JavaFX map module

2017-07-13 Thread Jody Garnett
Unsupported modules should not be added to -Dall by default. I was under the impression we could not use java for server deployments because of our swing dependencies? -- Jody Garnett On 12 July 2017 at 15:10, Ben Caradoc-Davies wrote: > JavaFX/OpenJFX is included in Oracle JDK 8 but not in Op