This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-3.1 in repository https://gitbox.apache.org/repos/asf/sis.git
from c2bcdb964f Merge branch 'geoapi-4.0' into geoapi-3.1. Contains the beginning of a migration to JUnit 5, the beginning of an ISO 19111 upgrade, documentation fixes and some deprecations in preparation for SIS 1.4 release proposal. add a8ca48dad6 Combine `DataStoreFilter` with user-supplied filter. add aa81075711 Avoid a direct dependencies of metadata `Extents` class toward referencing interfaces. add 03051e4384 Use existing contants for TIFF tag types. Opportunistic documentation fixes. add 1dc6f94da8 Resolve a new Gradle warning which appears with Gradle 8.3. Edit the RExADME.md file. add f83e8924f3 Add missing `createParametric[CRS|CS|Datum](String)` methods add 2c76440e28 Add radioactivity units of measurement (becquerel and curie). add a0cf252abe Do not export the `org.apache.sis.referencing.operation.projection` package. It does not need to be used directly, and its design is non-trivial. add 1cb9a4913e After removing the export of projection packages, the `getClass() == Foo.class` verifications are no longer necessary. add 5a43124658 Upgrade dependencies add 4ad7739f09 Corrections in the README.md about GeoAPI snapshot used in "geoapi-xxx" branches. new 611ffb816d Merge branch 'geoapi-4.0' into geoapi-3.1. This is minor adjustments in preparation for a release proposal. 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: README.md | 24 ++- endorsed/build.gradle.kts | 34 ++-- .../apache/sis/metadata/iso/extent/Extents.java | 57 +++--- .../main/module-info.java | 1 - .../main/org/apache/sis/io/wkt/Convention.java | 2 - .../main/org/apache/sis/referencing/CRS.java | 13 +- .../apache/sis/referencing/GeodeticCalculator.java | 1 - .../sis/referencing/cs/CoordinateSystems.java | 6 +- .../referencing/factory/AuthorityFactoryProxy.java | 32 ++- .../factory/ConcurrentAuthorityFactory.java | 75 +++++++ .../apache/sis/referencing/internal/Legacy.java | 6 +- .../sis/referencing/operation/package-info.java | 9 +- .../operation/projection/AlbersEqualArea.java | 2 +- .../operation/projection/CassiniSoldner.java | 2 +- .../operation/projection/CylindricalEqualArea.java | 2 +- .../projection/LambertConicConformal.java | 2 +- .../referencing/operation/projection/Mercator.java | 2 +- .../projection/ModifiedAzimuthalEquidistant.java | 2 +- .../operation/projection/ObliqueStereographic.java | 2 +- .../operation/projection/PolarStereographic.java | 2 +- .../operation/projection/Polyconic.java | 2 +- .../operation/projection/Sinusoidal.java | 2 +- .../operation/projection/TransverseMercator.java | 2 +- .../operation/projection/package-info.java | 7 +- .../operation/transform/ContextualParameters.java | 47 ++--- .../operation/transform/package-info.java | 2 +- .../apache/sis/storage/geotiff/GeoTiffStore.java | 2 +- .../main/org/apache/sis/storage/geotiff/Type.java | 25 +-- .../org/apache/sis/storage/DataStoreRegistry.java | 6 +- .../apache/sis/storage/image/DataStoreFilter.java | 29 ++- .../main/org/apache/sis/measure/Scalar.java | 4 +- .../org/apache/sis/measure/UnitNames.properties | 2 + .../main/org/apache/sis/measure/UnitRegistry.java | 3 +- .../main/org/apache/sis/measure/Units.java | 221 ++++++++++++--------- .../main/org/apache/sis/util/ComparisonMode.java | 9 +- .../org/apache/sis/measure/UnitFormatTest.java | 2 + .../test/org/apache/sis/measure/UnitsTest.java | 8 +- geoapi/README.md | 10 +- incubator/build.gradle.kts | 6 +- netbeans-project/ivy.xml | 8 +- optional/build.gradle.kts | 2 +- .../gui/referencing/PositionableProjection.java | 8 - settings.gradle.kts | 10 +- 43 files changed, 422 insertions(+), 271 deletions(-)