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 2c76440e28 Add radioactivity units of measurement (becquerel and curie). new 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. new 1cb9a4913e After removing the export of projection packages, the `getClass() == Foo.class` verifications are no longer necessary. new 5a43124658 Upgrade dependencies new 4ad7739f09 Corrections in the README.md about GeoAPI snapshot used in "geoapi-xxx" branches. The 4 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/module-info.java | 1 - .../main/org/apache/sis/io/wkt/Convention.java | 2 - .../apache/sis/referencing/GeodeticCalculator.java | 1 - .../sis/referencing/cs/CoordinateSystems.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 +- .../main/org/apache/sis/util/ComparisonMode.java | 9 ++--- geoapi/README.md | 10 ++--- netbeans-project/ivy.xml | 8 ++-- .../gui/referencing/PositionableProjection.java | 8 ---- settings.gradle.kts | 10 ++--- 24 files changed, 50 insertions(+), 92 deletions(-)