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 6b6622b8bd Follow redirections when unmarshalling a document from an URL. We need to update the URL in order to resolve relative xlink:href. new f89ffa9afb Spelling fix: "to thrown" → "to throw". new 51dcbb1305 Add `public` and `protected` modifiers to `DatumShiftGridLoader` methods. It does not make practical difference because the class is package-private. However, they are hints about which methods are invoked by classes other than sub-classes. new 1c5de085a4 Declare the provider as the source of warning in `DatumShiftGridLoader.canNotLoad(…)`. new 4c772ccb11 Move `DatumShiftGridLoader.toAbsolutePath(URI)` to `DataDirectory`. 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: .../sis/coverage/grid/GridCoverageBuilder.java | 2 +- .../referencing/factory/sql/EPSGDataAccess.java | 4 +- .../operation/provider/DatumShiftGridFile.java | 2 +- .../operation/provider/DatumShiftGridLoader.java | 73 +++++++--------------- .../provider/FranceGeocentricInterpolation.java | 11 ++-- .../sis/referencing/operation/provider/NADCON.java | 13 ++-- .../sis/referencing/operation/provider/NTv2.java | 9 +-- .../operation/transform/ContextualParameters.java | 2 +- .../util/j2d/ImmutableAffineTransform.java | 2 +- .../org/apache/sis/referencing/util/j2d/Tile.java | 2 +- .../referencing/operation/provider/NTv2Test.java | 2 +- .../apache/sis/storage/netcdf/base/Variable.java | 4 +- .../main/org/apache/sis/system/DataDirectory.java | 67 +++++++++++++++++++- .../main/org/apache/sis/util/Utilities.java | 2 +- .../main/org/apache/sis/util/collection/Cache.java | 2 +- .../apache/sis/util/internal/CheckedArrayList.java | 2 +- .../org/apache/sis/util/resources/Messages.java | 4 +- .../apache/sis/util/resources/Messages.properties | 2 +- .../sis/util/resources/Messages_fr.properties | 2 +- 19 files changed, 122 insertions(+), 85 deletions(-)