You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/03/01 10:05:08 UTC

[causeway] branch spring6 updated (5231b1d8f2 -> 8f2a730009)

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a change to branch spring6
in repository https://gitbox.apache.org/repos/asf/causeway.git


    from 5231b1d8f2 Merge remote-tracking branch 'origin/master' into spring6
     add 1a78934400 CAUSEWAY-3304: purge ZipReader in favor of new ZipUtils
     new 8f2a730009 Merge remote-tracking branch 'origin/master' into spring6

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:
 .../modules/applib/pages/index/util/ZipReader.adoc |  16 ---
 .../modules/applib/pages/index/value/Blob.adoc     |  61 ++++++---
 .../modules/applib/pages/index/value/Clob.adoc     |  23 +++-
 .../modules/commons/pages/index/io/ZipUtils.adoc   |  38 ++++++
 .../HasUsername_recentExecutionsByUser.adoc        |   1 -
 .../org/apache/causeway/applib/util/ZipReader.java | 107 ----------------
 .../org/apache/causeway/applib/value/Blob.java     |  30 ++---
 .../org/apache/causeway/commons/io/ZipUtils.java   | 136 +++++++++++++++++++++
 core/adoc/modules/_overview/pages/about.adoc       |   4 +-
 9 files changed, 243 insertions(+), 173 deletions(-)
 delete mode 100644 antora/components/refguide-index/modules/applib/pages/index/util/ZipReader.adoc
 create mode 100644 antora/components/refguide-index/modules/commons/pages/index/io/ZipUtils.adoc
 delete mode 100644 api/applib/src/main/java/org/apache/causeway/applib/util/ZipReader.java
 create mode 100644 commons/src/main/java/org/apache/causeway/commons/io/ZipUtils.java


[causeway] 01/01: Merge remote-tracking branch 'origin/master' into spring6

Posted by ah...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch spring6
in repository https://gitbox.apache.org/repos/asf/causeway.git

commit 8f2a730009927eaa432e06cefa4d184d43e39e46
Merge: 5231b1d8f2 1a78934400
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Mar 1 11:04:53 2023 +0100

    Merge remote-tracking branch 'origin/master' into spring6

 .../modules/applib/pages/index/util/ZipReader.adoc |  16 ---
 .../modules/applib/pages/index/value/Blob.adoc     |  61 ++++++---
 .../modules/applib/pages/index/value/Clob.adoc     |  23 +++-
 .../modules/commons/pages/index/io/ZipUtils.adoc   |  38 ++++++
 .../HasUsername_recentExecutionsByUser.adoc        |   1 -
 .../org/apache/causeway/applib/util/ZipReader.java | 107 ----------------
 .../org/apache/causeway/applib/value/Blob.java     |  30 ++---
 .../org/apache/causeway/commons/io/ZipUtils.java   | 136 +++++++++++++++++++++
 core/adoc/modules/_overview/pages/about.adoc       |   4 +-
 9 files changed, 243 insertions(+), 173 deletions(-)