Hello,
I've been using the SIS GeoAPI-4 branch just before the tag.
Everything was working fine for my use cases.
I checked the bin archive and opened a few files with sisfx.
works fine.
Just a console log at startup which could be improved or fixed, but it's
minor.
Can't load log handler "java.util.logging.FileHandler"
java.nio.file.NoSuchFileException:
/home/jsorel/Téléchargements/apache-sis-1.6/log/sis.log.lck
java.nio.file.NoSuchFileException:
/home/jsorel/Téléchargements/apache-sis-1.6/log/sis.log.lck
at
java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
at
java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
at
java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
at
java.base/sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:224)
at java.base/java.nio.channels.FileChannel.open(FileChannel.java:309)
at java.base/java.nio.channels.FileChannel.open(FileChannel.java:369)
at
java.logging/java.util.logging.FileHandler.openFiles(FileHandler.java:512)
at java.logging/java.util.logging.FileHandler.<init>(FileHandler.java:279)
at
java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at
java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at
java.base/java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:132)
at
java.base/jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:259)
at java.base/java.lang.Class.newInstance(Class.java:755)
at
java.logging/java.util.logging.LogManager.createLoggerHandlers(LogManager.java:1005)
at java.logging/java.util.logging.LogManager$4.run(LogManager.java:975)
at java.logging/java.util.logging.LogManager$4.run(LogManager.java:971)
at
java.base/java.security.AccessController.doPrivileged(AccessController.java:319)
at
java.logging/java.util.logging.LogManager.loadLoggerHandlers(LogManager.java:971)
at
java.logging/java.util.logging.LogManager.initializeGlobalHandlers(LogManager.java:2422)
at
java.logging/java.util.logging.LogManager$RootLogger.addHandler(LogManager.java:2512)
at
org.apache.sis.gui/org.apache.sis.gui.internal.LogHandler.register(LogHandler.java:233)
at org.apache.sis.gui/org.apache.sis.gui.DataViewer.main(DataViewer.java:83)
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[email protected]/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:464)
[email protected]/com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:364)
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at
java.base/sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:1147)
+1 for the release.
Johann Sorel
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