[jira] [Created] (SIS-518) Update EPSG geodetic dataset to version 10.x

2021-09-22 Thread Martin Desruisseaux (Jira)
Martin Desruisseaux created SIS-518: --- Summary: Update EPSG geodetic dataset to version 10.x Key: SIS-518 URL: https://issues.apache.org/jira/browse/SIS-518 Project: Spatial Information Systems

[jira] [Created] (SIS-517) Update EPSG geodetic dataset to version 9.9.1

2021-09-22 Thread Martin Desruisseaux (Jira)
Martin Desruisseaux created SIS-517: --- Summary: Update EPSG geodetic dataset to version 9.9.1 Key: SIS-517 URL: https://issues.apache.org/jira/browse/SIS-517 Project: Spatial Information Systems

svn commit: r1893515 - in /sis/data/non-free: pom.xml sis-embedded-data/pom.xml sis-embedded-data/src/main/java/org/apache/sis/resources/embedded/Generator.java sis-epsg/pom.xml

2021-09-22 Thread desruisseaux
Author: desruisseaux Date: Wed Sep 22 16:27:26 2021 New Revision: 1893515 URL: http://svn.apache.org/viewvc?rev=1893515=rev Log: Prepare for upgrade to 1.1 release. Modified: sis/data/non-free/pom.xml sis/data/non-free/sis-embedded-data/pom.xml

[sis] 02/07: Move `WraparoundAdjustment` outside of `sis-referencing` module. It is specific to grid coverage support.

2021-09-22 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 75db362d129b25074c9e88990970d69ecd5cc945 Author: Martin Desruisseaux AuthorDate: Wed Sep 22 14:54:24 2021 +0200

[sis] 06/07: Remove link to UCAR Javadoc. The link seems to not work anymore.

2021-09-22 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit c3bb6f3130e6c2b5b21a6c8e8f00129513bee64e Author: Martin Desruisseaux AuthorDate: Wed Sep 22 17:05:35 2021 +0200

[sis] branch geoapi-4.0 updated (19acaac -> a493472)

2021-09-22 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git. from 19acaac Fix unmarshalling of . new 7485605 Move `RasterLoadingStrategy` to public API. new

[sis] 01/07: Move `RasterLoadingStrategy` to public API.

2021-09-22 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 7485605ecd9697c4e80d4c0ecdb5741cc3053746 Author: Martin Desruisseaux AuthorDate: Wed Sep 22 13:56:57 2021 +0200

[sis] 03/07: Rename `FolderStoreProvider` as `StoreProvider` for consistency with other internal store provider. The `Folder` prefix is redundant with package names and these providers are no expected

2021-09-22 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 93868d77c9613c67ed22a1c75925043c9b4a7739 Author: Martin Desruisseaux AuthorDate: Wed Sep 22 15:09:30 2021 +0200

[sis] 07/07: Remove provided in declarations of Jakarta API dependency. Environments providing JAXB by default are rare now.

2021-09-22 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit a493472a10ae595f06aa9d38a4b2a5b39d08ddf6 Author: Martin Desruisseaux AuthorDate: Wed Sep 22 18:24:15 2021 +0200

[sis] 05/07: Rename `insert(…)` as `insertDimension` and `reduce(…)` as `reduceDimension`.

2021-09-22 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 975a19153ba0e9d30096cec9b995f46d7125b62b Author: Martin Desruisseaux AuthorDate: Wed Sep 22 17:04:16 2021 +0200

[sis] 04/07: Use better method names for some `SQLBuilder` methods.

2021-09-22 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 63a69747639deed1f2750469f2412fc0635a74b9 Author: Martin Desruisseaux AuthorDate: Wed Sep 22 16:31:09 2021 +0200

[jira] [Created] (SIS-516) Read and write filters in XML and KVP formats

2021-09-22 Thread Martin Desruisseaux (Jira)
Martin Desruisseaux created SIS-516: --- Summary: Read and write filters in XML and KVP formats Key: SIS-516 URL: https://issues.apache.org/jira/browse/SIS-516 Project: Spatial Information Systems

[jira] [Resolved] (SIS-511) build failed on AArch64, Fedora 33

2021-09-22 Thread Martin Desruisseaux (Jira)
[ https://issues.apache.org/jira/browse/SIS-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux resolved SIS-511. - Resolution: Cannot Reproduce Can not reproduce the issue. The error message said that

[jira] [Updated] (SIS-511) build failed on AArch64, Fedora 33

2021-09-22 Thread Martin Desruisseaux (Jira)
[ https://issues.apache.org/jira/browse/SIS-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux updated SIS-511: Component/s: Build process Fix Version/s: 1.1 Description: {noformat}  (base)

[sis] branch geoapi-4.0 updated (8a6d8c3 -> 19acaac)

2021-09-22 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git. from 8a6d8c3 `MD_Scope` should be marshalled as `DQ_Scope` when writing legacy ISO 19139 document. new

[sis] 02/04: Update SIS version number.

2021-09-22 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 8d0380b46c1d926bf87acf475f2b4156bdecfa34 Author: Martin Desruisseaux AuthorDate: Mon Sep 20 10:58:22 2021 +0200

[sis] 04/04: Fix unmarshalling of .

2021-09-22 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 19acaac2f0002dc11fc91a92945ed772425eea80 Author: Martin Desruisseaux AuthorDate: Wed Sep 22 12:43:35 2021 +0200

[sis] 03/04: Compatibility with Java 17 and upgrade to NetBeans 12.5.

2021-09-22 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 138552bb4d484ed98850b22d91da3a37f76c7e5e Author: Martin Desruisseaux AuthorDate: Wed Sep 22 12:08:57 2021 +0200