You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/06/23 04:44:57 UTC

[GitHub] [camel] davsclaus commented on a diff in pull request #7855: CAMEL-18218 Fix camel-jira not adding components field

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-unsubscribe@camel.apache.org

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