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 64cdd84150 English grammar fix: "amount of" → "number of" (for 
countable objects).
     new 53a36ee267 Reduce the amount of magic in `IOUtilities` relative to the 
conversion from URL to Path. This is consequence of URL constuctors being 
deprecated in Java 20. If URLs can only be created via URI, a consequence is 
that the encoding must be UTF-8 and some `IOUtilities` methods become obsolete.
     new b0f5f0e366 Allow the resolution of relative `xlink:href` from GML 
files opened as a `DataStore`. Allow the resolution of URI fragment from 
`XML.unmarshal(…)`.
     new f06d89ad54 Change the order of options for the "transform" command. It 
is less confusing to see the "--inverse" option before "--operation".

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:
 .../org/apache/sis/console/TransformCommand.java   |   2 +-
 .../org/apache/sis/xml/PooledUnmarshaller.java     |  43 ++++-
 .../main/org/apache/sis/xml/bind/Context.java      |   4 +-
 .../apache/sis/xml/util/ExternalLinkHandler.java   |  21 +++
 .../main/org/apache/sis/xml/util/URISource.java    |  11 +-
 .../org/apache/sis/io/stream/ChannelFactory.java   |   5 +-
 .../main/org/apache/sis/io/stream/IOUtilities.java | 206 ++++-----------------
 .../main/org/apache/sis/storage/xml/Store.java     |  11 +-
 .../org/apache/sis/io/stream/IOUtilitiesTest.java  |  76 +-------
 9 files changed, 119 insertions(+), 260 deletions(-)

Reply via email to