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

asf-gitbox-commits pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 0061e5aa33 Merge branch 'fix/image-tile-matrix-get-tile' into 
geoapi-4.0. https://github.com/apache/sis/pull/43
     new cc7642ab57 Use an arbitrary region during S3 tests for avoiding the 
following exception thrown by AWS SDK on machines having no 
`~/.aws/credentials` file: "Unable to load region from system settings. Region 
must be specified either via environment variable (AWS_REGION) or system 
property (aws.region)."
     new c1f0c18816 Post-merge automatic reorganization of imports order.

The 2 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:
 .../org/apache/sis/cloud/aws/s3/ClientFileSystem.java   | 13 -------------
 .../apache/sis/cloud/aws/s3/ClientFileSystemTest.java   | 17 +++++++++++++++--
 .../org/apache/sis/cloud/aws/s3/FileServiceTest.java    | 10 +++++++---
 .../main/org/apache/sis/coverage/grid/GridGeometry.java |  2 +-
 .../test/org/apache/sis/coverage/CategoryListTest.java  |  2 +-
 .../org/apache/sis/coverage/grid/GridGeometryTest.java  |  6 ++++--
 .../test/org/apache/sis/image/OverviewImageTest.java    |  6 +++---
 .../sis/metadata/iso/citation/DefaultTelephone.java     |  2 +-
 .../sis/metadata/iso/distribution/DefaultFormat.java    |  2 +-
 .../sis/metadata/iso/distribution/DefaultMedium.java    |  2 +-
 .../sis/referencing/gazetteer/AbstractLocationType.java |  2 +-
 .../referencing/gazetteer/ReferencingByIdentifiers.java |  2 +-
 .../sis/coordinate/DefaultCoordinateMetadata.java       |  4 ++--
 .../sis/parameter/DefaultParameterDescriptor.java       |  2 +-
 .../org/apache/sis/referencing/DefaultObjectDomain.java |  2 +-
 .../apache/sis/referencing/crs/DefaultCompoundCRS.java  |  2 +-
 .../sis/referencing/crs/DefaultParametricCRS.java       |  2 +-
 .../sis/referencing/datum/DefaultParametricDatum.java   |  2 +-
 .../sis/referencing/operation/DefiningConversion.java   |  2 +-
 .../main/org/apache/sis/storage/OptionKey.java          |  2 +-
 .../org/apache/sis/storage/image/WorldFileStore.java    |  2 +-
 .../org/apache/sis/storage/tiling/ImageTileMatrix.java  |  4 +++-
 .../main/org/apache/sis/geometries/Capsule.java         |  2 +-
 .../main/org/apache/sis/geometries/Cylinder.java        |  2 +-
 .../main/org/apache/sis/geometries/Frustrum.java        |  3 ++-
 .../org/apache/sis/geometries/OrientedGeometry.java     |  2 +-
 .../main/org/apache/sis/geometries/Plane.java           |  2 +-
 .../main/org/apache/sis/geometries/Ray.java             |  4 ++--
 .../internal/shared/AbstractOrientedGeometry.java       |  2 +-
 .../org/apache/sis/geometries/math/EasingMethod.java    |  1 +
 .../apache/sis/geometries/scene/physics/Collider.java   |  1 +
 .../sis/geometries/scene/physics/ColliderGeometry.java  |  1 +
 .../sis/geometries/scene/physics/CollisionFilter.java   |  3 ++-
 .../org/apache/sis/geometries/scene/physics/Joint.java  |  1 +
 .../org/apache/sis/geometries/scene/physics/Motion.java |  1 +
 .../sis/geometries/scene/physics/PhysicalMaterial.java  |  3 ++-
 .../apache/sis/geometries/scene/physics/Trigger.java    |  1 +
 .../apache/sis/geometries/math/EasingMethodTest.java    |  2 ++
 .../org/apache/sis/storage/geoheif/CoverageBuilder.java |  4 ++--
 .../main/org/apache/sis/storage/geoheif/ImageModel.java |  2 +-
 .../org/apache/sis/storage/gsf/GSFStoreProvider.java    |  2 +-
 .../apache/sis/storage/shapefile/ShapefileStore.java    |  4 ++--
 .../sis/storage/shapefile/ShapefileStoreTest.java       |  2 +-
 .../main/org/apache/sis/gui/dataset/PathAction.java     |  2 +-
 .../org/apache/sis/gui/referencing/FilterByDatum.java   |  2 +-
 45 files changed, 79 insertions(+), 60 deletions(-)

Reply via email to