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 53bd65bc94 Merge branch 'geoapi-3.1'.
     add 1e8dc4cba9 More effort in making log messages less numerous and more 
relevant when the EPSG database is not available.
     add 34937242d7 More accurate warning message when the EPSG tables are not 
found.
     add cf8135d4e3 `ConcurrentAuthorityFactory.getAuthority()` should 
propagate the exception instead of logging when the Data Access Object (DAO) 
cannot connect to the EPSG database. The previous policy was partially 
responsible for the too verbose logs because it caused callers to retry before 
they realize that the EPSG factory is not available.
     add 1f1a9766c0 Merge branch 'geoapi-4.0' into geoapi-3.1.
     new 7bc26353fd Merge branch 'geoapi-3.1'.

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:
 endorsed/build.gradle.kts                          |  1 +
 .../apache/sis/metadata/sql/MetadataSource.java    |  3 +
 .../apache/sis/metadata/sql/privy/Initializer.java |  2 +-
 .../sis/metadata/sql/privy/ScriptRunner.java       | 20 ++----
 .../org/apache/sis/util/iso/AbstractFactory.java   | 16 +++--
 .../sis/referencing/MultiRegisterOperations.java   | 12 ++--
 .../factory/ConcurrentAuthorityFactory.java        | 30 ++------
 .../factory/GeodeticAuthorityFactory.java          | 16 +++--
 .../factory/IdentifiedObjectFinder.java            |  2 +
 .../referencing/factory/IdentifiedObjectSet.java   |  7 +-
 .../factory/MultiAuthoritiesFactory.java           | 42 +++++++----
 .../referencing/factory/sql/EPSGDataAccess.java    |  2 +-
 .../sis/referencing/factory/sql/EPSGFactory.java   | 31 ++++----
 .../sis/referencing/factory/sql/EPSGInstaller.java | 19 ++---
 .../factory/sql/InstallationScriptProvider.java    | 83 +++++++++++++---------
 .../sis/referencing/factory/sql/SQLTranslator.java | 15 +++-
 .../apache/sis/referencing/internal/Resources.java |  6 ++
 .../sis/referencing/internal/Resources.properties  |  1 +
 .../referencing/internal/Resources_fr.properties   |  1 +
 .../referencing/internal/ServicesForMetadata.java  |  9 ++-
 .../operation/CoordinateOperationRegistry.java     | 13 +++-
 .../operation/transform/MathTransformBuilder.java  |  4 +-
 .../org/apache/sis/io/wkt/WKTDictionaryTest.java   | 41 ++++++-----
 .../sis/referencing/AuthorityFactoriesTest.java    | 15 ++--
 .../sis/referencing/EPSGFactoryFallbackTest.java   |  3 +
 .../referencing/factory/AuthorityFactoryMock.java  | 10 ++-
 .../factory/CommonAuthorityFactoryTest.java        | 15 +++-
 .../factory/MultiAuthoritiesFactoryTest.java       | 37 ++++++----
 .../sis/referencing/factory/TestFactorySource.java |  7 +-
 .../referencing/factory/sql/EPSGFactoryTest.java   | 12 ++--
 .../referencing/factory/sql/EPSGInstallerTest.java |  5 +-
 .../main/org/apache/sis/util/resources/Errors.java |  7 +-
 .../apache/sis/util/resources/Errors.properties    |  1 -
 .../apache/sis/util/resources/Errors_fr.properties |  1 -
 .../org/apache/sis/util/resources/Messages.java    |  6 ++
 .../apache/sis/util/resources/Messages.properties  |  1 +
 .../sis/util/resources/Messages_fr.properties      |  1 +
 incubator/build.gradle.kts                         |  1 +
 .../sis/resources/embedded/EmbeddedResources.java  |  3 +-
 39 files changed, 312 insertions(+), 189 deletions(-)

Reply via email to