mcserra commented on a change in pull request #4359: URL: https://github.com/apache/camel/pull/4359#discussion_r499267484
########## File path: core/camel-base/src/main/java/org/apache/camel/processor/aggregate/StringAggregationStrategy.java ########## @@ -63,12 +63,12 @@ public StringAggregationStrategy pick(Expression expression) { */ @Override public Exchange aggregate(Exchange oldExchange, Exchange newExchange) { - StringBuffer result; // Aggregate in StringBuffer instead of StringBuilder, to make it thread safe Review comment: Ok, so maybe it's just simpler to keep StringBuffer... I removed the changes on that file. Thanks ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org