(sis) 02/02: Superficial formatting of CoverageJSON incubator module.

2023-10-27 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 11339c7efa40235808ffaed6476b42650f274d4c Author: Martin Desruisseaux AuthorDate: Fri Oct 27 14:17:38 2023 +0200

[sis-site] branch asf-site updated (275fc8aa -> bdf55413)

2023-10-25 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/sis-site.git from 275fc8aa Merge branch 'asf-staging' into asf-site. add bb4d725e Regenerate the "supported fo

[sis-site] 01/01: Merge branch 'asf-staging' into asf-site

2023-10-25 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/sis-site.git commit bdf554139e83093f643bef3056fd51a7bece21b4 Merge: 275fc8aa bb4d725e Author: Martin Desruisseaux AuthorDate: Wed

[sis-site] branch asf-staging updated: Regenerate the "supported formats" page.

2023-10-25 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/sis-site.git The following commit(s) were added to refs/heads/asf-staging by this push: new bb4d725e Regenerate

[sis-site] branch main updated: Add a column saying which module provides each data format.

2023-10-25 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git The following commit(s) were added to refs/heads/main by this push: new 88b18f0a Add a column saying which module

[sis] branch geoapi-4.0 updated: Bug fixes when an channel data input yield to the output, or conversely.

2023-10-25 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 The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 0c4e04b918 Bug fixes when an channel

