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 4220566418 Get "HTTP range" to work with Nginx in addition of Apache 
httpd.
     new 67914142d8 Show which data are cached when a connection does not 
support HTTP range. This is for avoiding the impression that the application is 
blocked.
     new 307e235827 Fix a performance issue when file reading are monitored in 
a JavaFX window. It was caused by the "HTTP range" not forwarded by the channel 
wrapper.
     new f22ff357a7 Documentation fixes.

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:
 .../apache/sis/internal/gui/io/FileAccessItem.java | 365 +++++++++++++++++----
 .../apache/sis/internal/gui/io/FileAccessView.java |  41 ++-
 .../apache/sis/internal/gui/io/package-info.java   |   2 +-
 .../apache/sis/cloud/aws/s3/CachedByteChannel.java |  20 +-
 .../apache/sis/internal/referencing/j2d/Tile.java  |   5 +-
 .../internal/referencing/j2d/TileOrganizer.java    |   5 +-
 .../apache/sis/referencing/GeodeticCalculator.java |   4 -
 .../java/org/apache/sis/util/collection/Cache.java |   2 +-
 .../{package-info.java => ByteRangeChannel.java}   |  32 +-
 .../sis/internal/storage/io/ChannelDataInput.java  |   4 +-
 .../sis/internal/storage/io/ChannelFactory.java    |  29 +-
 .../internal/storage/io/FileCacheByteChannel.java  | 122 +++++--
 .../sis/internal/storage/io/HttpByteChannel.java   |  14 +-
 .../org/apache/sis/storage/StorageConnector.java   |  31 +-
 .../sis/storage/aggregate/MergeStrategy.java       |   2 +-
 .../apache/sis/storage/tiling/TileMatrixSet.java   |   1 +
 .../storage/io/FileCacheByteChannelTest.java       |  16 +-
 17 files changed, 530 insertions(+), 165 deletions(-)
 copy 
storage/sis-storage/src/main/java/org/apache/sis/internal/storage/io/{package-info.java
 => ByteRangeChannel.java} (52%)

Reply via email to