This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch v3
in repository https://gitbox.apache.org/repos/asf/causeway.git
from 5f1df626d7 Merge remote-tracking branch 'origin/master' into v3
add ccdf06d5fc CAUSEWAY-3806: DataSource support for description and
access to underlying file
new e055161ed1 Merge remote-tracking branch 'origin/master' into v3
The 1 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/causeway/commons/io/DataSource.java | 147 ++++++++++++++++++++-
.../org/apache/causeway/commons/io/ZipUtils.java | 15 +--
.../apache/causeway/commons/io/DataSourceTest.java | 86 ++++++++++++
3 files changed, 233 insertions(+), 15 deletions(-)
create mode 100644
commons/src/test/java/org/apache/causeway/commons/io/DataSourceTest.java