You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/07/15 14:34:02 UTC

[isis] branch ISIS-3002 updated (f5fb28be28 -> 2bb016f5f9)

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

danhaywood pushed a change to branch ISIS-3002
in repository https://gitbox.apache.org/repos/asf/isis.git


    from f5fb28be28 ISIS-3002: fixes regression test
     add 2bb016f5f9 ISIS-3002: fixes regression test

No new revisions were added by this update.

Summary of changes:
 .../IsisModulePersistenceJdoDatanucleus.java       |  8 +++-
 .../facets/entity/IdStringifierForDatastoreId.java |  4 +-
 ...d.java => IdStringifierForDatastoreIdImpl.java} | 39 +++++++++----------
 ... => IdStringifierForDatastoreUniqueLongId.java} | 27 ++++++++++---
 ...ForDatastoreId_DataStoreImplKodo_long_Test.java | 44 ----------------------
 ...rDatastoreId_DataStoreImplXcalia_long_Test.java | 44 ----------------------
 ...erForDatastoreId_DatastoreIdImpl_long_Test.java | 19 ++++++----
 ...atastoreId_DatastoreUniqueLongId_long_Test.java |  5 ++-
 ...DatastoreId_DatastoreUniqueLongId_str_Test.java |  5 ++-
 9 files changed, 64 insertions(+), 131 deletions(-)
 copy persistence/jdo/datanucleus/src/main/java/org/apache/isis/persistence/jdo/datanucleus/metamodel/facets/entity/{IdStringifierForStringId.java => IdStringifierForDatastoreIdImpl.java} (55%)
 copy persistence/jdo/datanucleus/src/main/java/org/apache/isis/persistence/jdo/datanucleus/metamodel/facets/entity/{IdStringifierForByteIdentity.java => IdStringifierForDatastoreUniqueLongId.java} (59%)
 delete mode 100644 persistence/jdo/datanucleus/src/test/java/org/apache/isis/persistence/jdo/datanucleus/oid/IdStringifierForDatastoreId_DataStoreImplKodo_long_Test.java
 delete mode 100644 persistence/jdo/datanucleus/src/test/java/org/apache/isis/persistence/jdo/datanucleus/oid/IdStringifierForDatastoreId_DataStoreImplXcalia_long_Test.java