[sis] 01/03: Redesign the way that readers and writers co-exist in `DataStore` implementations: - `isWritable(…)` needs to distinguish between opening an existing file or creating a new one. - `setStr

2023-10-24 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 3762fd80fe3177d3070e0b601a6387fc85e6b78d Author: Martin Desruisseaux AuthorDate: Sun Oct 22 15:34:50 2023 +0200

[sis] branch geoapi-4.0 updated (a93258c0ba -> 4c94f8269e)

2023-10-24 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 a93258c0ba Give more informative names to some parameters. new 3762fd80fe Redesign the way that readers

[sis] 03/03: First draft of GeoTIFF writer accessible from public API. For now we do that with a `GeoTiffStore.appen(…)` method.

2023-10-24 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 4c94f8269e60aad551c00bd4e2130b5206422395 Author: Martin Desruisseaux AuthorDate: Wed Oct 25 04:51:21 2023 +0200

[sis] 02/03: Refactor `ChannelImageOutputStream` as an implementation of `ImageOutputStream`. It allows us to test `ChannelData.yield(ChannelData)`.

2023-10-24 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 e91f576e12fd2aa70c26b29966d4c5d7e2c99d0d Author: Martin Desruisseaux AuthorDate: Wed Oct 25 04:54:12 2023 +0200

[sis-site] 01/01: Merge branch 'asf-staging' into asf-site.

2023-10-18 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/sis-site.git commit 275fc8aa9a784484aa53b0d174f44e277dcb0895 Merge: 905533d0 c8f51174 Author: Martin Desruisseaux AuthorDate: Wed

[sis-site] branch asf-site updated (905533d0 -> 275fc8aa)

2023-10-18 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/sis-site.git from 905533d0 Merge branch 'asf-staging' into asf-site add c8f51174 Update web site with COG added

[sis-site] branch asf-staging updated: Update web site with COG added in the list of supported standards.

2023-10-18 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/sis-site.git The following commit(s) were added to refs/heads/asf-staging by this push: new c8f51174 Update web site

[sis-site] branch main updated: Add the newly released http://www.opengis.net/doc/is/COG/1.0 in the list of standards supported by SIS.

2023-10-18 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git The following commit(s) were added to refs/heads/main by this push: new d478474a Add the newly released http

[sis] 01/05: First version of a TIFF writer (work initiated by Erwan Roussel). This initial version works, but with a limited amount of color models and sample models.

2023-10-16 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 8facc18164725ed86aeba392fc59dc79e6ed6dac Author: Martin Desruisseaux AuthorDate: Sat Sep 16 20:04:55 2023 +0200

[sis] 03/05: Initial GeoKeys support.

2023-10-16 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 e97299fd6765b136a4dae4d4c438fd2a7238a526 Author: Martin Desruisseaux AuthorDate: Thu Sep 21 18:35:37 2023 +0200

[sis] 04/05: Fix spurious warnings during the verification of map projection parameters.

2023-10-16 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 182326f448bca9937b40b15517d074f1842f481c Author: Martin Desruisseaux AuthorDate: Mon Oct 16 05:42:45 2023 +0200

[sis] branch geoapi-4.0 updated (defbef6e4a -> a93258c0ba)

2023-10-16 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 defbef6e4a Tune test utilities in preparation for the addition of GeoTIFF writer. new 8facc18164 First

[sis] 05/05: Give more informative names to some parameters.

2023-10-16 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 a93258c0ba5e319497c3ce17d2e45b933900e178 Author: Martin Desruisseaux AuthorDate: Mon Oct 16 22:33:36 2023 +0200

[sis] 02/05: Rename GeoKeys from GeoTIFF 1.0 to GeoTIFF 1.1 names. The keys related to units of measure are now handled in a separated class.

2023-10-16 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 0cdc177a1bb1569263bd668afa7b6cb7811c95e9 Author: Martin Desruisseaux AuthorDate: Wed Sep 20 16:59:30 2023 +0200

svn commit: r1912969 - /sis/data/non-free/sis-embedded-data/pom.xml

2023-10-14 Thread desruisseaux
Author: desruisseaux Date: Sat Oct 14 15:16:09 2023 New Revision: 1912969 URL: http://svn.apache.org/viewvc?rev=1912969=rev Log: Remove automatic name manifest entry. It is not needed anymore since the module has a module-info file. Modified: sis/data/non-free/sis-embedded-data/pom.xml

[sis-site] branch main updated: Fix an error in the version of Glassfish dependency. Also fix more minor errors in release management guide.

2023-10-12 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git The following commit(s) were added to refs/heads/main by this push: new 191a5800 Fix an error in the version

[sis-site] branch asf-site updated (cf66df92 -> 905533d0)

2023-10-12 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/sis-site.git from cf66df92 Merge branch 'asf-staging' into asf-site. add 438d998f Fix erroneous version number

[sis-site] 01/01: Merge branch 'asf-staging' into asf-site

2023-10-12 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/sis-site.git commit 905533d06b33abb839ff79b54d7fedd7464c07f0 Merge: cf66df92 438d998f Author: Martin Desruisseaux AuthorDate: Fri

[sis-site] branch asf-staging updated: Fix erroneous version number of Glassfish dependency.

2023-10-12 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/sis-site.git The following commit(s) were added to refs/heads/asf-staging by this push: new 438d998f Fix erroneous

[sis-site] 01/01: Merge branch 'asf-staging' into asf-site.

2023-10-12 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/sis-site.git commit cf66df9281bc93834b3d1895e45e7c885ba52d96 Merge: 3a836900 930adf19 Author: Martin Desruisseaux AuthorDate: Fri

[sis-site] branch asf-site updated (3a836900 -> cf66df92)

2023-10-12 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/sis-site.git from 3a836900 Merge branch 'asf-staging' into asf-site. add 930adf19 Staging repository for the 1.4 release

[sis] branch main updated: Set version number to 1.5 for next release cycle.

2023-10-12 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/main by this push: new 7276317ed7 Set version number to 1.5 for next

[sis] tag 1.4-RC1 deleted (was 6f5b664363)

2023-10-12 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to tag 1.4-RC1 in repository https://gitbox.apache.org/repos/asf/sis.git *** WARNING: tag 1.4-RC1 was deleted! *** was 6f5b664363 Set the version number to 1.4. The revisions that were

[sis] tag 1.4 created (now 6f5b664363)

2023-10-12 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to tag 1.4 in repository https://gitbox.apache.org/repos/asf/sis.git at 6f5b664363 (commit) No new revisions were added by this update.

svn commit: r64502 - /dev/sis/1.4/

2023-10-12 Thread desruisseaux
Author: desruisseaux Date: Thu Oct 12 16:04:59 2023 New Revision: 64502 Log: Delete SIS 1.4 staging repository after release. Removed: dev/sis/1.4/

svn commit: r64501 - /dev/sis/1.4/RC1/ /release/sis/1.4/

2023-10-12 Thread desruisseaux
Author: desruisseaux Date: Thu Oct 12 16:04:15 2023 New Revision: 64501 Log: Committing SIS Source and Binary Release Candidate 1 for SIS-1.4. Added: release/sis/1.4/ - copied from r64500, dev/sis/1.4/RC1/ Removed: dev/sis/1.4/RC1/

svn commit: r1912922 - /sis/release-test/integration/

2023-10-12 Thread desruisseaux
Author: desruisseaux Date: Thu Oct 12 15:47:22 2023 New Revision: 1912922 URL: http://svn.apache.org/viewvc?rev=1912922=rev Log: Remove the integration tests because Apache SIS code repository no longer contains `TestSuite` classes. The removed project also contained a Proj4 - Apache SIS

[sis] 06/06: Tune test utilities in preparation for the addition of GeoTIFF writer.

2023-10-07 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 defbef6e4a7ec537e96598eb3b9139f28dd7d173 Author: Martin Desruisseaux AuthorDate: Mon Sep 18 16:20:08 2023 +0200

[sis] branch geoapi-4.0 updated (a2820288ee -> defbef6e4a)

2023-10-07 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 a2820288ee Modify the structure of the binary bundle for avoiding to have undesired applications

[sis] 02/06: `ChannelDataInput` implements `DataInput` for allowing `instanceof` checks against a public interface.

2023-10-07 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 255a5b2bd73bcf4873d78a677eed30140f843e6d Author: Martin Desruisseaux AuthorDate: Sun Sep 17 14:51:39 2023 +0200

[sis] 01/06: Documentation and code updates in I/O in preparation for GeoTIFF writer.

2023-10-07 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 3858503ae455572140d13cf99f21bc1bdd3747cf Author: Martin Desruisseaux AuthorDate: Sat Sep 16 11:04:01 2023 +0200

[sis] 03/06: `ChannelDataOutput` implements `DataOutput` for allowing `instanceof` checks against a public interface.

2023-10-07 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 a5cb0d05680cd62201d58669e8460b1b6d1d6595 Author: Martin Desruisseaux AuthorDate: Sun Sep 17 16:32:14 2023 +0200

[sis] 05/06: Add `UpdatableWrite` as an helper class for data store writers which need to update values after they have been written.

2023-10-07 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 4fe9373158928221702a29aac51e9cc11a92452e Author: Martin Desruisseaux AuthorDate: Sat Sep 16 16:36:46 2023 +0200

[sis] 04/06: Add `HyperRectangleWriter` as an helper class for multi-dimensional grid coverage writers.

2023-10-07 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 e45d94515849b665770ac89d82e8bca2d3f01493 Author: Martin Desruisseaux AuthorDate: Sat Sep 16 14:51:04 2023 +0200

[sis] tag 1.4-RC1 created (now 6f5b664363)

2023-10-07 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to tag 1.4-RC1 in repository https://gitbox.apache.org/repos/asf/sis.git at 6f5b664363 (commit) This tag includes the following new commits: new 9cc3d31096 Remove non-released files

[sis] 02/02: Set the version number to 1.4.

2023-10-07 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to tag 1.4-RC1 in repository https://gitbox.apache.org/repos/asf/sis.git commit 6f5b66436319de9fcb1e7b748e3058b9418e803a Author: Martin Desruisseaux AuthorDate: Sat Sep 30 16:06:42 2023 +0200

[sis-site] 02/02: Prepare documentation for the 1.4 release.

2023-10-07 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git commit 0f8f3e93410e74319b143e1e42428941c870baff Author: Martin Desruisseaux AuthorDate: Sat Oct 7 16:05:00 2023 +0200

[sis-site] 01/02: Update the "test release candidate" section of release management page.

2023-10-07 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git commit aa1471870262b42411ecbda168b897808ad1a726 Author: Martin Desruisseaux AuthorDate: Fri Oct 6 14:57:47 2023 +0200

[sis-site] branch main updated (78d55766 -> 0f8f3e93)

2023-10-07 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git from 78d55766 Add instruction about Maven deployment (for the parent POM). new aa147187 Update the "

svn commit: r64391 - in /dev/sis/1.4: ./ RC1/

2023-10-07 Thread desruisseaux
Author: desruisseaux Date: Sat Oct 7 13:43:24 2023 New Revision: 64391 Log: SIS 1.4 release candidate 1 Added: dev/sis/1.4/ dev/sis/1.4/RC1/ dev/sis/1.4/RC1/HEADER.html - copied unchanged from r64351, release/sis/1.3/HEADER.html dev/sis/1.4/RC1/apache-sis-1.4-bin.zip

svn commit: r1912784 - in /sis/release-test/maven: pom.xml src/main/java/org/apache/sis/test/referencing/CoordinateOperationComparator.java src/test/java/org/apache/sis/test/SelfConsistencyTest.java

2023-10-07 Thread desruisseaux
Author: desruisseaux Date: Sat Oct 7 13:38:53 2023 New Revision: 1912784 URL: http://svn.apache.org/viewvc?rev=1912784=rev Log: Test project for SIS 1.4-RC1 Modified: sis/release-test/maven/pom.xml sis/release-test/maven/src/main/java/org/apache/sis/test/referencing

[sis] branch geoapi-4.0 updated (a24a7b212f -> a2820288ee)

2023-10-06 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 a24a7b212f Add qualified exports needed by the "non-free" optional modules for EPSG data. add

[sis] branch geoapi-3.1 updated (d4fc457a24 -> 6008e5e18d)

2023-10-06 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-3.1 in repository https://gitbox.apache.org/repos/asf/sis.git from d4fc457a24 Merge branch 'geoapi-4.0' into geoapi-3.1 add a2820288ee Modify the structure of the binary

[sis] 01/03: Modify the structure of the binary bundle for avoiding to have undesired applications on the module-path.

2023-10-06 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis.git commit a2820288eeda7922d479b6529c1c7fc4bd9d2baa Author: Martin Desruisseaux AuthorDate: Fri Oct 6 20:47:43 2023 +0200

[sis] 02/03: Merge branch 'geoapi-4.0' into geoapi-3.1

2023-10-06 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis.git commit 6008e5e18d484c93b2ee7b32a79aa23a4fca3719 Merge: d4fc457a24 a2820288ee Author: Martin Desruisseaux AuthorDate: Fri Oct

[sis] 03/03: Merge branch 'geoapi-3.1'

2023-10-06 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis.git commit 27a4ac4fede2909b96eee4e6973d6beaac8a179f Merge: 2596723a0b 6008e5e18d Author: Martin Desruisseaux AuthorDate: Fri Oct

[sis] branch main updated (2596723a0b -> 27a4ac4fed)

2023-10-06 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/sis.git from 2596723a0b Merge branch 'geoapi-3.1' new a2820288ee Modify the structure of the binary bundle for avoiding

svn commit: r1912778 - /sis/data/non-free/sis-embedded-data/pom.xml

2023-10-06 Thread desruisseaux
Author: desruisseaux Date: Fri Oct 6 19:58:59 2023 New Revision: 1912778 URL: http://svn.apache.org/viewvc?rev=1912778=rev Log: Send Derby logging file to target directory. Modified: sis/data/non-free/sis-embedded-data/pom.xml Modified: sis/data/non-free/sis-embedded-data/pom.xml URL

svn commit: r1912767 - in /sis/data/non-free/sis-embedded-data/src: main/java/ main/java/org/apache/sis/resources/embedded/ test/java/org/apache/sis/resources/embedded/

2023-10-06 Thread desruisseaux
Author: desruisseaux Date: Fri Oct 6 08:10:38 2023 New Revision: 1912767 URL: http://svn.apache.org/viewvc?rev=1912767=rev Log: Enable JPMS on `sis-embedded-data`, using a naming trick for allowing Derby to access the database. Added: sis/data/non-free/sis-embedded-data/src/main/java

[sis-site] branch main updated: Add instruction about Maven deployment (for the parent POM).

2023-10-05 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git The following commit(s) were added to refs/heads/main by this push: new 78d55766 Add instruction about Maven

[sis] branch main updated (2ce512f85a -> 2596723a0b)

2023-10-05 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/sis.git from 2ce512f85a Fix more Javadoc errors. add 7e10eef9d5 Fixes to the build plugin based on release experience

[sis] 01/01: Merge branch 'geoapi-3.1'

2023-10-05 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis.git commit 2596723a0ba2b246587bfacfc93cd9cc8997a8f5 Merge: 2ce512f85a d4fc457a24 Author: Martin Desruisseaux AuthorDate: Fri Oct

[sis] branch geoapi-3.1 updated (2730c89d63 -> d4fc457a24)

2023-10-05 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-3.1 in repository https://gitbox.apache.org/repos/asf/sis.git from 2730c89d63 Merge branch 'geoapi-4.0' into geoapi-3.1 add 7e10eef9d5 Fixes to the build plugin based

[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1

2023-10-05 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-3.1 in repository https://gitbox.apache.org/repos/asf/sis.git commit d4fc457a24f10d906d2ef8f34267730d895e60e7 Merge: 2730c89d63 a24a7b212f Author: Martin Desruisseaux AuthorDate

[sis] branch geoapi-4.0 updated: Add qualified exports needed by the "non-free" optional modules for EPSG data.

2023-10-05 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 The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new a24a7b212f Add qualified exports

svn commit: r1912761 - in /sis/data/non-free: sis-embedded-data/ sis-embedded-data/src/main/java/ sis-embedded-data/src/main/java/org/apache/sis/resources/embedded/ sis-embedded-data/src/test/java/org

2023-10-05 Thread desruisseaux
Author: desruisseaux Date: Thu Oct 5 23:59:42 2023 New Revision: 1912761 URL: http://svn.apache.org/viewvc?rev=1912761=rev Log: Add `module-info.java` files. Added: sis/data/non-free/sis-embedded-data/src/main/java/module-info.bak sis/data/non-free/sis-epsg/src/main/java/module

[sis] branch geoapi-4.0 updated (24b12731b9 -> 0c022f2f1f)

2023-10-05 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 24b12731b9 Add GPG signing for endorsed and optional modules. Incubator modules are not signed because

[sis] 02/02: Define Maven repositories for snapshots and release deployments.

2023-10-05 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 0c022f2f1f71fc4fdac2d0e1a63d57cc9490a157 Author: Martin Desruisseaux AuthorDate: Fri Sep 15 15:25:06 2023 +0200

[sis] 01/02: Fixes to the build plugin based on release experience.

2023-10-05 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 7e10eef9d532c0ea8b9b08858ea6aff30acca36a Author: Martin Desruisseaux AuthorDate: Thu Oct 5 21:17:07 2023 +0200

svn commit: r1912760 - in /sis/data/non-free: ./ sis-embedded-data/ sis-embedded-data/src/main/java/org/apache/sis/resources/embedded/ sis-embedded-data/src/test/java/org/apache/sis/resources/embedded

2023-10-05 Thread desruisseaux
Author: desruisseaux Date: Thu Oct 5 23:21:19 2023 New Revision: 1912760 URL: http://svn.apache.org/viewvc?rev=1912760=rev Log: Upgrade to Apache SIS 1.4. Removed: sis/data/non-free/sis-embedded-data/src/test/java/org/apache/sis/resources/embedded/EmbeddedDataTestSuite.java sis/data

[sis-site] branch main updated: Partial update of release management notes, with more instruction about publishing.

2023-10-05 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git The following commit(s) were added to refs/heads/main by this push: new e173b3eb Partial update of release

[sis] 03/03: Fix more Javadoc errors.

2023-10-05 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis.git commit 2ce512f85a6e66adb8645e1641e15e5c15191863 Author: Martin Desruisseaux AuthorDate: Thu Oct 5 15:43:08 2023 +0200

[sis] branch main updated (00e6806277 -> 2ce512f85a)

2023-10-05 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/sis.git from 00e6806277 Replace a link to GeoAPI-snapshot by a link to GeoAPI 3.0. new d214faa29b Fix some Javadoc warnings

[sis] 02/03: Merge branch 'geoapi-3.1'

2023-10-05 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis.git commit 161c52e539145524ccc81992879d9241e0438dd8 Merge: d214faa29b 2730c89d63 Author: Martin Desruisseaux AuthorDate: Thu Oct

[sis] 01/03: Fix some Javadoc warnings specific to the main branch.

2023-10-05 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis.git commit d214faa29b785586ab2835cefc4f693c19b99cd9 Author: Martin Desruisseaux AuthorDate: Tue Oct 3 23:46:44 2023 +0200

[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1

2023-10-05 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-3.1 in repository https://gitbox.apache.org/repos/asf/sis.git commit 2730c89d637c575eb52f75fa51b067a47fa40355 Merge: fba1ecf3f7 24b12731b9 Author: Martin Desruisseaux AuthorDate

[sis] branch geoapi-3.1 updated (fba1ecf3f7 -> 2730c89d63)

2023-10-05 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-3.1 in repository https://gitbox.apache.org/repos/asf/sis.git from fba1ecf3f7 Merge branch 'geoapi-4.0' into geoapi-3.1 add c847947bde Fix some Javadoc warnings. add

[sis] branch geoapi-4.0 updated: Add GPG signing for endorsed and optional modules. Incubator modules are not signed because not intended to be released.

2023-10-05 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 The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 24b12731b9 Add GPG signing

[sis] branch geoapi-4.0 updated: Generate sources JAR and Javadoc JAR together with the Maven artifacts.

2023-10-04 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 The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 17c3f73eca Generate sources JAR

[sis] branch geoapi-4.0 updated: Fix some Javadoc warnings.

2023-10-03 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 The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new c847947bde Fix some Javadoc warnings

[sis] 02/02: Replace a link to GeoAPI-snapshot by a link to GeoAPI 3.0.

2023-10-03 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis.git commit 00e6806277c6a20a43e3d319f91b678d8f88d5dc Author: Martin Desruisseaux AuthorDate: Tue Oct 3 16:12:57 2023 +0200

[sis] 01/02: Merge branch 'geoapi-3.1'

2023-10-03 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis.git commit 3c3d94aa98c6e15bb65c448c03f506e0a5c375ca Merge: 0c2f9effc0 fba1ecf3f7 Author: Martin Desruisseaux AuthorDate: Tue Oct

[sis] branch main updated (0c2f9effc0 -> 00e6806277)

2023-10-03 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/sis.git from 0c2f9effc0 Merge branch 'geoapi-3.1' add 41a79147f4 Add the tools used in previous commit for cleaning `@since

