andi-huber commented on code in PR #1044:
URL: https://github.com/apache/isis/pull/1044#discussion_r938426623


##########
persistence/commons/src/main/java/org/apache/isis/persistence/jpa/integration/changetracking/EntityChangeTrackerDefault.java:
##########
@@ -173,29 +148,98 @@ Set<PropertyChangeRecord> snapshotPropertyChangeRecords() 
{
         return entityPropertyChangeRecordsForPublishing.get();
     }
 
-    private boolean isEntityEnabledForChangePublishing(final @NonNull 
ManagedObject adapter) {
+    /**
+     * For any enlisted Object Properties collects those, that are meant for 
publishing,
+     * then clears enlisted objects.
+     */
+    private Set<PropertyChangeRecord> capturePostValuesAndDrain() {

Review Comment:
   TODO: check whether this is in a thread-safe context otherwise needs 
synchronization



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to