essobedo commented on code in PR #11307:
URL: https://github.com/apache/camel/pull/11307#discussion_r1316162461


##########
components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyAbstractFactory.java:
##########
@@ -133,7 +133,7 @@ public abstract void bind(CamelContext camelContext, 
List<String> data, Map<Stri
     /**
      * Link objects together
      */
-    public void link(Map<String, Object> model) {
+    public synchronized void link(Map<String, Object> model) {

Review Comment:
   If we use a second `BindyCsvDataFormat` in our route on the same model but 
with different parameters will it be good enough to fix the problem? Generally 
speaking, I'm wondering if it should not be fixed at `ReflectionHelper` level 
by simply not restoring the flag. WDYT?



-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to