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 b87b99f314 Merge branch 'geoapi-3.1': last JUnit5 tuning. 
https://issues.apache.org/jira/browse/SIS-457
     add cd7680c97a JTS envelope may be empty, for example when created from a 
multi-polygon containing 0 polygon.
     add dee3118b74 Fix an exception when the amount of bytes to read from S3 
or HTTP file exceed the buffer capacity.
     add d3da88c0dd Allow to enable extensive tests using environment variable 
instead of system properties. It appears that system properties were not 
propagated to the tests when running with Gradle. Fixed another "JUnit 4 to 
JUnit 5" migration mistake which appeared with extensive tests.
     add ee6e4b795c Use a separated option for enabling tests on the PostgreSQL 
database.
     add a62860a7a5 Make the code more robust to absence of EPSG database.
     add 7812f5c6af Add units of measurement for knot and tonne.
     add 05dc18652a Merge branch 'geoapi-4.0' into geoapi-3.1
     new 15c3081113 Merge branch 'geoapi-3.1'. Contains a fix needed by the CI.

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:
 .../apache/sis/geometry/wrapper/jts/Wrapper.java   | 13 ++--
 .../test/org/apache/sis/image/ImageTestCase.java   |  9 +--
 .../org/apache/sis/metadata/sql/TestDatabase.java  |  6 ++
 .../apache/sis/referencing/IdentifiedObjects.java  |  7 +-
 .../operation/CoordinateOperationRegistry.java     | 32 ++++----
 .../sis/referencing/GeodeticCalculatorTest.java    |  4 +-
 .../referencing/factory/sql/EPSGInstallerTest.java |  4 +
 .../sis/test/integration/ConsistencyTest.java      |  2 +-
 .../org/apache/sis/test/widget/VisualCheck.java    |  8 --
 .../sis/storage/geotiff/writer/GeoEncoder.java     | 17 +++-
 .../apache/sis/io/stream/FileCacheByteChannel.java | 18 +++--
 .../org/apache/sis/measure/UnitNames.properties    |  2 +
 .../apache/sis/measure/UnitNames_en_US.properties  |  1 +
 .../org/apache/sis/measure/UnitNames_fr.properties |  1 +
 .../main/org/apache/sis/measure/Units.java         | 53 ++++++++++++-
 .../org/apache/sis/measure/UnitFormatTest.java     |  2 +
 .../test/org/apache/sis/measure/UnitsTest.java     |  7 +-
 .../test/org/apache/sis/test/TestCase.java         | 91 ++++++++++++++++------
 .../org/apache/sis/test/TestConfiguration.java     | 29 +++++++
 .../test/org/apache/sis/test/package-info.java     | 25 ++++--
 20 files changed, 246 insertions(+), 85 deletions(-)

Reply via email to