[sis] branch geoapi-3.1 updated (18a06d459c -> fba1ecf3f7)

2023-10-03 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-3.1 in repository https://gitbox.apache.org/repos/asf/sis.git from 18a06d459c Merge branch 'geoapi-4.0' into geoapi-3.1 add 41a79147f4 Add the tools used in previous commit

[sis] 01/01: Merge branch 'geoapi-4.0' into geoapi-3.1

2023-10-03 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-3.1 in repository https://gitbox.apache.org/repos/asf/sis.git commit fba1ecf3f7a4fd0c4138d7646f62bf16ef5035f3 Merge: 18a06d459c 0a25115dc9 Author: Martin Desruisseaux AuthorDate

[sis] 01/02: Adjust dependency declarations.

2023-10-03 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 b91d66b6e9dd0646f177e2dba6b93ba508e9f9e7 Author: Martin Desruisseaux AuthorDate: Tue Oct 3 15:01:12 2023 +0200

[sis] 02/02: Set version number and the EPSG geodetic dataset URL to expected values after release. Fix erroneous SIS version number.

2023-10-03 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 0a25115dc935f04671142ebc310d439756fc257a Author: Martin Desruisseaux AuthorDate: Mon Oct 2 10:52:16 2023 +0200

[sis] branch geoapi-4.0 updated (0a1d7bd6c3 -> 0a25115dc9)

