This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch 1.4.1
in repository https://gitbox.apache.org/repos/asf/sis.git
was 7a66dd449e chore(Build): add gradle wrapper configuration
This change permanently discards the following revisions:
discard 7a66dd449e chore(Build): add gradle wrapper configuration
discard 14cee050b5 `MissingFactoryResourceException` needs to be propagated
when a NADCON file is not found. NTv2 was okay, but nevertheless apply the same
pattern to other grid formats for safety.
discard a777ede83b Remove a test that fail. The test is about the command-line
application and may be an issue with the environment (which EPSG database is
available). The issue is better addressed on the main branch (1.5-SNAPSHOT).
discard 1b00da34f0 Make the build compatible with Java 22.
https://issues.apache.org/jira/browse/SIS-602
discard 5a71468689 Add a public `Configuration.shutdown()` method.
discard fd45e592f6 Make the code more SecurityException-proof. This commit
does not introduce new dependency since the Apache SIS code already had some
`catch (SecurityException)` statements. While the security manager is removed
in Java 24, SIS can run on Java 11 and some softwares are still running in
security-constrained environments. This commit will be reverted when Apache SIS
will require Java 24, or when the `SecurityException` class will be deprecated.
discard 89a313dacd Set version number to 1.4.1-SNAPSHOT.