+1 approve

I tested it in a little java project to perform the following set of simple tasks:


 - Reproject a 2D envelope from OGC::CRS:84 to EPSG:3857

 - Using a TransformSeparator object to analyze and extract two dimensions from a 4D to 4D MathTransform

 - Read a subset of a 4D NetCDF file and compute per-pixel statistics (using org.apache.sis.math.Statistics).


All tasks have gone well, so it looks good to me.


Regards,


Le 27/01/2026 à 19:03, Martin Desruisseaux via dev a écrit :
This is a call for a vote on the following Apache SIS 1.6 release candidate RC1 artifacts:

   All Release Artifacts:
   https://dist.apache.org/repos/dist/dev/sis/1.6/RC1/

   PGP release keys (signed using GnuPG):
   https://downloads.apache.org/sis/KEYS

   Maven staging repository:

   <repositories>
      <repository>
        <id>sis.staging.parent</id>
        <name>SIS staging repository of Parent POM</name>
<url>https://repository.apache.org/content/repositories/orgapachesis-1064</url>
      </repository>
      <repository>
        <id>sis.staging.main</id>
        <name>SIS staging repository of main artifacts</name>
<url>https://repository.apache.org/content/repositories/orgapachesis-1065</url>
      </repository>
   </repositories>

Please verify the artifacts and vote. The vote will be open for at least 72 hours.

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

If no issue is reported, the content of above staging repositories will be moved as-is (no recompilation) to Apache mirrors and Maven Central repository when the release will happen. If blocking issues are reported, a new staging repository at a new URL will be created for another release candidate. Some tips to validate the release before you vote:

 * For reference, the Apache release guide —
   https://www.apache.org/legal/release-policy.html
 * Download the source files from compressed files and build (requires
   Gradle 8.8).
 * Verify the distribution for the required LICENSE and NOTICE files.
 * Verify if all the staged files are signed and the signature is
   verifiable.
 * Verify if the signing key in the project's KEYS file is hosted on a
   public server.
 * Download the binary version and run some examples described in
   https://sis.staged.apache.org/command-line.html. For running with
   EPSG data, execute the following command first:

   export JDK_JAVA_OPTIONS="-Dorg.apache.sis.epsg.downloadURL=https://repository.apache.org/content/repositories/orgapachesis-1065";

Thanks for your time in validating the release and voting.

    Martin


Reply via email to