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 c90e69905a fix(Feature): On SQLMM functions, allow SRID/CRS argument
to be optional.
new 1cb414e6a2 Add documentation, code formatting and import statements
order.
new 5d0170d465 Generalize the mechanism for propagating an event from
parent store to children resources. For now only `CloseEvent` uses it.
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:
.../internal/filter/sqlmm/FunctionWithSRID.java | 3 +-
.../sis/internal/filter/sqlmm/SQLMMTest.java | 74 +++++++----
.../sis/storage/event/CascadedStoreEvent.java | 130 +++++++++++++++++++
.../org/apache/sis/storage/event/CloseEvent.java | 53 +++-----
.../org/apache/sis/storage/event/StoreEvent.java | 6 +-
.../apache/sis/storage/event/StoreListener.java | 6 +-
.../apache/sis/storage/event/StoreListeners.java | 140 ++++++++++++---------
.../sis/storage/event/StoreListenersTest.java | 1 +
8 files changed, 284 insertions(+), 129 deletions(-)
create mode 100644
storage/sis-storage/src/main/java/org/apache/sis/storage/event/CascadedStoreEvent.java