This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch CAUSEWAY-3676
in repository https://gitbox.apache.org/repos/asf/causeway.git
from 8d62afc619 CAUSEWAY-3676: moves test domain into a 'university'
namespace
new a6b8b18c74 CAUSEWAY-3676: CAUSEWAY-3678 : extends EntityFacet to
obtain the version of the entity
new 0e1ddfd88c CAUSEWAY-3676: CAUSEWAY-3678 : fix after merge
The 2 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:
.../facets/object/entity/EntityFacet.java | 2 +
persistence/commons/src/main/java/module-info.java | 1 +
.../commons/CausewayModulePersistenceCommons.java | 16 ++++++
.../integration/version/EntityVersionAccessor.java | 8 ++-
.../EntityVersionAccessorDefault.java} | 37 +++++++-------
.../metamodel/facets/entity/JdoEntityFacet.java | 9 ++++
.../jpa/applib/integration/HasVersion.java | 57 ++++++++++++++++++++++
.../jpa/integration/entity/JpaEntityFacet.java | 14 ++++++
8 files changed, 121 insertions(+), 23 deletions(-)
copy
api/applib/src/main/java/org/apache/causeway/applib/layout/menubars/Menu.java
=>
persistence/commons/src/main/java/org/apache/causeway/persistence/commons/integration/version/EntityVersionAccessor.java
(83%)
copy
persistence/commons/src/main/java/org/apache/causeway/persistence/commons/integration/{changetracking/PreAndPostValueEvaluatorServiceDefault.java
=> version/EntityVersionAccessorDefault.java} (59%)
create mode 100644
persistence/jpa/applib/src/main/java/org/apache/causeway/persistence/jpa/applib/integration/HasVersion.java