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 eea0e6c4f6 Allow change of `MergeStrategy` after resource creation. 
Use this new API in the JavaFX application.
     new d4a11f9abc Retrofit `MergeStrategy.update(…)` method as a method of 
`AggregatedResource` interface. The latter is not public yet, but a future 
evolution could retrofit in some public API.
     new ea5179e8dd Partial fix of logging records that were lost:

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:
 .../org/apache/sis/gui/dataset/ResourceItem.java   |  3 +-
 .../org/apache/sis/internal/gui/LogHandler.java    | 51 ++++++++++++++++++++--
 .../apache/sis/internal/netcdf/RasterResource.java |  8 ++++
 .../apache/sis/internal/storage/folder/Store.java  | 21 ++-------
 .../sis/internal/storage/io/InternalOptionKey.java |  3 ++
 .../java/org/apache/sis/storage/DataOptionKey.java | 13 +++++-
 .../java/org/apache/sis/storage/DataStore.java     |  4 +-
 .../sis/storage/aggregate/AggregatedResource.java  | 22 ++++++++++
 .../aggregate/ConcatenatedGridResource.java        | 37 ++++++++++------
 .../sis/storage/aggregate/GroupAggregate.java      | 39 +++++++++++------
 .../sis/storage/aggregate/MergeStrategy.java       | 13 ++----
 .../apache/sis/storage/event/StoreListeners.java   | 27 ++++++++++--
 12 files changed, 176 insertions(+), 65 deletions(-)

Reply via email to