You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/02/10 17:10:13 UTC

[isis] branch ISIS-2502-ex.recog updated (9a243c2 -> 68ba1c2)

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

ahuber pushed a change to branch ISIS-2502-ex.recog
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 9a243c2  ISIS-2502: reinstate TransactionService as ex. translator
     add 68ba1c2  ISIS-2502: Patch for Spring AOP: allows to plugin a custom TransactionInterceptor

No new revisions were added by this update.

Summary of changes:
 .../IsisBeanFactoryPostProcessorForSpring.java     |  5 ++
 .../isis/core/config/beans/aoppatch/AopPatch.java  | 89 ++++++++++++++++++++++
 .../aoppatch/TransactionInterceptorFactory.java    | 10 +--
 .../jdo/datanucleus/IsisModuleJdoDatanucleus.java  | 45 +++++++++++
 4 files changed, 144 insertions(+), 5 deletions(-)
 create mode 100644 core/config/src/main/java/org/apache/isis/core/config/beans/aoppatch/AopPatch.java
 copy viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/markup/MarkupComponentFactory.java => core/config/src/main/java/org/apache/isis/core/config/beans/aoppatch/TransactionInterceptorFactory.java (78%)