code-massel commented on code in PR #22769:
URL: https://github.com/apache/camel/pull/22769#discussion_r3191317173


##########
core/camel-core-model/src/main/java/org/apache/camel/model/AggregateDefinition.java:
##########
@@ -90,6 +90,9 @@ public class AggregateDefinition extends 
OutputDefinition<AggregateDefinition>
     @Metadata(javaType = "java.lang.Boolean")
     private String optimisticLocking;
     @XmlAttribute
+    @Metadata(label = "advanced", javaType = "java.lang.Boolean", defaultValue 
= "false")
+    private String syncOptimisticRetry;

Review Comment:
   renamed to optimisticLockingSyncRetry 



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