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 4c772ccb11 Move `DatumShiftGridLoader.toAbsolutePath(URI)` to `DataDirectory`. new 95cdd7553d Add a `MarshalContext.getDocumentURI()` method. new 9beb499ee7 When parsing a GML or WKT from a URI, store the URI on a new `DefaultParameterValue.sourceFile` property. This information allows to resolve `ParameterValue.valueFile` relatively to the source document. new 7e3f59dffe Partial migration of some tests to JUnit 5 and addition of a test for the `WKTFormat.setSourceFile(URI)` method added in previous commit. new f35825c1dd Move 4 PMC members to emeritus. Three of them were already ASF emeritus, one of them has his status changed directly on LDAP. 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/console/CommandRunnerTest.java | 15 +- .../apache/sis/coverage/grid/GridExtentTest.java | 23 +- .../main/org/apache/sis/xml/MarshalContext.java | 15 +- .../main/org/apache/sis/xml/Pooled.java | 2 +- .../main/org/apache/sis/xml/ReferenceResolver.java | 2 +- .../main/org/apache/sis/xml/bind/Context.java | 9 + .../apache/sis/xml/util/ExternalLinkHandler.java | 61 +-- .../test/org/apache/sis/xml/XLinkTest.java | 25 +- .../main/org/apache/sis/io/wkt/AbstractParser.java | 23 +- .../apache/sis/io/wkt/GeodeticObjectParser.java | 11 +- .../org/apache/sis/io/wkt/MathTransformParser.java | 20 +- .../main/org/apache/sis/io/wkt/Parser.java | 4 +- .../main/org/apache/sis/io/wkt/WKTFormat.java | 129 ++++--- .../sis/parameter/AbstractParameterDescriptor.java | 13 +- .../sis/parameter/DefaultParameterDescriptor.java | 15 +- .../parameter/DefaultParameterDescriptorGroup.java | 15 +- .../sis/parameter/DefaultParameterValue.java | 171 +++++++-- .../sis/parameter/UnmodifiableParameterValue.java | 10 + .../org/apache/sis/parameter/package-info.java | 2 +- .../main/org/apache/sis/referencing/CRS.java | 7 +- .../referencing/factory/GeodeticObjectFactory.java | 8 +- .../transform/DefaultMathTransformFactory.java | 8 +- .../test/org/apache/sis/io/wkt/ColorsTest.java | 14 +- .../org/apache/sis/io/wkt/ComparisonWithEPSG.java | 6 +- .../test/org/apache/sis/io/wkt/ConventionTest.java | 2 +- .../test/org/apache/sis/io/wkt/ElementTest.java | 144 +++---- .../sis/io/wkt/GeodeticObjectParserTest.java | 336 ++++++++--------- .../apache/sis/io/wkt/MathTransformParserTest.java | 20 +- .../test/org/apache/sis/io/wkt/SymbolsTest.java | 39 +- .../org/apache/sis/io/wkt/TransliteratorTest.java | 20 +- .../org/apache/sis/io/wkt/WKTDictionaryTest.java | 109 +++--- .../test/org/apache/sis/io/wkt/WKTFormatTest.java | 60 ++- .../test/org/apache/sis/io/wkt/WKTParserTest.java | 78 ++-- .../sis/parameter/DefaultParameterValueTest.java | 414 +++++++++------------ .../transform/MathTransformFactoryMock.java | 31 ++ .../operation/transform/PoleRotationTest.java | 2 +- .../org/apache/sis/storage/base/PRJDataStore.java | 21 +- .../sis/io/stream/ChannelDataOutputTest.java | 20 +- .../org/apache/sis/storage/FeatureQueryTest.java | 5 +- .../apache/sis/storage/StorageConnectorTest.java | 49 ++- .../org/apache/sis/measure/UnitFormatTest.java | 36 +- .../test/org/apache/sis/test/Assertions.java | 84 +++-- .../org/apache/sis/util/ArgumentChecksTest.java | 44 +-- parent/pom.xml | 9 +- 44 files changed, 1132 insertions(+), 999 deletions(-)