This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch CAUSEWAY-3883
in repository https://gitbox.apache.org/repos/asf/causeway.git
from dc7d2de3a03 ESP-3883 : removes further unnecessary differences.
add 1708cbf71da CAUSEWAY-3883: minor refactorings
No new revisions were added by this update.
Summary of changes:
.../InvocationHandlerForAsyncWrapMixin.java | 63 ++++++++++--
.../wrapper/InvocationHandlerforAsyncAbstract.java | 24 ++++-
.../wrapper/InvocationHandlerforAsyncWrap.java | 64 -------------
.../InvocationHandlerforAsyncWrapRegular.java | 106 +++++++++++++++++++++
.../runtimeservices/wrapper/MemberAndTarget.java | 64 +++++++++++++
.../wrapper/WrapperFactoryDefault.java | 92 +-----------------
.../wrapper/handlers/WrapperInvocationContext.java | 2 +-
7 files changed, 250 insertions(+), 165 deletions(-)
delete mode 100644
core/runtimeservices/src/main/java/org/apache/causeway/core/runtimeservices/wrapper/InvocationHandlerforAsyncWrap.java
create mode 100644
core/runtimeservices/src/main/java/org/apache/causeway/core/runtimeservices/wrapper/InvocationHandlerforAsyncWrapRegular.java
create mode 100644
core/runtimeservices/src/main/java/org/apache/causeway/core/runtimeservices/wrapper/MemberAndTarget.java