luigidemasi commented on code in PR #11307:
URL: https://github.com/apache/camel/pull/11307#discussion_r1316190781
##########
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:
It was my first idea to fix it at ReflectionHelper level but I wanted my
changes to impact as less as possible on other components, but yeah the
scenario you described, even uncommon, can be a problem. I will change the
commit.
--
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]