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 3d5020c294 Replace the `Optional` in `GridExtent.intersect(…)` by `DisjointExtentException` for more consistency with other API doing similar work. It allows us to provide more helpful error message. new a09032ea36 `NumberFormatException` thrown when parsing an invalid code should be wrapped in a `NoSuchAuthorityCodeException`. new e6382ae953 Fix NullPointerException when auxiliary PRJ, TFW or HDR file can not be found. Improve test stability. 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: .../referencing/factory/CommonAuthorityCode.java | 10 ++++++- .../factory/CommonAuthorityFactory.java | 35 +++++++++++----------- .../java/org/apache/sis/internal/util/Strings.java | 2 +- .../apache/sis/internal/storage/PRJDataStore.java | 11 +++++-- .../sis/internal/storage/esri/RawRasterStore.java | 16 ++++++---- .../sis/internal/storage/image/WorldFileStore.java | 18 ++++++----- .../internal/storage/csv/StoreProviderTest.java | 5 +++- 7 files changed, 60 insertions(+), 37 deletions(-)