2023-10-03 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 0a1d7bd6c3 Replace a NullPointerException by a more explicit message about the failure cause. new

[sis-site] branch main updated: Partial upgrade of release instruction to the new gradle build system.

2023-10-03 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git The following commit(s) were added to refs/heads/main by this push: new 81a6e086 Partial upgrade of release

[sis-site] branch main updated: Release notes for Apache SIS 1.4.

2023-10-02 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git The following commit(s) were added to refs/heads/main by this push: new 0da7931a Release notes for Apache SIS 1.4

[sis-site] 02/03: Add notes about Java modules in SIS 1.4 and later.

2023-10-02 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git commit 768e4fa06bacb44c528fda68b81d1a1ee4cca5d0 Author: Martin Desruisseaux AuthorDate: Mon Oct 2 17:36:51 2023 +0200

[sis-site] 03/03: Merge the "build" page with the "sources" and "downloads" pages.

2023-10-02 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git commit be694f71edfb3ebb90496e21f797d8721b0c17f5 Author: Martin Desruisseaux AuthorDate: Mon Oct 2 18:19:09 2023 +0200

[sis-site] branch main updated (1a23a244 -> be694f71)

2023-10-02 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git from 1a23a244 Update the list CRS and operation methods supported by Apache SIS 1.4. Update the release management

