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/09 09:21:36 UTC

[causeway] branch spring6 updated (cd24a9990b -> 27deec5e46)

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 cd24a9990b Merge remote-tracking branch 'origin/master' into spring6
     add 80e754598b CAUSEWAY-3304: [Commons] fixes for ZipUtils
     new 27deec5e46 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:
 .../Blob_zip_Test.java}                            | 30 +++++++------
 .../org/apache/causeway/commons/io/ZipUtils.java   |  1 +
 .../apache/causeway/commons/io/ZipUtilsTest.java   | 50 ++++++++++++----------
 3 files changed, 47 insertions(+), 34 deletions(-)
 copy api/applib/src/test/java/org/apache/causeway/applib/{client/RepresentationTypeSimplifiedV2Test.java => value/Blob_zip_Test.java} (62%)
 copy tooling/model4adoc/src/test/java/org/apache/causeway/tooling/model4adoc/test/ast/SimpleListTest.java => commons/src/test/java/org/apache/causeway/commons/io/ZipUtilsTest.java (51%)


[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 27deec5e46ce1039d8d1e6c66b148fcade49c7cb
Merge: cd24a9990b 80e754598b
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Mar 9 10:21:23 2023 +0100

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

 .../causeway/applib/value/Blob_zip_Test.java       | 49 +++++++++++++++++
 .../org/apache/causeway/commons/io/ZipUtils.java   |  1 +
 .../apache/causeway/commons/io/ZipUtilsTest.java   | 63 ++++++++++++++++++++++
 3 files changed, 113 insertions(+)