orpiske commented on code in PR #8549: URL: https://github.com/apache/camel/pull/8549#discussion_r998282790
########## components/camel-jpa/src/main/java/org/apache/camel/component/jpa/JpaPollingConsumer.java: ########## @@ -44,7 +44,7 @@ public class JpaPollingConsumer extends PollingConsumerSupport { private static final Logger LOG = LoggerFactory.getLogger(JpaPollingConsumer.class); - private transient ExecutorService executorService; + private ExecutorService executorService; Review Comment: I am not aware of any ticket tracking this item in particular. However, it is [listed on our SonarCloud instance](https://sonarcloud.io/project/issues?resolved=false&rules=java%3AS3077&id=apache_camel). Please, feel free to create a Jira ticket if you think we should track it. -- 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