davsclaus commented on code in PR #7855: URL: https://github.com/apache/camel/pull/7855#discussion_r904513242
########## components/camel-jira/src/main/java/org/apache/camel/component/jira/producer/AddIssueProducer.java: ########## @@ -25,6 +27,7 @@ import com.atlassian.jira.rest.client.api.domain.IssueType; import com.atlassian.jira.rest.client.api.domain.Priority; import com.atlassian.jira.rest.client.api.domain.input.IssueInputBuilder; +import com.google.common.base.Strings; Review Comment: Do not use google/guava for this - Camel has API for checking if a string is empty, or since Camel is now Java 11 based, you can use blank() method on Strings from the JDK itself -- 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