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 d756a19 Deprecate WarningListener, replaced by the more generic StoreListener. In module that do not depend on org.apache.sis.storage, use java.util.logging.Filter. new 26e5a8a Keep longer logger configuration for DataStores, and avoid the "internal" word in logger name. new 7663ff9 Edit project description. new fe2cbc1 Throws an exception on attempt to use a closed StorageConnector. This is necessary for avoiding NullPointerException later. new 5aa174a Safety against a wrong parameter type specified by user. The 4 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/metadata/MetadataCopier.java | 40 +++++++++++++++------- pom.xml | 21 +++++------- .../apache/sis/storage/sql/SQLStoreProvider.java | 6 +++- .../org/apache/sis/internal/storage/Resources.java | 5 +++ .../sis/internal/storage/Resources.properties | 1 + .../sis/internal/storage/Resources_fr.properties | 1 + .../storage/folder/FolderStoreProvider.java | 3 +- .../org/apache/sis/storage/DataStoreProvider.java | 19 +++++++--- .../org/apache/sis/storage/StorageConnector.java | 11 ++++-- 9 files changed, 75 insertions(+), 32 deletions(-)