ilgrosso commented on code in PR #571:
URL: https://github.com/apache/syncope/pull/571#discussion_r1420685546


##########
core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/pushpull/LDAPMembershipPullActions.java:
##########
@@ -141,7 +141,7 @@ protected List<Object> getMembAttrValues(final SyncDelta 
delta, final Connector
      */
     @Transactional(readOnly = true)
     @Override
-    public void beforeUpdate(
+    public synchronized void beforeUpdate(

Review Comment:
   please find a different way to solve the issue which does not involve 
synchronizing the whole methods



-- 
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