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 0e4421b  Fix a problem with `IndexColorModel` creation for 1-bit TIFF 
images.
     new bbde15b  Add a check against closed result sets.
     new ef25f40  Add the possibility to listen to read or write operations.
     new 59e1d2e  Get synchronization lock from a `getSynchronizedLock()` 
method added in `AbstractResource`. It helps to avoid dead locks, by allowing 
subclasses to take a lock on the `DataStore`.

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/metadata/sql/CachedStatement.java   |  4 +-
 .../org/apache/sis/metadata/sql/package-info.java  |  2 +-
 .../org/apache/sis/storage/landsat/BandGroup.java  |  2 +-
 .../sis/internal/geotiff/SchemaModifier.java       |  4 +-
 .../org/apache/sis/storage/geotiff/DataCube.java   |  2 +-
 .../sis/internal/netcdf/DiscreteSampling.java      | 15 +++++-
 .../org/apache/sis/internal/netcdf/FeatureSet.java |  4 +-
 .../apache/sis/internal/netcdf/RasterResource.java | 13 ++++-
 .../apache/sis/internal/netcdf/package-info.java   |  2 +-
 .../sis/internal/sql/feature/SchemaModifier.java   |  4 +-
 .../sis/internal/storage/AbstractFeatureSet.java   |  2 +-
 .../sis/internal/storage/AbstractResource.java     | 29 +++++++----
 .../sis/internal/storage/AggregatedFeatureSet.java | 32 +++++++------
 .../sis/internal/storage/TiledGridResource.java    | 10 ----
 .../sis/internal/storage/io/ChannelFactory.java    | 39 ++++++++++++---
 .../sis/internal/storage/io/InternalOptionKey.java | 56 ++++++++++++++++++++++
 .../sis/internal/storage/io/package-info.java      |  2 +-
 .../org/apache/sis/storage/StorageConnector.java   |  9 ++--
 18 files changed, 173 insertions(+), 58 deletions(-)
 create mode 100644 
storage/sis-storage/src/main/java/org/apache/sis/internal/storage/io/InternalOptionKey.java

Reply via email to