davsclaus commented on code in PR #18184: URL: https://github.com/apache/camel/pull/18184#discussion_r2107754248
########## components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/AS2ClientManager.java: ########## @@ -35,6 +35,7 @@ import org.apache.camel.component.as2.api.util.EntityUtils; import org.apache.camel.component.as2.api.util.SigningUtils; import org.apache.camel.util.ObjectHelper; +import org.apache.commons.lang3.StringUtils; Review Comment: Avoid using 3rd party libraries for string stuff. Camel already have or the JDK have as well -- 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