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 1e8dc4cba9 More effort in making log messages less numerous and more relevant when the EPSG database is not available. new 34937242d7 More accurate warning message when the EPSG tables are not found. new 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. 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: .../apache/sis/metadata/sql/privy/Initializer.java | 2 +- .../org/apache/sis/util/iso/AbstractFactory.java | 17 ++++++--- .../sis/referencing/MultiRegisterOperations.java | 12 ++++--- .../factory/ConcurrentAuthorityFactory.java | 30 +++------------- .../factory/GeodeticAuthorityFactory.java | 15 ++++---- .../factory/IdentifiedObjectFinder.java | 2 ++ .../referencing/factory/IdentifiedObjectSet.java | 12 +++++-- .../factory/MultiAuthoritiesFactory.java | 30 +++++++++++----- .../referencing/factory/sql/EPSGDataAccess.java | 2 +- .../sis/referencing/factory/sql/EPSGFactory.java | 18 +++++----- .../factory/sql/InstallationScriptProvider.java | 2 +- .../sis/referencing/factory/sql/SQLTranslator.java | 15 ++++++-- .../sis/referencing/internal/EPSGFactoryProxy.java | 2 +- .../apache/sis/referencing/internal/Resources.java | 6 ++++ .../sis/referencing/internal/Resources.properties | 1 + .../referencing/internal/Resources_fr.properties | 1 + .../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 | 3 ++ .../main/org/apache/sis/util/resources/Errors.java | 7 +--- .../apache/sis/util/resources/Errors.properties | 1 - .../apache/sis/util/resources/Errors_fr.properties | 1 - geoapi/snapshot | 2 +- 30 files changed, 200 insertions(+), 125 deletions(-)