[sis-site] 01/03: Update setup instructions, in particular the ones about PostgreSQL.

2023-10-02 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git commit b12ce4dc0a9beff8e4803d601393d808b8121b34 Author: Martin Desruisseaux AuthorDate: Mon Oct 2 14:10:41 2023 +0200

[sis] branch geoapi-4.0 updated: Replace a NullPointerException by a more explicit message about the failure cause.

2023-10-01 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 The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 0a1d7bd6c3 Replace

[sis-site] branch main updated: Update the list CRS and operation methods supported by Apache SIS 1.4. Update the release management guide following Gradle and modularisation.

2023-10-01 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git The following commit(s) were added to refs/heads/main by this push: new 1a23a244 Update the list CRS and operation

[sis] branch geoapi-4.0 updated: Add or edit `README.md` files.

2023-10-01 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 The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new f75f7ee3a5 Add or edit `README.md

[sis-site] 01/02: Remove duplicated section.

2023-09-30 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git commit 4fef9a52b2f30791fa96a981a63aae80c320af71 Author: Martin Desruisseaux AuthorDate: Sat Sep 30 17:20:16 2023 +0200

[sis] branch main updated (9a6f339273 -> 0c2f9effc0)

2023-09-30 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/sis.git from 9a6f339273 Merge branch 'geoapi-3.1' add 9800c082a4 Remove `@since` and `@version` javadoc tags in non-public

[sis-site] 02/02: Set GeoAPI version number to 3.0.2.

2023-09-30 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git commit ee9ecef620f1ee4f539ebb687c0fac2554869140 Author: Martin Desruisseaux AuthorDate: Sat Sep 30 17:48:07 2023 +0200

[sis-site] branch main updated (ca77ed5d -> ee9ecef6)

2023-09-30 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git from ca77ed5d Merge "release-management-setup.md" content into "release-management.md".

[sis] branch geoapi-3.1 updated (a1f4b15161 -> 18a06d459c)

2023-09-30 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-3.1 in repository https://gitbox.apache.org/repos/asf/sis.git from a1f4b15161 Merge branch 'geoapi-4.0' into geoapi-3.1 add 9800c082a4 Remove `@since` and `@version

[sis] 05/05: Update the NOTICE file.

2023-09-30 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 a95aaf3c9665d2aca015f3e5e8a53547acd69431 Author: Martin Desruisseaux AuthorDate: Sat Sep 30 18:04:40 2023 +0200

[sis] branch geoapi-4.0 updated (66ca33f853 -> a95aaf3c96)

2023-09-30 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 66ca33f853 Move some tests closer to the place where they are used. new 9800c082a4 Remove `@since

<    2   3   4   5   6   7   8   9   10   11   >