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 35a3827ce2 Move `CachedByteChannel` implementation from S3 module to `sis-storage` for sharing the code with other protocols requirying cache (e.g. HTTP). This new implementation tries to download only needed ranges of bytes. new 552bed2adb Allow GeoTIFF reader to specify in advance the desired range of bytes. new f8b2f5024b Close idle connection after a timeout. 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: .../apache/sis/cloud/aws/s3/CachedByteChannel.java | 13 +- .../sis/internal/system/DelayedExecutor.java | 2 +- .../storage/inflater/CompressionChannel.java | 3 +- .../sis/internal/storage/io/ChannelDataInput.java | 20 ++- .../internal/storage/io/FileCacheByteChannel.java | 143 ++++++++++++++++----- .../storage/io/FileCacheByteChannelTest.java | 12 +- 6 files changed, 142 insertions(+), 51 deletions(-)