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 e0a62e0a05 Remove the call to 
`PGSimpleDataSource.setCurrentSchema(String)` as it does not work anymore with 
PostgreSQL 16. https://github.com/pgjdbc/pgjdbc/issues/3685
     new fd0471a759 Rename `getLogRecord` as `createLogRecord` (internal 
method).
     new 9f73d3edf5 Rely less on `CommonCRS` and more on `HardCodedCRS` in 
JUnit tests, for making them less sensitive to whether an EPSG database is 
present.

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:
 .../main/org/apache/sis/console/AboutCommand.java  |  2 +-
 .../sis/geometry/wrapper/GeometryFactories.java    |  2 +-
 .../main/org/apache/sis/image/AnnotatedImage.java  |  2 +-
 .../main/org/apache/sis/image/ErrorHandler.java    |  2 +-
 .../org/apache/sis/image/privy/TileOpExecutor.java |  2 +-
 .../apache/sis/metadata/sql/CachedStatement.java   |  2 +-
 .../apache/sis/metadata/sql/MetadataSource.java    |  4 +-
 .../apache/sis/metadata/sql/MetadataWriter.java    |  2 +-
 .../apache/sis/metadata/sql/privy/Initializer.java |  6 +--
 .../main/org/apache/sis/util/iso/Types.java        |  2 +-
 .../main/org/apache/sis/xml/bind/Context.java      |  2 +-
 .../apache/sis/xml/privy/ExceptionSimplifier.java  |  2 +-
 .../factory/AuthorityFactoryIdentifier.java        |  4 +-
 .../factory/ConcurrentAuthorityFactory.java        |  4 +-
 .../referencing/factory/GeodeticObjectFactory.java |  2 +-
 .../referencing/factory/IdentifiedObjectSet.java   |  2 +-
 .../factory/MultiAuthoritiesFactory.java           |  4 +-
 .../referencing/factory/sql/EPSGDataAccess.java    | 14 ++++--
 .../sis/referencing/factory/sql/EPSGInstaller.java | 13 +++--
 .../factory/sql/InstallationScriptProvider.java    |  4 +-
 .../internal/ParameterizedTransformBuilder.java    |  9 ++--
 .../operation/CoordinateOperationRegistry.java     |  2 +-
 .../referencing/operation/gridded/GridFile.java    |  5 +-
 .../referencing/operation/gridded/LoadedGrid.java  |  2 +-
 .../provider/FranceGeocentricInterpolation.java    |  2 +-
 .../sis/referencing/operation/provider/NTv2.java   |  4 +-
 .../sis/referencing/privy/DefinitionVerifier.java  |  2 +-
 .../apache/sis/geometry/EnvelopeReducerTest.java   |  7 ++-
 .../referencing/crs/DefaultProjectedCRSTest.java   |  5 +-
 .../DefaultCoordinateOperationFactoryTest.java     |  4 +-
 .../operation/projection/ObliqueMercatorTest.java  |  4 +-
 .../transform/MolodenskyTransformTest.java         |  4 +-
 .../sis/storage/geotiff/ImageFileDirectory.java    |  2 +-
 .../sis/storage/geotiff/reader/CRSBuilder.java     |  2 +-
 .../sis/storage/netcdf/NetcdfStoreProvider.java    |  2 +-
 .../apache/sis/storage/netcdf/base/Decoder.java    |  2 +-
 .../sis/storage/netcdf/base/NamedElement.java      |  2 +-
 .../apache/sis/storage/sql/feature/Database.java   |  2 +-
 .../sis/storage/sql/feature/SelectionClause.java   |  2 +-
 .../apache/sis/storage/sql/postgis/Postgres.java   |  6 ++-
 .../sis/storage/AbstractGridCoverageResource.java  |  2 +-
 .../main/org/apache/sis/storage/URLDataSource.java |  9 ++--
 .../sis/storage/base/DocumentedStoreProvider.java  |  2 +-
 .../org/apache/sis/storage/base/URIDataStore.java  |  6 ++-
 .../sis/storage/csv/MovingFeatureBuilder.java      |  9 +++-
 .../main/org/apache/sis/storage/csv/Store.java     |  2 +-
 .../org/apache/sis/storage/wkt/StoreFormat.java    |  2 +-
 .../main/org/apache/sis/system/DataDirectory.java  |  2 +-
 .../org/apache/sis/system/OptionalDependency.java  |  6 ++-
 .../main/org/apache/sis/system/Supervisor.java     |  2 +-
 .../org/apache/sis/util/collection/WeakEntry.java  |  2 +-
 .../sis/util/resources/IndexedResourceBundle.java  | 55 ++++++++++++----------
 .../resources/ResourceInternationalString.java     |  2 +-
 .../util/resources/IndexedResourceBundleTest.java  |  8 ++--
 .../apache/sis/storage/geoheif/GeoHeifStore.java   |  2 +-
 .../org/apache/sis/storage/isobmff/Reader.java     |  2 +-
 .../main/org/apache/sis/storage/gdal/GDAL.java     |  2 +-
 .../apache/sis/storage/panama/LibraryLoader.java   |  2 +-
 58 files changed, 148 insertions(+), 116 deletions(-)

Reply via email to