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

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


    from 83c629cdbb Merge of automatic reorganization of imports order.
     add c8c5eb84db When writing a GeoTIFF file, does not scan the thousands of 
coordinate operations in the EPSG database for finding an authority code. 
Document when searching the EPSG code of a CoordinateOperation is slow.
     add 2304ae050f Fix `AbstractCoordinateOperation.equals(…)` when one object 
is a defining conversion and the other is a fully defined conversion. In such 
case, we need to complete the defining conversion before the comparison can be 
done.
     add b8c492eb52 Prepare for the replacement of Derby by H2 or HSQL as the 
default database engine. We will test with HSQL first (in a next commit) and H2 
after.
     add d7a56f71f0 Replace Derby by HSQLDB as the default database engine for 
embedded data. https://issues.apache.org/jira/browse/SIS-631
     add 905e0e23ac Upgrade Derby and H2 dependencies to latest version. In 
Derby case, Java 11 compatibility is not a constraint anymore since the the 
embedded database switched to HSQLDB.
     add a6b025d1cc Replace "JPMS" by "Java Module" in documentation.
     add cf438ac229 Avoid a test failure when the EPSG database is absent. 
Document the fact that the `DROP SCHEMA` statement is a workaround for HSQLDB.
     add 0a8a45bc10 Fix or adjust a few compiler warnings (no change in the 
code).
     add 80c161ba8d Merge branch 'geoapi-4.0' into geoapi-3.1
     new 260a742c08 Merge branch 'geoapi-3.1'. Contains migration of default 
database from Derby to HSQLDB. https://issues.apache.org/jira/browse/SIS-631

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:
 .../buildtools/coding/VerifyVersionInJavadoc.java  |   6 +-
 .../apache/sis/buildtools/gradle/Dependency.java   |  16 +--
 .../sis/buildtools/gradle/ModularPublishing.java   |   6 +-
 .../apache/sis/buildtools/gradle/ModularTest.java  |   2 +-
 .../org/apache/sis/buildtools/gradle/UnoPkg.java   |   2 +-
 .../org/apache/sis/buildtools/maven/Generator.java |   6 +-
 endorsed/build.gradle.kts                          |   5 +-
 .../main/org/apache/sis/console/Command.java       |  10 +-
 .../main/org/apache/sis/image/ComputedTiles.java   |   2 +-
 .../apache/sis/metadata/sql/MetadataSource.java    |   7 +-
 .../apache/sis/metadata/sql/MetadataWriter.java    |   2 +-
 .../sis/metadata/sql/internal/shared/Dialect.java  |   8 ++
 .../metadata/sql/internal/shared/Initializer.java  |  58 +++++------
 .../sql/internal/shared/LocalDataSource.java       |  16 +--
 .../metadata/sql/internal/shared/ScriptRunner.java |  70 ++++++++++---
 .../metadata/sql/internal/shared/TypeMapper.java   |   4 +-
 .../org/apache/sis/util/iso/DefaultRecordType.java |   2 +
 .../org/apache/sis/util/iso/DefaultTypeName.java   |   1 +
 .../sis/metadata/sql/IdentifierGeneratorTest.java  |   1 +
 .../sis/metadata/sql/MetadataFallbackVerifier.java |   1 +
 .../sis/metadata/sql/MetadataSourceTest.java       |  15 ++-
 .../sis/metadata/sql/MetadataWriterTest.java       |  55 ++++++----
 .../org/apache/sis/metadata/sql/TestDatabase.java  |  26 +++--
 .../sql/internal/shared/ScriptRunnerTest.java      |  30 ++++--
 .../apache/sis/referencing/IdentifiedObjects.java  |   7 +-
 .../factory/IdentifiedObjectFinder.java            |   2 +-
 .../referencing/factory/sql/EPSGCodeFinder.java    |   9 +-
 .../referencing/factory/sql/EPSGDataAccess.java    |   2 +-
 .../sis/referencing/factory/sql/EPSGFactory.java   |  11 +-
 .../sis/referencing/factory/sql/EPSGInstaller.java |  26 +++--
 .../sis/referencing/factory/sql/package-info.java  |  22 ++--
 .../operation/AbstractCoordinateOperation.java     | 111 ++++++++++++++-------
 .../operation/AbstractSingleOperation.java         |   7 +-
 .../referencing/operation/DefiningConversion.java  |  69 +++++++++++++
 .../operation/transform/MolodenskyTransform.java   |   3 +-
 .../org/apache/sis/referencing/CommonCRSTest.java  |  24 ++++-
 .../sis/referencing/factory/TestFactorySource.java |   3 +-
 .../referencing/factory/sql/EPSGInstallerTest.java |   2 +-
 .../transform/DefaultMathTransformFactoryTest.java |   2 +-
 .../sis/storage/geotiff/writer/GeoEncoder.java     |  66 ++++++++----
 .../apache/sis/storage/sql/SimpleFeatureStore.java |   1 +
 .../apache/sis/storage/sql/feature/Analyzer.java   |  17 +++-
 .../org/apache/sis/storage/sql/DataAccessTest.java |  17 +++-
 .../apache/sis/storage/sql/TestOnAllDatabases.java |   3 +-
 .../storage/sql/feature/InfoStatementsTest.java    |   6 +-
 .../sql/feature/SelectionClauseWriterTest.java     |  71 ++++++++++---
 .../org/apache/sis/io/stream/ChannelDataInput.java |   1 +
 .../sis/storage/esri/AsciiGridStoreTest.java       |  12 +--
 .../main/org/apache/sis/setup/Configuration.java   |  30 +++---
 .../main/org/apache/sis/system/Reflect.java        |   2 +-
 .../org/apache/sis/util/collection/CacheTest.java  |  16 +--
 netbeans-project/ivy.xml                           |   8 +-
 optional/build.gradle.kts                          |   5 +-
 optional/src/org.apache.sis.gui/bundle/bin/sis     |   1 -
 optional/src/org.apache.sis.gui/bundle/bin/sis.bat |   1 -
 optional/src/org.apache.sis.gui/bundle/bin/sisfx   |   1 -
 .../src/org.apache.sis.gui/bundle/bin/sisfx.bat    |   1 -
 optional/src/org.apache.sis.gui/bundle/lib/README  |   2 +-
 optional/src/org.apache.sis.gui/bundle/log/README  |   3 +-
 .../apache/sis/gui/coverage/IsolineController.java |   2 +-
 .../apache/sis/gui/coverage/TileMatrixSetPane.java |   1 -
 .../org/apache/sis/gui/dataset/FeatureTable.java   |   1 -
 .../apache/sis/gui/dataset/ResourceExplorer.java   |   1 -
 .../main/module-info.java                          |   6 +-
 .../sis/resources/embedded/EmbeddedResources.java  |  16 +--
 .../sis/resources/embedded/package-info.java       |   4 +-
 .../resources/embedded/EmbeddedResourcesTest.java  |   2 +-
 .../apache/sis/resources/embedded/Generator.java   |  61 ++---------
 .../main/module-info.java                          |   4 +-
 .../sis/referencing/factory/sql/epsg/README.md     |   4 +-
 .../org/apache/sis/storage/gdal/GDALStore.java     |   2 +-
 settings.gradle.kts                                |   5 +-
 72 files changed, 662 insertions(+), 362 deletions(-)

Reply via email to