This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 237edefa4c Merge branch 'geoapi-3.1'
     add f1e6e58241 Fix an error message (wrong resource used).
     add e6051e924c Upgrade the Gradle wrapper to version 8.8. This is needed 
for support of Java 22.
     add c3bbe954d8 Make the build compatible with Java 22. 
https://issues.apache.org/jira/browse/SIS-602
     add 6963a10770 Cleanup, including removal of an unused method and methods 
where the default implementation is okay.
     add 9c13d9f4f6 Removal of deprecated methods. - 
MathTransformFactory.createParameterizedTransform — replaced by builder. - 
CoordinateOperationFactory.createOperation(sourceCRS, targetCRS) — replaced by 
RegisterOperations.
     add d68a898653 Merge branch 'geoapi-4.0' into geoapi-3.1
     new 9c3e588d3c Merge branch 'geoapi-3.1'

The 1 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 +-
 .../metadata/iso/extent/DefaultVerticalExtent.java |   4 +-
 .../sis/metadata/privy/ReferencingServices.java    |  12 +-
 .../main/org/apache/sis/portrayal/Canvas.java      |   2 +-
 .../main/org/apache/sis/geometry/Envelopes.java    |   5 +-
 .../main/org/apache/sis/io/wkt/Convention.java     |   7 --
 .../main/org/apache/sis/io/wkt/Element.java        |   7 +-
 .../sis/referencing/MultiRegisterOperations.java   |  39 ------
 .../internal/ParameterizedTransformBuilder.java    |   7 +-
 .../referencing/internal/PositionTransformer.java  |  27 +++--
 .../apache/sis/referencing/internal/Resources.java |   4 +-
 .../sis/referencing/internal/Resources.properties  |   2 +-
 .../referencing/internal/Resources_fr.properties   |   2 +-
 .../referencing/internal/ServicesForMetadata.java  |  84 ++-----------
 .../DefaultCoordinateOperationFactory.java         |   3 +
 .../transform/DefaultMathTransformFactory.java     |   2 -
 .../referencing/privy/GeodeticObjectBuilder.java   |   9 +-
 .../DefaultCoordinateOperationFactoryTest.java     |  13 +-
 .../projection/AuthalicConversionTest.java         |   7 +-
 .../operation/projection/EquirectangularTest.java  |   4 +-
 .../projection/MapProjectionTestCase.java          |   5 +-
 .../operation/projection/MercatorTest.java         |   4 +-
 .../operation/projection/MeridianArcTest.java      |   5 +-
 .../projection/PolarStereographicTest.java         |   4 +-
 .../operation/projection/ProjectionBenchmark.java  |   2 +-
 .../projection/SatelliteTrackingTest.java          |   2 +-
 .../operation/projection/ZonedGridSystemTest.java  |   4 +-
 .../provider/GeocentricTranslationTest.java        |   3 +-
 .../operation/provider/Geographic3Dto2DTest.java   |  13 +-
 .../transform/DefaultMathTransformFactoryTest.java |   6 +-
 .../transform/MolodenskyTransformTest.java         |   6 +-
 .../test/integration/CoordinateOperationTest.java  |  15 ++-
 .../apache/sis/storage/landsat/MetadataReader.java |  22 ++--
 .../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 +--
 .../main/org/apache/sis/system/Environment.java    |   1 +
 .../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 +-
 48 files changed, 211 insertions(+), 455 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