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/06 07:54:32 UTC

[isis] branch ISIS-2502-ex.recog updated (b76c773 -> 355637c)

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 b76c773  ISIS-2502: housekeeping
     add 355637c  ISIS-2502: plug the vendor specific 'Datanucleus to JDO standard' Exception translation logic into a new JdoDialect namely DnJdoDialect

No new revisions were added by this update.

Summary of changes:
 .../jdo/datanucleus/IsisModuleJdoDatanucleus.java  |  5 +-
 .../jdo/datanucleus/dialect/DnJdoDialect.java      | 61 ++++++++++++++++++++++
 .../jdo/JdoExceptionRecognizerTest.java            | 22 ++++----
 3 files changed, 75 insertions(+), 13 deletions(-)
 create mode 100644 persistence/jdo/datanucleus/src/main/java/org/apache/isis/persistence/jdo/datanucleus/dialect/DnJdoDialect.java