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 4cb1bd2a20 Add a fallback when the identifier is null while formatting an error message. new 22378d7a3f Consolidation of previous commit: regroup in the same class all the fields used for creating the identifier. new 7c0bba0243 Do not interpret as authorities the code spaces that are filenames. We do that by adding a method in `Citations` which returns a value only for known authorities. new ab515ea614 Accept materialized views in SQL queries. The 3 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: .../sis/metadata/iso/citation/Citations.java | 54 +++++++++++++++------- .../sis/metadata/privy/NameToIdentifier.java | 2 +- .../sis/referencing/ImmutableIdentifierTest.java | 2 +- .../apache/sis/storage/geotiff/GeoTiffStore.java | 27 +++++++---- .../sis/storage/geotiff/ImageFileDirectory.java | 2 +- .../sis/storage/geotiff/MultiResolutionImage.java | 2 +- .../org/apache/sis/storage/geotiff/Reader.java | 12 +---- .../org/apache/sis/storage/geotiff/Writer.java | 2 +- .../apache/sis/storage/sql/feature/Analyzer.java | 8 +++- .../sis/storage/sql/feature/QueryAnalyzer.java | 13 ++---- 10 files changed, 71 insertions(+), 53 deletions(-)