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 13:09:24 UTC

[causeway] branch spring6 updated (31a35975f8 -> 8f51ec9914)

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 31a35975f8 Merge remote-tracking branch 'origin/master' into spring6
     add e888393319 CAUSEWAY-3304: [Commons] Can: adding methods for sub-list and partition
     new 8f51ec9914 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:
 .../apache/causeway/commons/collections/Can.java   | 57 ++++++++++++++++++++
 .../causeway/commons/collections/Can_Empty.java    | 21 ++++++++
 .../causeway/commons/collections/Can_Multiple.java | 48 +++++++++++++++++
 .../commons/collections/Can_Singleton.java         | 53 +++++++++++++++++++
 .../causeway/commons/collections/CanTest.java      | 61 ++++++++++++++++++++++
 5 files changed, 240 insertions(+)


[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 8f51ec991405e4b410cd90cf5d91a07791e82a9f
Merge: 31a35975f8 e888393319
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Mar 9 14:09:12 2023 +0100

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

 .../apache/causeway/commons/collections/Can.java   | 57 ++++++++++++++++++++
 .../causeway/commons/collections/Can_Empty.java    | 21 ++++++++
 .../causeway/commons/collections/Can_Multiple.java | 48 +++++++++++++++++
 .../commons/collections/Can_Singleton.java         | 53 +++++++++++++++++++
 .../causeway/commons/collections/CanTest.java      | 61 ++++++++++++++++++++++
 5 files changed, 240 insertions(+)