Martin Desruisseaux created SIS-602:
---------------------------------------
Summary: Fix compatiblity with Java 22
Key: SIS-602
URL: https://issues.apache.org/jira/browse/SIS-602
Project: Spatial Information Systems
Issue Type: Task
Affects Versions: 1.4, 1.3, 1.2, 1.1, 1.0, 0.8, 0.7
Reporter: Martin Desruisseaux
Assignee: Martin Desruisseaux
Fix For: 1.5
The introduction of {{SequencedCollection}} in Java 21 requires that we modify
the following classes for avoiding method collision:
* {{org.apache.sis.util.collection.IntegerList}} (collision on {{removeLast()}})
* {{org.apache.sis.util.collection.FrequencySortedSet}} (collision on
{{comparator()}})
Note that this is *not* about upgrading the Java requirement to Java 22. The
requirement stay Java 11. This is only about making the project compilable with
Java 22.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)