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 f1e6e58241 Fix an error message (wrong resource used).
     new e6051e924c Upgrade the Gradle wrapper to version 8.8. This is needed 
for support of Java 22.
     new c3bbe954d8 Make the build compatible with Java 22. 
https://issues.apache.org/jira/browse/SIS-602

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../main/org/apache/sis/console/CommandRunner.java |   4 +-
 .../sis/storage/sql/postgis/RasterReader.java      |  12 +-
 .../org/apache/sis/io/stream/ChannelDataInput.java |   3 -
 .../sis/io/stream/InputStreamArrayGetter.java      | 133 ---------------------
 .../sis/io/stream/InputStreamArrayGetterTest.java  |  67 -----------
 .../src/org.apache.sis.util/main/module-info.java  |   1 +
 .../sis/pending/jdk/{JDK17.java => JDK22.java}     |  17 +--
 .../sis/util/collection/FrequencySortedSet.java    |  17 ++-
 .../apache/sis/util/collection/IntegerList.java    |  50 +++++++-
 gradle/wrapper/gradle-wrapper.jar                  | Bin 63721 -> 43453 bytes
 gradle/wrapper/gradle-wrapper.properties           |   2 +-
 gradlew                                            |   2 +-
 gradlew.bat                                        |  20 ++--
 incubator/build.gradle.kts                         |   2 +-
 netbeans-project/nbproject/project.properties      |   4 +-
 15 files changed, 87 insertions(+), 247 deletions(-)
 delete mode 100644 
endorsed/src/org.apache.sis.storage/main/org/apache/sis/io/stream/InputStreamArrayGetter.java
 delete mode 100644 
endorsed/src/org.apache.sis.storage/test/org/apache/sis/io/stream/InputStreamArrayGetterTest.java
 copy 
endorsed/src/org.apache.sis.util/main/org/apache/sis/pending/jdk/{JDK17.java => 
JDK22.java} (76%)

Reply via email to