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

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


    from af475ed72ab Merge remote-tracking branch 'origin/main' into v4
     add 207c7a89281 CAUSEWAY-3883: flattens WrapperInvocationHandler hierarchy 
(refactor)
     add f5ff1a4a207 CAUSEWAY-3883: converts PluralInvocationHandler to record 
(refactor)
     new a4266e60024 Merge remote-tracking branch 'origin/main' into v4

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:
 .../runtimeservices/src/main/java/module-info.java |  2 +-
 .../handlers/CollectionInvocationHandler.java      | 45 -------------
 .../handlers/DomainObjectInvocationHandler.java    | 47 ++++++-------
 .../wrapper/handlers/MapInvocationHandler.java     | 44 -------------
 ...rAbstract.java => PluralInvocationHandler.java} | 77 ++++++++++++++--------
 .../wrapper/handlers/ProxyGenerator.java           | 20 +++---
 6 files changed, 79 insertions(+), 156 deletions(-)
 delete mode 100644 
core/runtimeservices/src/main/java/org/apache/causeway/core/runtimeservices/wrapper/handlers/CollectionInvocationHandler.java
 delete mode 100644 
core/runtimeservices/src/main/java/org/apache/causeway/core/runtimeservices/wrapper/handlers/MapInvocationHandler.java
 rename 
core/runtimeservices/src/main/java/org/apache/causeway/core/runtimeservices/wrapper/handlers/{PluralInvocationHandlerAbstract.java
 => PluralInvocationHandler.java} (51%)

Reply via email to